Skip to content

Commit

Permalink
chore: release v2.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerreed committed Jun 7, 2022
1 parent 05c44f4 commit 1841550
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/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/release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "release",
"version": "2.0.20",
"version": "2.0.21",
"description": "",
"scripts": {
"release": "release-it"
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.20
2.0.21

0 comments on commit 1841550

Please sign in to comment.