Skip to content

Commit 44b9b8c

Browse files
author
mjtalbot
committed
chore: release v2.0.3
1 parent 407113a commit 44b9b8c

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
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": "2.0.2",
3+
"version": "2.0.3",
44
"description": "",
55
"scripts": {
66
"release": "release-it"

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ 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+
#### [2.0.3](https://github.com/rive-app/rive-android/compare/2.0.2...2.0.3)
8+
9+
- fix: clean up our proguard file, and remove buildType overrides [`ebe4510`](https://github.com/rive-app/rive-android/commit/ebe4510d884bc45326fe0c71207edffe72b3f70e)
10+
- fix: add initializationProvider that is disabled by default [`407113a`](https://github.com/rive-app/rive-android/commit/407113a71e8e9342168c44af99c3ec28922d446e)
11+
- fix: a couple of kotlin warnings [`2695710`](https://github.com/rive-app/rive-android/commit/26957101cb277fbef783d2bb405630f68e3f0247)
12+
713
#### [2.0.2](https://github.com/rive-app/rive-android/compare/2.0.1...2.0.2)
814

15+
> 2 December 2021
16+
917
- Mock Choreographer [`#202`](https://github.com/rive-app/rive-android/pull/202)
1018
- Mock RiveAnimationView with a custom Renderer to override Choreographer frame scheduling behavior [`567360e`](https://github.com/rive-app/rive-android/commit/567360e91112f97c5056d1993312f6d035dc49a7)
1119
- Fix tests initialization [`9847f55`](https://github.com/rive-app/rive-android/commit/9847f55d1a6d8347093c0613fab6b91281d34e6a)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.2
1+
2.0.3

0 commit comments

Comments
 (0)