From 723a0c5dd08ffe277456b1b1d7eaa76a3c9a86a0 Mon Sep 17 00:00:00 2001 From: dskuza Date: Tue, 10 Sep 2024 19:26:53 +0000 Subject: [PATCH] chore: release v6.1.0 --- .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 4a204dff..2a5c3336 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.0.7", + "version": "6.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 2c99f492..d19b23ba 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.0.7", + "version": "6.1.0", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e7ac69d..85329379 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.1.0](https://github.com/rive-app/rive-ios/compare/6.0.7...6.1.0) + +- Dance around a driver issue that generates garbage pixels [`#7423`](https://github.com/rive-app/rive-ios/issues/7423) +- Add fallback font support for iOS and macOS [`b047463`](https://github.com/rive-app/rive-ios/commit/b0474633b814ddb3a188040eab28bab052870f5b) +- Namespace corrections to rive instead of gpu [`98894de`](https://github.com/rive-app/rive-ios/commit/98894dea5ddd6dc7c3026ccd80b6349982b2865d) +- Update iOS contributing guide [`8f31d69`](https://github.com/rive-app/rive-ios/commit/8f31d69f4be0cbb2b1b24416a9e3cd376cf9418a) + #### [6.0.7](https://github.com/rive-app/rive-ios/compare/6.0.6...6.0.7) +> 29 August 2024 + - Support forwarding iOS / macOS listener events up responder chain [`2cfb340`](https://github.com/rive-app/rive-ios/commit/2cfb340e2ec814201708e83966c5c100eb7d00b7) - Change class names to strip PLS [`39455c0`](https://github.com/rive-app/rive-ios/commit/39455c06b3db356cc824cbca0a87a55e3bbcbdd8) -- Updating version files [`0961d74`](https://github.com/rive-app/rive-ios/commit/0961d74c390c580a65ef2093d6958889b51adf05) +- chore: release v6.0.7 [`585e092`](https://github.com/rive-app/rive-ios/commit/585e092bc0326a9b3003ab62c5f6303bb70214db) #### [6.0.6](https://github.com/rive-app/rive-ios/compare/6.0.5...6.0.6) diff --git a/VERSION b/VERSION index 41bd15e2..358e78e6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.7 \ No newline at end of file +6.1.0 \ No newline at end of file