diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index f09dbb89..cad92124 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.1.3", + "version": "6.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 6521bc6d..4c45d3ad 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.1.3", + "version": "6.1.4", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index c4fea09b..fa2c329e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +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). +#### [6.1.4](https://github.com/rive-app/rive-ios/compare/6.1.3...6.1.4) + +- Updating version files [`01de1b4`](https://github.com/rive-app/rive-ios/commit/01de1b4945857fa71f9032ac4a1fb64fb564110e) +- Clone draw for cache optimizations [`5b55b9d`](https://github.com/rive-app/rive-ios/commit/5b55b9d8d541e3742a78016a137174ac421c2967) +- Fix layout drag/drop offset [`c9ea5c3`](https://github.com/rive-app/rive-ios/commit/c9ea5c39c51b43f3e9968dcb04446bb3a5c8f607) + #### [6.1.3](https://github.com/rive-app/rive-ios/compare/6.1.2...6.1.3) +> 24 September 2024 + - advance iterator until distance does not equal 0 [`#8164`](https://github.com/rive-app/rive-ios/issues/8164) +- chore: release v6.1.3 [`4a17958`](https://github.com/rive-app/rive-ios/commit/4a1795829a2291a722fdfb71f05424146413d759) - Updating version files [`673d7ed`](https://github.com/rive-app/rive-ios/commit/673d7ed3bd37cd8ce316190201c5036b176b6488) - Add linux build step for rive_native changes [`219664c`](https://github.com/rive-app/rive-ios/commit/219664c03d99dc774e6e49160c46ef0549213058) -- runtime dashing! [`868e7fc`](https://github.com/rive-app/rive-ios/commit/868e7fc59a4ab60f022ac2838bec906b64328869) #### [6.1.2](https://github.com/rive-app/rive-ios/compare/6.1.1...6.1.2) diff --git a/VERSION b/VERSION index d7ff925c..1879c1be 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.3 \ No newline at end of file +6.1.4 \ No newline at end of file