From 90bd7d750dc1c26ad9de3fd274e91d7e58791b8b Mon Sep 17 00:00:00 2001 From: dskuza Date: Thu, 12 Dec 2024 01:13:10 +0000 Subject: [PATCH] chore: release v6.5.0 --- .github/release/package-lock.json | 2 +- .github/release/package.json | 2 +- CHANGELOG.md | 10 +++++++++- VERSION | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index d46b410d..67f06535 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.4.3", + "version": "6.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index c0768e13..2cfc8395 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.4.3", + "version": "6.5.0", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index dcddd5b7..07a3d1f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/VERSION b/VERSION index 8e0a2119..4be2c727 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.4.3 \ No newline at end of file +6.5.0 \ No newline at end of file