From 6cab946f3a7c3aa168a918519f6524b73f3e901a Mon Sep 17 00:00:00 2001 From: duncandoit Date: Wed, 8 Jun 2022 04:48:40 +0000 Subject: [PATCH] chore: release v2.0.24 --- .github/release/package-lock.json | 2 +- .github/release/package.json | 2 +- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index 92c75ee5..817d425c 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "2.0.23", + "version": "2.0.24", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 6e6ea704..0c4fddc6 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "2.0.23", + "version": "2.0.24", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index d7737918..056eba02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ 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). +#### [2.0.24](https://github.com/rive-app/rive-ios/compare/2.0.23...2.0.24) + +- State Machines and Animations will call advanceAndApply() instead of advance() and apply() separately [`6d33cb6`](https://github.com/rive-app/rive-ios/commit/6d33cb6e14dd06e8e1c8a47439fbf801aee5064b) +- Updating version files [`58cee66`](https://github.com/rive-app/rive-ios/commit/58cee6615dbaba008dd78647b34097f537819e5f) + #### [2.0.23](https://github.com/rive-app/rive-ios/compare/2.0.22...2.0.23) +> 8 June 2022 + - Gave RiveViewModel specialized inits so that users are presented without only an animation or a state machine param [`79f3119`](https://github.com/rive-app/rive-ios/commit/79f31196f3e65bc4d12b19d19273350042cfc176) +- chore: release v2.0.23 [`658a76c`](https://github.com/rive-app/rive-ios/commit/658a76c22b80f191f32daa468799e157f5a3dd1d) - Updating version files [`89c0381`](https://github.com/rive-app/rive-ios/commit/89c03810bf33e00e05d2bf491d52795b38edc0bf) #### [2.0.22](https://github.com/rive-app/rive-ios/compare/2.0.21...2.0.22) diff --git a/VERSION b/VERSION index 8fe1046e..87996126 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.23 \ No newline at end of file +2.0.24 \ No newline at end of file