Skip to content

Commit

Permalink
chore: release v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HayesGordon committed Sep 13, 2023
1 parent 330c29b commit 5bd6438
Show file tree
Hide file tree
Showing 4 changed files with 12 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": "5.2.0",
"version": "5.2.1",
"description": "",
"scripts": {
"release": "release-it"
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +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).

#### [5.2.1](https://github.com/rive-app/rive-ios/compare/5.2.0...5.2.1)

- Read passed any empty runs when iterating glyphs. [`#5973`](https://github.com/rive-app/rive/issues/5973)
- Updating version files [`330c29b`](https://github.com/rive-app/rive-ios/commit/330c29b5638bf048e6443a3a238cdb89b9fe40e9)
- add artboards shapes to updates when RenderOpacity has dirt [`e503a91`](https://github.com/rive-app/rive-ios/commit/e503a910acbd784a12ec5d4d74d257c5812726e6)
- Don't apply id keyframes when mix value is 0 [`0d368c8`](https://github.com/rive-app/rive-ios/commit/0d368c8c2ad5810516752572ffc27967231f0603)

#### [5.2.0](https://github.com/rive-app/rive-ios/compare/5.1.6...5.2.0)

> 12 September 2023
- Integrate the Rive renderer into iOS [`b1f11bf`](https://github.com/rive-app/rive-ios/commit/b1f11bf828282a2ee06ba23c698c43b8f6369a54)
- Fix the iOS release [`ed4d6c9`](https://github.com/rive-app/rive-ios/commit/ed4d6c9f5f6956d3c332d9529e0d04ace110e0b1)
- Checkout and build the Rive Renderer into iOS deployments [`b6a88c7`](https://github.com/rive-app/rive-ios/commit/b6a88c7126b27dbdec74e2cab804afe79d68c4ac)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.2.0
5.2.1

0 comments on commit 5bd6438

Please sign in to comment.