Skip to content

Commit

Permalink
chore: release v5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zplata committed Jan 19, 2024
1 parent b17042e commit ce21e5a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 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.7.0",
"version": "5.7.1",
"description": "",
"scripts": {
"release": "release-it"
Expand Down
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,20 @@ 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.7.1](https://github.com/rive-app/rive-ios/compare/5.7.0...5.7.1)

- fix elastic interpolator crash with period 0 [`#6422`](https://github.com/rive-app/rive-ios/issues/6422)
- chore: cleanup ios examples [`b3d16a9`](https://github.com/rive-app/rive-ios/commit/b3d16a9b47c5c588341f75c09a7d37701b86ec2b)
- Updating version files [`b17042e`](https://github.com/rive-app/rive-ios/commit/b17042ebb1eac8afea65ad81afb242099b827f86)
- IntersectionBoard cleanups [`b67fd59`](https://github.com/rive-app/rive-ios/commit/b67fd5977bf065391f76682a341f891031c4cacd)

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

> 11 December 2023
- Ios out of band [`27de5ab`](https://github.com/rive-app/rive-ios/commit/27de5abf4b96904725446f0ceca2b5cd5faf38c5)
- fix: add nullptr check when retrieving text run on iOS at the artboard [`a85c61b`](https://github.com/rive-app/rive-ios/commit/a85c61b29894861da56342d3711b094c6d7a9eb8)
- fix: cached asset example using a bad path reference [`956bb7a`](https://github.com/rive-app/rive-ios/commit/956bb7acd33e06f6828e76143fdf84d22d066196)
- chore: release v5.7.0 [`4be79b4`](https://github.com/rive-app/rive-ios/commit/4be79b4d11a7ee18c6f26bc13e6a9b9f8cd1f89b)

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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.7.0
5.7.1

0 comments on commit ce21e5a

Please sign in to comment.