diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index b9576d57..8cb24561 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.2.1", + "version": "6.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index af3e0f71..c3406e10 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.2.1", + "version": "6.2.2", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 893a4d0e..cc016464 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.2.2](https://github.com/rive-app/rive-ios/compare/6.2.1...6.2.2) + +- Updating version files [`88f09b4`](https://github.com/rive-app/rive-ios/commit/88f09b4864488fce5a63c1e161688c4ce853228a) +- Fix resources getting deleted prematurely in vkutil::ResourcePool [`ba5824d`](https://github.com/rive-app/rive-ios/commit/ba5824dd8c72cdc0af66a9f8b54d3d992366c77f) +- Upgrade legacy artboards to work with layouts [`980594b`](https://github.com/rive-app/rive-ios/commit/980594b717fbefdfeea13f3b09c46e5e18deb84e) + #### [6.2.1](https://github.com/rive-app/rive-ios/compare/6.2.0...6.2.1) +> 22 October 2024 + - Validate rect and drawable size before drawing [`6417d1a`](https://github.com/rive-app/rive-ios/commit/6417d1a7bf35dab1974bc94d913d2259fb3ab4f6) - Add input getters to iOS view model [`9fee36a`](https://github.com/rive-app/rive-ios/commit/9fee36ad85a10f769c08e15bc55fc234f8497a19) -- Updating version files [`1f71d2d`](https://github.com/rive-app/rive-ios/commit/1f71d2d494f5e4efba8202f4b35af4670dea1faa) +- chore: release v6.2.1 [`f96110f`](https://github.com/rive-app/rive-ios/commit/f96110f3734459cb82b3d11622c15e36dc28e882) #### [6.2.0](https://github.com/rive-app/rive-ios/compare/6.1.7...6.2.0) diff --git a/VERSION b/VERSION index 0df17dd0..30bc70ba 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.2.1 \ No newline at end of file +6.2.2 \ No newline at end of file