Skip to content

Commit e76c944

Browse files
author
ErikUggeldahl
committed
chore: release v10.1.4
1 parent bfc65e4 commit e76c944

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-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.3",
3+
"version": "10.1.4",
44
"description": "",
55
"scripts": {
66
"release": "release-it"

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +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.4](https://github.com/rive-app/rive-android/compare/10.1.3...10.1.4)
8+
9+
- fix(gl): Fix uninitialized pixel local storage (#9638) fac712cc41 [`#279`](https://github.com/rive-app/rive-react-native/issues/279)
10+
- Fix Artboard List crash when layout siblings come before it (#9633) 18c9402bc3 [`5217843`](https://github.com/rive-app/rive-android/commit/5217843ad8bd71f413b67c44673ffca4ccb23cda)
11+
- 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)
13+
714
#### [10.1.3](https://github.com/rive-app/rive-android/compare/10.1.2...10.1.3)
815

16+
> 7 May 2025
17+
18+
- chore: release v10.1.3 [`795b17c`](https://github.com/rive-app/rive-android/commit/795b17cc9a842c0763e082956fc27dba08e12deb)
919
- fix(renderer): Gracefully handle null image textures (#9600) 7dd9f91b4a [`9ad165a`](https://github.com/rive-app/rive-android/commit/9ad165aa1e909d6a5448a1a677496b9c66b385ca)
1020
- editor: DataEnum in library (#9603) 3df92e66a4 [`f71a66b`](https://github.com/rive-app/rive-android/commit/f71a66b7db4ab504ee4e6dee079000702ecf3823)
11-
- Component list refactor pt1 (#9595) 126c53a0f5 [`3d2bc57`](https://github.com/rive-app/rive-android/commit/3d2bc57bd4bdd57a41712b780dab2614516175ae)
1221

1322
#### [10.1.2](https://github.com/rive-app/rive-android/compare/10.1.1...10.1.2)
1423

VERSION

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

0 commit comments

Comments
 (0)