Skip to content

Commit 795b17c

Browse files
author
ErikUggeldahl
committed
chore: release v10.1.3
1 parent 9ad165a commit 795b17c

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.2",
3+
"version": "10.1.3",
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,11 +4,19 @@ 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.3](https://github.com/rive-app/rive-android/compare/10.1.2...10.1.3)
8+
9+
- fix(renderer): Gracefully handle null image textures (#9600) 7dd9f91b4a [`9ad165a`](https://github.com/rive-app/rive-android/commit/9ad165aa1e909d6a5448a1a677496b9c66b385ca)
10+
- 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)
12+
713
#### [10.1.2](https://github.com/rive-app/rive-android/compare/10.1.1...10.1.2)
814

15+
> 2 May 2025
16+
917
- fix(playback): `LinearAnimationInstance`s advance the `Artboard` when no `StateMachineInstance` is playing 966a68a08f [`95f803a`](https://github.com/rive-app/rive-android/commit/95f803a193ee00fd879c27d9ef64b0d5be3d12bb)
18+
- chore: release v10.1.2 [`f723cad`](https://github.com/rive-app/rive-android/commit/f723cad56a3c577abbfe0f8d4f8664043cc17d29)
1019
- feat: Move the alpha portion of MSAA blend modes to the blend unit (#9576) 4f9625183f [`203dafd`](https://github.com/rive-app/rive-android/commit/203dafd1b7f560daf6eaf6b034e75db0facc5ffc)
11-
- refactor(build scripts) updated setup_windows_dev.bat to act like the ps1 variant (#9577) 7051d2685f [`9bcf6cf`](https://github.com/rive-app/rive-android/commit/9bcf6cfb51ac76b8aae04f785923dc6ac34dd726)
1220

1321
#### [10.1.1](https://github.com/rive-app/rive-android/compare/10.1.0...10.1.1)
1422

VERSION

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

0 commit comments

Comments
 (0)