Skip to content

Commit

Permalink
chore: release v6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dskuza committed Dec 12, 2024
1 parent 5d25e2f commit 90bd7d7
Show file tree
Hide file tree
Showing 4 changed files with 12 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.4.3",
"version": "6.5.0",
"description": "",
"scripts": {
"release": "release-it"
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +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.5.0](https://github.com/rive-app/rive-ios/compare/6.4.3...6.5.0)

- Add visionOS and tvOS support to Apple runtime [`08532a7`](https://github.com/rive-app/rive-ios/commit/08532a7036862261d80d26812d975d1c83caef93)
- Updating version files [`5d25e2f`](https://github.com/rive-app/rive-ios/commit/5d25e2f8920269f34e188b86868f81dcaf268d81)
- Fix layout display issues [`9225503`](https://github.com/rive-app/rive-ios/commit/922550347f569b1ccdfe3419bebc5b03277d5d2e)

#### [6.4.3](https://github.com/rive-app/rive-ios/compare/6.4.2...6.4.3)

> 10 December 2024
- chore: release v6.4.3 [`6855400`](https://github.com/rive-app/rive-ios/commit/68554008d6a6b29ab769873d17de7ac71b31ea1b)
- Updating version files [`c6157b1`](https://github.com/rive-app/rive-ios/commit/c6157b1d408a781ec228c157344902f326cc3f7d)
- call syncStyleChanges on update [`06d0401`](https://github.com/rive-app/rive-ios/commit/06d040110a251dce764ce92b8a8e3ec530792e10)
- Override layoutcomponent x/y using layoutX/Y [`40723b2`](https://github.com/rive-app/rive-ios/commit/40723b26d95c0cd122dacd02264d3dda98e8db99)

#### [6.4.2](https://github.com/rive-app/rive-ios/compare/6.4.1...6.4.2)

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

0 comments on commit 90bd7d7

Please sign in to comment.