Skip to content

Commit

Permalink
chore: release v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dskuza committed Sep 10, 2024
1 parent f8f8f2c commit 723a0c5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/release/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "release",
"version": "6.0.7",
"version": "6.1.0",
"description": "",
"scripts": {
"release": "release-it"
Expand Down
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.7
6.1.0

0 comments on commit 723a0c5

Please sign in to comment.