Skip to content

Commit

Permalink
chore: release v6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymovin committed Aug 15, 2024
1 parent 06a1419 commit 724db3e
Show file tree
Hide file tree
Showing 4 changed files with 11 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.2",
"version": "6.0.3",
"description": "",
"scripts": {
"release": "release-it"
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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

0 comments on commit 724db3e

Please sign in to comment.