From fe1c1a976d1be87b5cee5331d8fd63e595aee1d0 Mon Sep 17 00:00:00 2001 From: dskuza Date: Mon, 23 Dec 2024 16:03:53 +0000 Subject: [PATCH] chore: release v6.5.4 --- .github/release/package-lock.json | 2 +- .github/release/package.json | 2 +- CHANGELOG.md | 10 +++++++++- VERSION | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index edd0c6c0..e89548e2 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.5.3", + "version": "6.5.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index f3a1dd45..1ad3fe84 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.5.3", + "version": "6.5.4", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index ada721c9..d774e2d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [6.5.4](https://github.com/rive-app/rive-ios/compare/6.5.3...6.5.4) + +- Updating version files [`694d9b7`](https://github.com/rive-app/rive-ios/commit/694d9b74d7d452c7ebd5cf03f02afcf3e5dfc93f) +- Merge path_utils.hpp and eval_cubic.hpp into the core runtime [`0249ef9`](https://github.com/rive-app/rive-ios/commit/0249ef987b4fca69b01bf0137cdb6d7d31ad6642) +- Ensure child layouts mark dirty when flex direction changes [`ec30a9a`](https://github.com/rive-app/rive-ios/commit/ec30a9a535be013e93a54ca1e8b13f53f61561f9) + #### [6.5.3](https://github.com/rive-app/rive-ios/compare/6.5.2...6.5.3) +> 19 December 2024 + +- chore: release v6.5.3 [`55528e5`](https://github.com/rive-app/rive-ios/commit/55528e5b0176be0ec4474c8dc4a4eb20f037d614) - Force advancing on iOS if advancing by 0 [`1b5de5f`](https://github.com/rive-app/rive-ios/commit/1b5de5fbba179bdd8ca1e6260a3db23455b2fcca) - Updating version files [`aaa2040`](https://github.com/rive-app/rive-ios/commit/aaa2040adc866c6965698a0ca13d586e7c959608) -- improve error reporting if exe in deploy script does not exist [`a71159d`](https://github.com/rive-app/rive-ios/commit/a71159d2d9afcf64b1af7c37fa5dfcbc38f062ec) #### [6.5.2](https://github.com/rive-app/rive-ios/compare/6.5.1...6.5.2) diff --git a/VERSION b/VERSION index 73092f34..c1926171 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.5.3 \ No newline at end of file +6.5.4 \ No newline at end of file