From 1841550165a6bbf2c1dc3bdc2f807a7760adaa23 Mon Sep 17 00:00:00 2001 From: mikerreed Date: Tue, 7 Jun 2022 19:53:26 +0000 Subject: [PATCH] chore: release v2.0.21 --- .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 9ecad6f4..ea4d3267 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "2.0.20", + "version": "2.0.21", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 4ff67476..ae0717ec 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "2.0.20", + "version": "2.0.21", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 209d6a8c..57c9cb8b 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.21](https://github.com/rive-app/rive-ios/compare/2.0.20...2.0.21) + +- Updating version files [`05c44f4`](https://github.com/rive-app/rive-ios/commit/05c44f475dc0b35a572d156955537537728f3e09) +- Roll cpp -- fix image leak [`ed92076`](https://github.com/rive-app/rive-ios/commit/ed92076ad748868da538d362e36b96013b629140) + #### [2.0.20](https://github.com/rive-app/rive-ios/compare/2.0.19...2.0.20) +> 7 June 2022 + - Changed the RiveViewModel's view() method to return a type erased AnyView to allow subclasses to override it. This is because currently in Swift opaque result types cannot be used for a non-final declaration within a class. I also removed some throws on methods in RiveViewModel to make the highest level of our API cleaner. [`921298e`](https://github.com/rive-app/rive-ios/commit/921298ef353d30d74af9d4adac102e2d36a2c52f) +- chore: release v2.0.20 [`432053b`](https://github.com/rive-app/rive-ios/commit/432053b91f458c7f1359adea69ef3850e74c1402) - Updating version files [`cf663cf`](https://github.com/rive-app/rive-ios/commit/cf663cf7461d6ffb946445fba78b05d8bb051e09) #### [2.0.19](https://github.com/rive-app/rive-ios/compare/2.0.18...2.0.19) diff --git a/VERSION b/VERSION index a30e84ff..eb4d1bc7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.20 \ No newline at end of file +2.0.21 \ No newline at end of file