From 211a486001bf543597a368d1cb0bc0fa060621b8 Mon Sep 17 00:00:00 2001 From: bodymovin Date: Fri, 15 Nov 2024 14:30:20 +0000 Subject: [PATCH] chore: release v6.3.7 --- .github/release/package-lock.json | 2 +- .github/release/package.json | 2 +- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index f756b1fb..6725ff50 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.3.6", + "version": "6.3.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index af96c7f8..d0e0fff2 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.3.6", + "version": "6.3.7", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index f90678b2..355b77e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ 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.7](https://github.com/rive-app/rive-ios/compare/6.3.6...6.3.7) + +- Updating version files [`e4b0dc1`](https://github.com/rive-app/rive-ios/commit/e4b0dc18e3c88fbd683677bdf5f8ba402d91d734) +- return keep going when a state machine has changed its state [`d89ddc8`](https://github.com/rive-app/rive-ios/commit/d89ddc81f687c91228fa2b73643f683e310453a9) +- Dart bump to 3.5.0 [`586fbcf`](https://github.com/rive-app/rive-ios/commit/586fbcfc2f9a9890a36a5be8a819630846df26f6) + #### [6.3.6](https://github.com/rive-app/rive-ios/compare/6.3.5...6.3.6) +> 14 November 2024 + +- chore: release v6.3.6 [`61ed098`](https://github.com/rive-app/rive-ios/commit/61ed09845f3841d6041dd77c20ec7443287aeb46) - Updating version files [`a86df46`](https://github.com/rive-app/rive-ios/commit/a86df46f3d7e6d1714831c341cb6ff14ff380195) - accept constraints without targets [`dfaf43b`](https://github.com/rive-app/rive-ios/commit/dfaf43b54399bdb02e2af5e27eea0eaed28cf3c6) diff --git a/VERSION b/VERSION index 5995717c..f580bbec 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.3.6 \ No newline at end of file +6.3.7 \ No newline at end of file