From ee86d79512a5477dcd8eb90fa94566566e91b6ed Mon Sep 17 00:00:00 2001 From: dskuza Date: Wed, 30 Oct 2024 15:26:37 +0000 Subject: [PATCH] chore: release v6.3.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 8cb24561..a193b1fb 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.2.2", + "version": "6.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index c3406e10..2ff1e7a6 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.2.2", + "version": "6.3.0", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index cc016464..63f35e9d 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.3.0](https://github.com/rive-app/rive-ios/compare/6.2.2...6.3.0) + +- feat: add runtime layout fit type for ios, android, web [`9d8744e`](https://github.com/rive-app/rive-ios/commit/9d8744e245c2611558a4fc5635bad9f679e26800) +- Updating version files [`a12d57f`](https://github.com/rive-app/rive-ios/commit/a12d57f06e98a559995513a95a1900e7934b782e) +- Expose RenderContext methods for allocating tessellation vertices [`5cfc1c2`](https://github.com/rive-app/rive-ios/commit/5cfc1c2bfbe175d8faa2635dadf2b3327fe79c62) + #### [6.2.2](https://github.com/rive-app/rive-ios/compare/6.2.1...6.2.2) +> 29 October 2024 + +- chore: release v6.2.2 [`f851490`](https://github.com/rive-app/rive-ios/commit/f85149034005511235d4e54575dc608ed9780114) - 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) diff --git a/VERSION b/VERSION index 30bc70ba..e7e42a4b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.2.2 \ No newline at end of file +6.3.0 \ No newline at end of file