diff --git a/.github/scripts/release/package-lock.json b/.github/scripts/release/package-lock.json index a5a04893..f41b7219 100644 --- a/.github/scripts/release/package-lock.json +++ b/.github/scripts/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "rive-android-release-stub", - "version": "9.5.2", + "version": "9.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/scripts/release/package.json b/.github/scripts/release/package.json index d1453037..355a1f7a 100644 --- a/.github/scripts/release/package.json +++ b/.github/scripts/release/package.json @@ -1,6 +1,6 @@ { "name": "rive-android-release-stub", - "version": "9.5.2", + "version": "9.5.3", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f510401..6d1f9446 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). +#### [9.5.3](https://github.com/rive-app/rive-android/compare/9.5.2...9.5.3) + +- Miscellaneous Layout UX Fixes [`5a54dfe`](https://github.com/rive-app/rive-android/commit/5a54dfe12fe492ea8ce29285faadb80fa1fa5749) +- Add yoga to thumbnail generator build [`6e88e57`](https://github.com/rive-app/rive-android/commit/6e88e570890905d56a4796454e7947ce61b64292) +- change how viewmodel instances target their viewmodel [`ce728c9`](https://github.com/rive-app/rive-android/commit/ce728c9a7c7bd0a1cda50956ca87c7f8458aee75) + #### [9.5.2](https://github.com/rive-app/rive-android/compare/9.5.1...9.5.2) +> 24 June 2024 + - Bump a few deps [`8488ab9`](https://github.com/rive-app/rive-android/commit/8488ab9332192f89a3785143ace094531403a94e) +- chore: release v9.5.2 [`756950e`](https://github.com/rive-app/rive-android/commit/756950ec501fbeb93d87b81a2c84a5eef93f7113) - Xxxx databinding add boolean [`0313076`](https://github.com/rive-app/rive-android/commit/03130763b7674b4de8c638074c5b363fb336ad98) -- Xxxx data binding data context [`6a5e723`](https://github.com/rive-app/rive-android/commit/6a5e72360b15c7173245db014f8fd1d1f8769338) #### [9.5.1](https://github.com/rive-app/rive-android/compare/9.5.0...9.5.1) diff --git a/VERSION b/VERSION index 99affd46..1f87fc72 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.5.2 \ No newline at end of file +9.5.3 \ No newline at end of file