Skip to content

Commit 555ad1c

Browse files
author
ErikUggeldahl
committed
chore: release v10.1.5
1 parent 19b6391 commit 555ad1c

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.github/scripts/release/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/scripts/release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rive-android-release-stub",
3-
"version": "10.1.4",
3+
"version": "10.1.5",
44
"description": "",
55
"scripts": {
66
"release": "release-it"

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [10.1.5](https://github.com/rive-app/rive-android/compare/10.1.4...10.1.5)
8+
9+
- fix(ci): make activity lifecycle tests more robust against race conditions on detach (#9771) 1023f71a0e [`43b3f59`](https://github.com/rive-app/rive-android/commit/43b3f59b6a208a7a4b6e91471a48eedf23d9d463)
10+
- Don't run android tests on the emulator (#9137) efc5a9868a [`565ced9`](https://github.com/rive-app/rive-android/commit/565ced9a4dce77ceb7dbd02d25752d5b5197ce14)
11+
- chore: fix clang-17 compiler (#9666) 8a1f3286b9 [`24afabf`](https://github.com/rive-app/rive-android/commit/24afabf73b302df73206eaaad0f94b4b8b1d6591)
12+
713
#### [10.1.4](https://github.com/rive-app/rive-android/compare/10.1.3...10.1.4)
814

15+
> 10 May 2025
16+
917
- fix(gl): Fix uninitialized pixel local storage (#9638) fac712cc41 [`#279`](https://github.com/rive-app/rive-react-native/issues/279)
18+
- chore: release v10.1.4 [`e76c944`](https://github.com/rive-app/rive-android/commit/e76c94451fccb6f26fb13b057d29cbcb44b98f12)
1019
- Fix Artboard List crash when layout siblings come before it (#9633) 18c9402bc3 [`5217843`](https://github.com/rive-app/rive-android/commit/5217843ad8bd71f413b67c44673ffca4ccb23cda)
1120
- feat: First draft of a CommandQueue (#9620) 18dc7c390b [`9e72a89`](https://github.com/rive-app/rive-android/commit/9e72a89b038e0fa5138870d60e922fb3ece227fb)
12-
- fix(webgl): Work around a crash on Chrome 136 (#9623) 82c66ee251 [`7fdc202`](https://github.com/rive-app/rive-android/commit/7fdc202c1633ae6df21481b60cdf8498aa35aa3b)
1321

1422
#### [10.1.3](https://github.com/rive-app/rive-android/compare/10.1.2...10.1.3)
1523

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.1.4
1+
10.1.5

0 commit comments

Comments
 (0)