From 3e87b211c6edab7e13d57125982d25e9c4a2019f Mon Sep 17 00:00:00 2001 From: dskuza Date: Wed, 27 Nov 2024 17:26:37 +0000 Subject: [PATCH] chore: release v6.4.0 --- .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 8ffade90..9432e479 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.3.9", + "version": "6.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 673e1a86..d58b2643 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.3.9", + "version": "6.4.0", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e1ad848..922b1850 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.4.0](https://github.com/rive-app/rive-ios/compare/6.3.9...6.4.0) + +- Support supplying mobile fallback fonts by style with caching [`1c87f97`](https://github.com/rive-app/rive-ios/commit/1c87f97aea6bc647619fa3b25b59d87ae224e371) +- Updating version files [`34bf6b2`](https://github.com/rive-app/rive-ios/commit/34bf6b214af8ffe0352690c406f1c0910a098abe) +- fixed url for canddiates and goldens in not pack mode [`ba494aa`](https://github.com/rive-app/rive-ios/commit/ba494aa831f55d485f9074ec9f1a61d9b2b6af73) + #### [6.3.9](https://github.com/rive-app/rive-ios/compare/6.3.8...6.3.9) +> 21 November 2024 + +- chore: release v6.3.9 [`8db882f`](https://github.com/rive-app/rive-ios/commit/8db882f4a7cb7e9e0e2fb330dc9b82127c9f94d6) - 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) diff --git a/VERSION b/VERSION index 4d1119ec..c0be8a79 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.3.9 \ No newline at end of file +6.4.0 \ No newline at end of file