diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index 994f4e5e..d73733a0 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.3.4", + "version": "6.3.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 8264f1df..03b7baee 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.3.4", + "version": "6.3.5", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 8de23241..c438b281 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.5](https://github.com/rive-app/rive-ios/compare/6.3.4...6.3.5) + +- Updating version files [`53f9b99`](https://github.com/rive-app/rive-ios/commit/53f9b992e773d32b78d42b0ad0ce5e23ecd23f1a) +- invert order of advance between parent and child [`564dfe3`](https://github.com/rive-app/rive-ios/commit/564dfe3a8ad56ce4825ddccf8f839cb7bb32ae02) +- Work around Galaxy S22 compiler bugs [`3cb8897`](https://github.com/rive-app/rive-ios/commit/3cb8897313c60228d57955a5634730feef107573) + #### [6.3.4](https://github.com/rive-app/rive-ios/compare/6.3.3...6.3.4) +> 12 November 2024 + +- chore: release v6.3.4 [`3c8145f`](https://github.com/rive-app/rive-ios/commit/3c8145fb6aff84cadbc74aa2813db795cea808cd) - Updating version files [`6223f8d`](https://github.com/rive-app/rive-ios/commit/6223f8d6fd631d3abfc8149b9c8df2339cdfc49e) - Working on option C for update cycle [`0798c1e`](https://github.com/rive-app/rive-ios/commit/0798c1e89393e3680ed1bd0e63a8f36eedf7b7cc) -- new arithmetic data converter that uses a viewmodel as input [`d1fad45`](https://github.com/rive-app/rive-ios/commit/d1fad4502019b57f683ec9c86b1fd316ed2406aa) #### [6.3.3](https://github.com/rive-app/rive-ios/compare/6.3.2...6.3.3) diff --git a/VERSION b/VERSION index 9152abbe..2319a69f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.3.4 \ No newline at end of file +6.3.5 \ No newline at end of file