From 90d8bbb9f79f362c47bd61511ebfe4d3b83a942e Mon Sep 17 00:00:00 2001 From: dskuza Date: Wed, 28 Aug 2024 12:48:15 +0000 Subject: [PATCH] chore: release v6.0.6 --- .github/release/package-lock.json | 2 +- .github/release/package.json | 2 +- CHANGELOG.md | 10 +++++++++- VERSION | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index 21185f3c..744557f7 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.0.5", + "version": "6.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 24c3b01d..7c9c6bfb 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.0.5", + "version": "6.0.6", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index f009b3e3..c784899d 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.0.6](https://github.com/rive-app/rive-ios/compare/6.0.5...6.0.6) + +- Redraw iOS and macOS Rive view on various view changes [`e592307`](https://github.com/rive-app/rive-ios/commit/e592307df75d33def0b0799ed7bbd4ebc34c5fe7) +- Initial file moves and renames [`3f592d5`](https://github.com/rive-app/rive-ios/commit/3f592d5350a7f09f48a7b8aa222b4d0f11f98b65) +- Update rive cpp for submodules [`4d5505d`](https://github.com/rive-app/rive-ios/commit/4d5505d7261a9f74c79fa235637abc84f324f832) + #### [6.0.5](https://github.com/rive-app/rive-ios/compare/6.0.4...6.0.5) +> 23 August 2024 + - iOS images unpremult SIMD support [`866f231`](https://github.com/rive-app/rive-ios/commit/866f2311a739aa729c3a0594f7ef17cbabd5127b) +- chore: release v6.0.5 [`41fee1c`](https://github.com/rive-app/rive-ios/commit/41fee1cde4519cc0a2eb784950ddf423e7d79eb1) - Updating version files [`a41fba4`](https://github.com/rive-app/rive-ios/commit/a41fba40d62cc7a70eb59b6939be3c8b124bd7de) -- mark dirty when constraint changes [`7bf3e20`](https://github.com/rive-app/rive-ios/commit/7bf3e2074a333ad8d44ec8464b4fba85deeccf52) #### [6.0.4](https://github.com/rive-app/rive-ios/compare/6.0.3...6.0.4) diff --git a/VERSION b/VERSION index 81f0c273..e8738082 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.5 \ No newline at end of file +6.0.6 \ No newline at end of file