From f19beb13f47f42b8b5d7c73e0f1cf0943987ca2c Mon Sep 17 00:00:00 2001 From: dskuza Date: Wed, 16 Oct 2024 14:58:13 +0000 Subject: [PATCH] chore: release v6.2.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 b57a7e37..dc3fd7a5 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.1.7", + "version": "6.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 8e8efc36..33572216 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.1.7", + "version": "6.2.0", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 422c9c6e..8251ccbb 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.0](https://github.com/rive-app/rive-ios/compare/6.1.7...6.2.0) + +- Add logging to rive-ios [`c2f8738`](https://github.com/rive-app/rive-ios/commit/c2f8738739792f5f65e43cfff32f7801026ca11c) +- Updating version files [`55ff7a2`](https://github.com/rive-app/rive-ios/commit/55ff7a27f720854f6cdd70d21b8ee0195f5e8f54) +- Fix layout animation runtime [`4fa81c5`](https://github.com/rive-app/rive-ios/commit/4fa81c5820100d0043eb5383e1bb1ef89439a643) + #### [6.1.7](https://github.com/rive-app/rive-ios/compare/6.1.6...6.1.7) +> 15 October 2024 + - Drop the ColumnLimit to 80 for clang-format [`17a669a`](https://github.com/rive-app/rive-ios/commit/17a669aad626bde3138de6e6fc97ac90caf3951f) +- chore: release v6.1.7 [`ed32a52`](https://github.com/rive-app/rive-ios/commit/ed32a521be00ded84ae72ea3c14ccd6b6e1ac083) - Updating version files [`15f6952`](https://github.com/rive-app/rive-ios/commit/15f6952453a8b065988cbe631618b449ff991a87) -- Make layout position type and scale type keyable [`6f041ca`](https://github.com/rive-app/rive-ios/commit/6f041caf04f2e1f5853000d5195f713341d91246) #### [6.1.6](https://github.com/rive-app/rive-ios/compare/6.1.5...6.1.6) diff --git a/VERSION b/VERSION index cb6b1ffd..4ac4fded 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.7 \ No newline at end of file +6.2.0 \ No newline at end of file