From 59174c443afa81d7c3a5bf1baccbc84bb0136ee1 Mon Sep 17 00:00:00 2001 From: bodymovin Date: Tue, 14 Jan 2025 00:57:22 +0000 Subject: [PATCH] chore: release v6.5.7 --- .github/release/package-lock.json | 4 ++-- .github/release/package.json | 2 +- CHANGELOG.md | 10 +++++++++- VERSION | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index 3e84e2b6..8844cb52 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,12 +1,12 @@ { "name": "release", - "version": "6.5.6", + "version": "6.5.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "release", - "version": "6.5.6", + "version": "6.5.7", "license": "ISC", "devDependencies": { "@release-it/bumper": "^6.0.1", diff --git a/.github/release/package.json b/.github/release/package.json index f9e5a17b..9fca753e 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.5.6", + "version": "6.5.7", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e4a4ae9..5354f4b9 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). +#### [6.5.7](https://github.com/rive-app/rive-ios/compare/6.5.6...6.5.7) + +- Updating version files [`7a56dcb`](https://github.com/rive-app/rive-ios/commit/7a56dcb04af820fe7b46ba3aba9bb6caf59ee5b1) +- Runtime fix for image scale with mesh [`96d5820`](https://github.com/rive-app/rive-ios/commit/96d5820d648c2516397182bce539d92241214752) +- editor+runtime: fix text hit-testing on a locally transformed text [`821fdab`](https://github.com/rive-app/rive-ios/commit/821fdab5f6b2fb6106a98ecca24146080e85ca6a) + #### [6.5.6](https://github.com/rive-app/rive-ios/compare/6.5.5...6.5.6) +> 8 January 2025 + - Pushing merge, resolved using upstream.\n\n message=Security warnings [`28394c7`](https://github.com/rive-app/rive-ios/commit/28394c71d5e433c27438a09af71df71d850260ec) +- chore: release v6.5.6 [`a7c111c`](https://github.com/rive-app/rive-ios/commit/a7c111c044488821dbb6be4bedd1f1cf080b2aad) - Updating version files [`20bb89e`](https://github.com/rive-app/rive-ios/commit/20bb89e2d35ee2f665777552b13533a66dde0663) -- Remove unused RiveRuntime-Resources target from SPM template [`d2f39ba`](https://github.com/rive-app/rive-ios/commit/d2f39ba9bc9b1f14fbf26f0af4102886d73349c2) #### [6.5.5](https://github.com/rive-app/rive-ios/compare/6.5.4...6.5.5) diff --git a/VERSION b/VERSION index 23dddbc6..c7ed20f8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.5.6 \ No newline at end of file +6.5.7 \ No newline at end of file