Skip to content

Commit

Permalink
chore: release v9.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HayesGordon committed Jun 4, 2024
1 parent 8270f7b commit 4205021
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 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.3.6",
"version": "9.4.0",
"description": "",
"scripts": {
"release": "release-it"
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,21 @@ 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.4.0](https://github.com/rive-app/rive-android/compare/9.3.6...9.4.0)

- Fix libjpg on Mac Sonoma [`a89a447`](https://github.com/rive-app/rive-android/commit/a89a4477f8e94cb9f3b29789787bab00aed2401e)
- Start/Stop audio only if necessary [`8270f7b`](https://github.com/rive-app/rive-android/commit/8270f7bbbb82ae666ac86205d454dfa67a5136a4)
- Fix Unity crash. [`b9ea052`](https://github.com/rive-app/rive-android/commit/b9ea052fb2a24218bd5e01be116eba469404bf5f)

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

> 28 May 2024
- fix for unexpected triggered events [`#7226`](https://github.com/rive-app/rive-android/issues/7226)
- use world bounds for coarse grained collision test [`#7286`](https://github.com/rive-app/rive-android/issues/7286)
- Improve capture for lambda to ensure the correct surface is released [`3d9793f`](https://github.com/rive-app/rive-android/commit/3d9793f87aa7df2a304b4d27e5e11c1e467fd089)
- chore: release v9.3.6 [`bdd8493`](https://github.com/rive-app/rive-android/commit/bdd84938cce0b4c49b51683c933cc0ce90b5b839)
- Use unique_ptr in import stack. [`3342e73`](https://github.com/rive-app/rive-android/commit/3342e737bd9730afd771019a2f27b50ed9e0462d)
- Fail early with bad blend modes. [`d4c51e4`](https://github.com/rive-app/rive-android/commit/d4c51e4548b1cdba71e6dadb47d8089afbad7a99)

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

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

0 comments on commit 4205021

Please sign in to comment.