From a5d304692dda156a7e258a965cb1c9ef158d17d0 Mon Sep 17 00:00:00 2001 From: dskuza Date: Wed, 14 Aug 2024 20:18:11 +0000 Subject: [PATCH] chore: release v6.0.2 --- .github/release/package-lock.json | 2 +- .github/release/package.json | 2 +- CHANGELOG.md | 11 ++++++++++- VERSION | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index 381a64e6..681769ea 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.0.1", + "version": "6.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index c4fffd14..8dd10652 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.0.1", + "version": "6.0.2", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 91ab4832..8186d22b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +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.0.2](https://github.com/rive-app/rive-ios/compare/6.0.1...6.0.2) + +- fix hovered state of group listeners [`#7838`](https://github.com/rive-app/rive-ios/issues/7838) +- 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) +> 13 August 2024 + - Decode image data directly on iOS [`9846f45`](https://github.com/rive-app/rive-ios/commit/9846f459936cfa660e3d6a91543d2588b0c9e915) +- chore: release v6.0.1 [`1bb5bbb`](https://github.com/rive-app/rive-ios/commit/1bb5bbb4f8292153d28308492cdc8a75da128aab) - Updating version files [`f368b6e`](https://github.com/rive-app/rive-ios/commit/f368b6e88b7e2854b8e23e1e1e9fa743b7afe2e2) -- feat: add nested text run getters and setters in Unity [`3cc51d9`](https://github.com/rive-app/rive-ios/commit/3cc51d917c13a3a74246b78802a30a47379079fa) ### [6.0.0](https://github.com/rive-app/rive-ios/compare/5.16.0...6.0.0) diff --git a/VERSION b/VERSION index 6d54bbd7..7a9f89d8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.1 \ No newline at end of file +6.0.2 \ No newline at end of file