Skip to content

Commit f723cad

Browse files
author
umberto-sonnino
committed
chore: release v10.1.2
1 parent 95f803a commit f723cad

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.1",
3+
"version": "10.1.2",
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.2](https://github.com/rive-app/rive-android/compare/10.1.1...10.1.2)
8+
9+
- fix(playback): `LinearAnimationInstance`s advance the `Artboard` when no `StateMachineInstance` is playing 966a68a08f [`95f803a`](https://github.com/rive-app/rive-android/commit/95f803a193ee00fd879c27d9ef64b0d5be3d12bb)
10+
- 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)
12+
713
#### [10.1.1](https://github.com/rive-app/rive-android/compare/10.1.0...10.1.1)
814

15+
> 1 May 2025
16+
917
- feat(fonts): implement indexed font fallback strategy & `getFallbackFonts()` API d9437f7601 [`31f2d89`](https://github.com/rive-app/rive-android/commit/31f2d895784fd08a9aef79abeb9dc487e936988c)
18+
- chore: release v10.1.1 [`075ba4e`](https://github.com/rive-app/rive-android/commit/075ba4ee4cfe653717d9e1291eda9411cea759e8)
1019
- ci: Allow for manual pulling of submodules [`9450947`](https://github.com/rive-app/rive-android/commit/945094725a79d84d3fa912e763c69c1aa83b6def)
11-
- fix: do not draw fully transparent shape paints (#9573) 6082e56f65 [`7dae1a2`](https://github.com/rive-app/rive-android/commit/7dae1a2e1c9bbab9e6484cdec1b0e74a03443c47)
1220

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

VERSION

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

0 commit comments

Comments
 (0)