Skip to content

Commit

Permalink
chore: release v5.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dskuza committed Jul 9, 2024
1 parent 2d57360 commit f07f52d
Show file tree
Hide file tree
Showing 4 changed files with 11 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.14.3",
"version": "5.14.4",
"description": "",
"scripts": {
"release": "release-it"
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +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.14.4](https://github.com/rive-app/rive-ios/compare/5.14.3...5.14.4)

- Updating version files [`2d57360`](https://github.com/rive-app/rive-ios/commit/2d57360a5340c66f557d2397398556c1586d492b)
- Only call state machine delegate function if delegate exists [`99b9a82`](https://github.com/rive-app/rive-ios/commit/99b9a827605bbec2922929383fb3d16c1765e218)

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

> 6 July 2024
- add missing validations [`#7531`](https://github.com/rive-app/rive-ios/issues/7531)
- Improve handling of nullable values in iOS renderer [`76aef26`](https://github.com/rive-app/rive-ios/commit/76aef265d11d9e3d3ab9732aff338e8b8f76a31d)
- chore: release v5.14.3 [`d9f25cc`](https://github.com/rive-app/rive-ios/commit/d9f25cc29ee67a35ed4a90cdf68e704517fe5cc8)
- Turn iOS golden testing back on [`701a1df`](https://github.com/rive-app/rive-ios/commit/701a1df004b65299ed30899c845ad9c88a811d6f)
- Updating version files [`6c711f1`](https://github.com/rive-app/rive-ios/commit/6c711f138832fe8ea1154e58970f52da835f0137)

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

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

0 comments on commit f07f52d

Please sign in to comment.