diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index 1a05535b..f167d031 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.0.3", + "version": "6.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index f1658ce4..c210ccbc 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.0.3", + "version": "6.0.4", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index da5f6ddd..565af8f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ 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.4](https://github.com/rive-app/rive-ios/compare/6.0.3...6.0.4) + +- iOS images: back to rendering to a cg context with unmultiplying. [`ee74239`](https://github.com/rive-app/rive-ios/commit/ee742390a8131e49a88270bbd8d1989d21e604f4) +- Updating version files [`f99c6ab`](https://github.com/rive-app/rive-ios/commit/f99c6abba7d373810d1ffe302d4219292b9c3356) +- Use artboard properties as transition conditions [`c0347a1`](https://github.com/rive-app/rive-ios/commit/c0347a1e24ab9016d79277dc000079f17af0d98e) + #### [6.0.3](https://github.com/rive-app/rive-ios/compare/6.0.2...6.0.3) +> 15 August 2024 + +- chore: release v6.0.3 [`724db3e`](https://github.com/rive-app/rive-ios/commit/724db3ec15289efccf5149dbb37ac5e4a9e99697) - Updating version files [`06a1419`](https://github.com/rive-app/rive-ios/commit/06a14195fb7245298fba20be5ba246bb8bdba921) - editor: nine-slicing core data type definitions [`a7a7cb5`](https://github.com/rive-app/rive-ios/commit/a7a7cb5e1cdc3b2b511bfcb489be6210964c609f) diff --git a/VERSION b/VERSION index 39c5d6a6..b1a3205c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.3 \ No newline at end of file +6.0.4 \ No newline at end of file