From 8db882f4a7cb7e9e0e2fb330dc9b82127c9f94d6 Mon Sep 17 00:00:00 2001 From: bodymovin Date: Thu, 21 Nov 2024 04:09:52 +0000 Subject: [PATCH] chore: release v6.3.9 --- .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 10690143..8ffade90 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.3.8", + "version": "6.3.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 2c2cbb0c..673e1a86 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.3.8", + "version": "6.3.9", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index d2d538d2..3e1ad848 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.3.9](https://github.com/rive-app/rive-ios/compare/6.3.8...6.3.9) + +- Updating version files [`f0c47b9`](https://github.com/rive-app/rive-ios/commit/f0c47b946a750507128e73fa40daf48a412ea378) +- fix for incorrect android build option [`e839d84`](https://github.com/rive-app/rive-ios/commit/e839d8494376ebbf23250a0ef3aaa3c6551fa307) +- Update linear animation advanceAndApply to return if more animation remains [`c35d62a`](https://github.com/rive-app/rive-ios/commit/c35d62acff1db5832111ee6f2f02c8a4e4cb9b22) + #### [6.3.8](https://github.com/rive-app/rive-ios/compare/6.3.7...6.3.8) +> 20 November 2024 + - CoreText fallback shaper ex [`a0e735b`](https://github.com/rive-app/rive-ios/commit/a0e735b37be4f31f338a3cc99acf3dd88436e5b0) +- chore: release v6.3.8 [`16222d2`](https://github.com/rive-app/rive-ios/commit/16222d2038ab1973dd89102b18c542ea91a5ff05) - Updating version files [`9ed54e8`](https://github.com/rive-app/rive-ios/commit/9ed54e826e82413783a9e29ee4db590b5463ef38) -- editor: update the repeat limit for n-slicing [`4e969aa`](https://github.com/rive-app/rive-ios/commit/4e969aa81f1999b2a40e5e931e9bb4266d73655f) #### [6.3.7](https://github.com/rive-app/rive-ios/compare/6.3.6...6.3.7) diff --git a/VERSION b/VERSION index ff700a55..4d1119ec 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.3.8 \ No newline at end of file +6.3.9 \ No newline at end of file