Skip to content

Commit

Permalink
chore: release v6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dskuza committed Aug 14, 2024
1 parent 899d1cb commit a5d3046
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.1",
"version": "6.0.2",
"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.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)

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

0 comments on commit a5d3046

Please sign in to comment.