From 950e621912bd8bb4d4350615852b226a811c383c Mon Sep 17 00:00:00 2001 From: Luigi Rosso Date: Mon, 26 Jul 2021 14:08:14 -0700 Subject: [PATCH] chore: release v0.7.24 --- .github/scripts/release/package-lock.json | 8 ++++---- .github/scripts/release/package.json | 2 +- CHANGELOG.md | 2 ++ VERSION | 2 +- pubspec.yaml | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/scripts/release/package-lock.json b/.github/scripts/release/package-lock.json index 499aa18..df23e01 100644 --- a/.github/scripts/release/package-lock.json +++ b/.github/scripts/release/package-lock.json @@ -1,16 +1,17 @@ { "name": "release", + "version": "0.7.24", "lockfileVersion": 2, "requires": true, "packages": { "": { + "version": "0.7.24", "license": "ISC", "devDependencies": { "@release-it/bumper": "^2.0.0", "auto-changelog": "^2.3.0", "release-it": "^14.10.0" - }, - "version": "0.7.23" + } }, "node_modules/@babel/code-frame": { "version": "7.14.5", @@ -6126,6 +6127,5 @@ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", "dev": true } - }, - "version": "0.7.23" + } } diff --git a/.github/scripts/release/package.json b/.github/scripts/release/package.json index c32f473..df3002c 100644 --- a/.github/scripts/release/package.json +++ b/.github/scripts/release/package.json @@ -11,5 +11,5 @@ "auto-changelog": "^2.3.0", "release-it": "^14.10.0" }, - "version": "0.7.23" + "version": "0.7.24" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f210cec..3e6d61f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.7.24 + ## 0.7.23 - Support for IK constraints in Flutter. [`#153`](https://github.com/rive-app/rive-flutter/pull/153) diff --git a/VERSION b/VERSION index 948a24a..11c7e39 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.23 \ No newline at end of file +0.7.24 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 81d1d19..8ae63a6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: rive description: Rive 2 Flutter Runtime. This package provides runtime functionality for playing back and interacting with animations built with the Rive editor available at https://rive.app. -version: 0.7.23 +version: 0.7.24 repository: https://github.com/rive-app/rive-flutter homepage: https://rive.app