diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index f73de5d5..f1666717 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "5.13.2", + "version": "5.14.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 71a819e2..4fb4abd5 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "5.13.2", + "version": "5.14.0", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 51721bb4..b2c8d6bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/VERSION b/VERSION index 0b17707f..5d4f567e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.13.2 \ No newline at end of file +5.14.0 \ No newline at end of file