diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index 681769ea..1a05535b 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.0.2", + "version": "6.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 8dd10652..f1658ce4 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.0.2", + "version": "6.0.3", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 8186d22b..da5f6ddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +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.3](https://github.com/rive-app/rive-ios/compare/6.0.2...6.0.3) + +- 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) + #### [6.0.2](https://github.com/rive-app/rive-ios/compare/6.0.1...6.0.2) +> 14 August 2024 + - fix hovered state of group listeners [`#7838`](https://github.com/rive-app/rive-ios/issues/7838) +- chore: release v6.0.2 [`a5d3046`](https://github.com/rive-app/rive-ios/commit/a5d304692dda156a7e258a965cb1c9ef158d17d0) - Updating version files [`899d1cb`](https://github.com/rive-app/rive-ios/commit/899d1cbc6261a33e07c199e152753414991ea306) - remove no-op simd unmultiply [`86a5211`](https://github.com/rive-app/rive-ios/commit/86a5211ffe9c9c09d2d55c7bb23f0a4ec86b5c4f) -- Do not render frames on iOS if view size width or height is 0 [`36209a6`](https://github.com/rive-app/rive-ios/commit/36209a69b0f3a367f8f048eba7aa9757a1b1a90d) #### [6.0.1](https://github.com/rive-app/rive-ios/compare/6.0.0...6.0.1) diff --git a/VERSION b/VERSION index 7a9f89d8..39c5d6a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.2 \ No newline at end of file +6.0.3 \ No newline at end of file