From 51f1bcdfce0d956cab2994c64e29b5fd3e7c171e Mon Sep 17 00:00:00 2001 From: dskuza Date: Thu, 31 Oct 2024 18:21:54 +0000 Subject: [PATCH] chore: release v6.3.1 --- .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 a193b1fb..4164b973 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.3.0", + "version": "6.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 2ff1e7a6..74105210 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.3.0", + "version": "6.3.1", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f35e9d..1f67e50e 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.1](https://github.com/rive-app/rive-ios/compare/6.3.0...6.3.1) + +- Updating version files [`0f54ed6`](https://github.com/rive-app/rive-ios/commit/0f54ed6ae28efa6a59bc938874f2ad2929371339) +- Build iOS releases using Xcode 15.4 [`e7fc99e`](https://github.com/rive-app/rive-ios/commit/e7fc99e819dd1241f7aec688c50d7e690243779a) +- add viewmodel and data enum system core objects [`e827bfe`](https://github.com/rive-app/rive-ios/commit/e827bfe22ee2ad17c707baf8367d24b547ad1395) + #### [6.3.0](https://github.com/rive-app/rive-ios/compare/6.2.2...6.3.0) +> 30 October 2024 + - feat: add runtime layout fit type for ios, android, web [`9d8744e`](https://github.com/rive-app/rive-ios/commit/9d8744e245c2611558a4fc5635bad9f679e26800) +- chore: release v6.3.0 [`ee86d79`](https://github.com/rive-app/rive-ios/commit/ee86d79512a5477dcd8eb90fa94566566e91b6ed) - 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) diff --git a/VERSION b/VERSION index e7e42a4b..39ee137b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.3.0 \ No newline at end of file +6.3.1 \ No newline at end of file