From 68554008d6a6b29ab769873d17de7ac71b31ea1b Mon Sep 17 00:00:00 2001 From: bodymovin Date: Tue, 10 Dec 2024 02:07:14 +0000 Subject: [PATCH] chore: release v6.4.3 --- .github/release/package-lock.json | 2 +- .github/release/package.json | 2 +- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index 6f05cbcc..d46b410d 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.4.2", + "version": "6.4.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 2b56e3d4..c0768e13 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.4.2", + "version": "6.4.3", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index a25b2efc..dcddd5b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ 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.4.3](https://github.com/rive-app/rive-ios/compare/6.4.2...6.4.3) + +- 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) +> 6 December 2024 + +- chore: release v6.4.2 [`d757c30`](https://github.com/rive-app/rive-ios/commit/d757c302996a89b490bcec13a4ab3bd0556c776f) - Updating version files [`407c576`](https://github.com/rive-app/rive-ios/commit/407c576481777734711fdf670c64abf686081c9a) - Update macOS runner for cocoapods publish to macOS 14 [`f9e0e7a`](https://github.com/rive-app/rive-ios/commit/f9e0e7a690127d2dd9570a73f24a299f629d4731) diff --git a/VERSION b/VERSION index 04757a5d..8e0a2119 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.4.2 \ No newline at end of file +6.4.3 \ No newline at end of file