Skip to content

Commit

Permalink
chore: release v8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zplata committed Aug 5, 2023
1 parent 9269c0e commit 480af06
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": "8.1.1",
"version": "8.1.2",
"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,12 +4,20 @@ 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).

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

- fix leak in move operator= on SimpleArray [`9269c0e`](https://github.com/rive-app/rive-android/commit/9269c0e7da1ec9bf95ce29395470a74b9b810b4a)
- Make rive_decoders compile on Windows [`5748cf5`](https://github.com/rive-app/rive-android/commit/5748cf5f83386cce27d57b1644bf05e9eea6a4df)
- Fix an assertion from the recent PLS refactor [`5180e38`](https://github.com/rive-app/rive-android/commit/5180e3817a2672d075860700f1c18159ab932b72)

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

> 3 August 2023
- Clipping and baseline [`#5732`](https://github.com/rive-app/rive-android/issues/5732)
- chore: release v8.1.1 [`6d1748d`](https://github.com/rive-app/rive-android/commit/6d1748d4c5032f9660c2e29d58b511c09d1b6aeb)
- docs: add awesome-rive to README [`aa3b4e1`](https://github.com/rive-app/rive-android/commit/aa3b4e13acdf7bf93f7b54afa36e9ce322ca13bd)
- Enable animation for Text Run style prop [`bd3ccd4`](https://github.com/rive-app/rive-android/commit/bd3ccd4799620239840324303d699f3e5261e1ac)
- Lift tess decoders into a static lib [`ab71eab`](https://github.com/rive-app/rive-android/commit/ab71eab377343f4925bc11ffa0d9d475bea86e2d)

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

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

0 comments on commit 480af06

Please sign in to comment.