Skip to content

Commit

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

- 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)

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

> 1 December 2023
- chore: release v5.6.3 [`4a6b607`](https://github.com/rive-app/rive-ios/commit/4a6b6072dc36a950016e8d1f4a13207ee356a0e5)
- Updating version files [`6dc9932`](https://github.com/rive-app/rive-ios/commit/6dc99325ef808b59a273eb91646f9a3382269833)
- skip constraints in editor when target is collapsed [`0f1cdf8`](https://github.com/rive-app/rive-ios/commit/0f1cdf859c1927251cb3b81abc9ac8a6f6c348b9)
- ignore paths that are inactive in solos when calculating hit test [`3955e50`](https://github.com/rive-app/rive-ios/commit/3955e50a4afe2a1494bbe2368b5c0c06f73dcf9b)

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

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

0 comments on commit 4be79b4

Please sign in to comment.