chore: release v0.7.24

This commit is contained in:
Luigi Rosso
2021-07-26 14:08:14 -07:00
parent 53ea9b5839
commit 950e621912
5 changed files with 9 additions and 7 deletions

View File

@ -1,16 +1,17 @@
{ {
"name": "release", "name": "release",
"version": "0.7.24",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"version": "0.7.24",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"@release-it/bumper": "^2.0.0", "@release-it/bumper": "^2.0.0",
"auto-changelog": "^2.3.0", "auto-changelog": "^2.3.0",
"release-it": "^14.10.0" "release-it": "^14.10.0"
}, }
"version": "0.7.23"
}, },
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {
"version": "7.14.5", "version": "7.14.5",
@ -6126,6 +6127,5 @@
"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
"dev": true "dev": true
} }
}, }
"version": "0.7.23"
} }

View File

@ -11,5 +11,5 @@
"auto-changelog": "^2.3.0", "auto-changelog": "^2.3.0",
"release-it": "^14.10.0" "release-it": "^14.10.0"
}, },
"version": "0.7.23" "version": "0.7.24"
} }

View File

@ -1,3 +1,5 @@
## 0.7.24
## 0.7.23 ## 0.7.23
- Support for IK constraints in Flutter. [`#153`](https://github.com/rive-app/rive-flutter/pull/153) - Support for IK constraints in Flutter. [`#153`](https://github.com/rive-app/rive-flutter/pull/153)

View File

@ -1 +1 @@
0.7.23 0.7.24

View File

@ -1,6 +1,6 @@
name: rive 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. 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 repository: https://github.com/rive-app/rive-flutter
homepage: https://rive.app homepage: https://rive.app