Skip to content

Commit

Permalink
chore: release v9.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikUggeldahl committed Dec 5, 2024
1 parent d840231 commit 5190828
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/release/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/scripts/release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rive-android-release-stub",
"version": "9.12.0",
"version": "9.12.1",
"description": "",
"scripts": {
"release": "release-it"
Expand Down
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,24 @@ 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.12.1](https://github.com/rive-app/rive-android/compare/9.12.0...9.12.1)

- Build Cleanup & Dependency Minimization [`4f70fd7`](https://github.com/rive-app/rive-android/commit/4f70fd70ca4a6b58fb63aec10d1bb25fb6205788)
- fix: Solved threading problem by null checking removed queued inputs [`1081f88`](https://github.com/rive-app/rive-android/commit/1081f880b26c9aed4f8c26f102c79f12e8de257b)
- Add Skia clean skip [`679df96`](https://github.com/rive-app/rive-android/commit/679df96290cadea4ddfeea4c7be10d6433a5920d)

#### [9.12.0](https://github.com/rive-app/rive-android/compare/9.11.3...9.12.0)

- Support supplying mobile fallback fonts by style with caching. Also, bumps `compileSdk` & `targetSdk` to `35` [`8a90663`](https://github.com/rive-app/rive-android/commit/8a90663d973e531460a6cffd9711800f1cb80742)
> 27 November 2024
- Support supplying mobile fallback fonts by style with caching [`8a90663`](https://github.com/rive-app/rive-android/commit/8a90663d973e531460a6cffd9711800f1cb80742)
- chore: release v9.12.0 [`993b24e`](https://github.com/rive-app/rive-android/commit/993b24ee5b14f363aeb0f582eb05434d02539ce5)

#### [9.11.3](https://github.com/rive-app/rive-android/compare/9.11.2...9.11.3)

> 27 November 2024
- Font parser fix [`b97170d`](https://github.com/rive-app/rive-android/commit/b97170dc775c52b63e12a41e08f2044b31a2317e)
- Strava Fix [`b97170d`](https://github.com/rive-app/rive-android/commit/b97170dc775c52b63e12a41e08f2044b31a2317e)
- Add GitHub action for re-releasing [`fa75ea2`](https://github.com/rive-app/rive-android/commit/fa75ea23ac8c9feded2cf76d19c9cb8251e45ca9)
- Fix issues with re-release script [`b8bcf09`](https://github.com/rive-app/rive-android/commit/b8bcf099dcd9c5cf9836bd793f241d7cd8ad7754)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.12.0
9.12.1

0 comments on commit 5190828

Please sign in to comment.