From e32ffa1fffb1f2b4641a15b54019cd5bba428bc5 Mon Sep 17 00:00:00 2001 From: bodymovin Date: Wed, 2 Oct 2024 00:12:45 +0000 Subject: [PATCH] chore: release v9.9.3 --- .github/scripts/release/package-lock.json | 2 +- .github/scripts/release/package.json | 2 +- CHANGELOG.md | 10 +++++++++- VERSION | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/scripts/release/package-lock.json b/.github/scripts/release/package-lock.json index 95c89dae..865095c2 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.9.2", + "version": "9.9.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/scripts/release/package.json b/.github/scripts/release/package.json index 1881cbfa..202775e4 100644 --- a/.github/scripts/release/package.json +++ b/.github/scripts/release/package.json @@ -1,6 +1,6 @@ { "name": "rive-android-release-stub", - "version": "9.9.2", + "version": "9.9.3", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index b6c88126..d1a562b3 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.9.3](https://github.com/rive-app/rive-android/compare/9.9.2...9.9.3) + +- fix uninitialized font features [`ff4a6b0`](https://github.com/rive-app/rive-android/commit/ff4a6b0b83b8fb8b8b72cf643613dd0faf7c4f69) +- add text bindable properties [`517bf49`](https://github.com/rive-app/rive-android/commit/517bf491b333a4869ac818d8b1a03d88ff9c2aab) +- added #ifdef where it was missing [`d61ef2f`](https://github.com/rive-app/rive-android/commit/d61ef2fcc68a2631427c8f52fd52293dad58b13d) + #### [9.9.2](https://github.com/rive-app/rive-android/compare/9.9.1...9.9.2) +> 1 October 2024 + - fix: nested triggers at path using incorrect method parameter [`1a214e5`](https://github.com/rive-app/rive-android/commit/1a214e5564d05ba1d369d375fff7c28ba266a9c1) +- chore: release v9.9.2 [`20fd2e7`](https://github.com/rive-app/rive-android/commit/20fd2e7244372db7fe4f8f4854df0cd5b4219cea) - apt install python3-ply [`dc5ed9d`](https://github.com/rive-app/rive-android/commit/dc5ed9d77ad451fb0b2af98a350ba6c37cbd216a) -- Clone draw for cache optimizations [`60d9936`](https://github.com/rive-app/rive-android/commit/60d9936d1e2bf86e2d0f99294805761f8d0f1f8b) #### [9.9.1](https://github.com/rive-app/rive-android/compare/9.9.0...9.9.1) diff --git a/VERSION b/VERSION index 5a3ba032..bde4d618 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.9.2 \ No newline at end of file +9.9.3 \ No newline at end of file