Skip to content

Commit

Permalink
chore: release v5.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HayesGordon committed Jun 18, 2024
1 parent 345eb17 commit 60dccf2
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.13.2",
"version": "5.14.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.14.0](https://github.com/rive-app/rive-ios/compare/5.13.2...5.14.0)

- Yoga layout runtimes [`6814254`](https://github.com/rive-app/rive-ios/commit/6814254076cfc7e2d5292381f10e9b101ac25db1)
- Updating version files [`345eb17`](https://github.com/rive-app/rive-ios/commit/345eb17583fe220ee3db79aade30bf4bd4cbc813)
- Optimize image encoding/decoding in debug builds [`d69a8d6`](https://github.com/rive-app/rive-ios/commit/d69a8d6557fb81fd43e14f2063f9b94c2edf4c9d)

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

> 8 June 2024
- chore: release v5.13.2 [`800afbd`](https://github.com/rive-app/rive-ios/commit/800afbdfdbc1900ac8b0430eb48fa5eda0bedc58)
- Updating version files [`d424259`](https://github.com/rive-app/rive-ios/commit/d424259becdf83d8c4093fee963106417da321bf)
- mark shape as dirty after flagged as target [`5dad85a`](https://github.com/rive-app/rive-ios/commit/5dad85a8acb9ad0553dc1f09930c222b9344f5b1)
- don’t defer updates when a shape/path is used for hit detect [`c8871c8`](https://github.com/rive-app/rive-ios/commit/c8871c8931e6b5768d58ba8b39462d5fcae0acd1)

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

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

0 comments on commit 60dccf2

Please sign in to comment.