From 7b0fb824eb4446ea0b265cd043f0611b411b723d Mon Sep 17 00:00:00 2001 From: dskuza Date: Mon, 4 Nov 2024 17:17:20 +0000 Subject: [PATCH] chore: release v6.3.2 --- .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 4164b973..268c41a3 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.3.1", + "version": "6.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 74105210..0eb21e7f 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.3.1", + "version": "6.3.2", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f67e50e..8954003a 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.2](https://github.com/rive-app/rive-ios/compare/6.3.1...6.3.2) + +- Updating version files [`68ccf6c`](https://github.com/rive-app/rive-ios/commit/68ccf6c17ebd80ba6d3d5ce0582df45f79fde3ec) +- Use trait collection for display scale over window scene [`505d6fe`](https://github.com/rive-app/rive-ios/commit/505d6fe3eb51a9302bd97594d94233189da1638c) +- Layout Fixes [`2c0ac3c`](https://github.com/rive-app/rive-ios/commit/2c0ac3c75e854ff2cc08b5fa4f917b894128e973) + #### [6.3.1](https://github.com/rive-app/rive-ios/compare/6.3.0...6.3.1) +> 31 October 2024 + +- chore: release v6.3.1 [`51f1bcd`](https://github.com/rive-app/rive-ios/commit/51f1bcdfce0d956cab2994c64e29b5fd3e7c171e) - 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) diff --git a/VERSION b/VERSION index 39ee137b..f9da12e1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.3.1 \ No newline at end of file +6.3.2 \ No newline at end of file