mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-06-28 10:46:09 +08:00
chore: release v0.7.24
This commit is contained in:
8
.github/scripts/release/package-lock.json
generated
vendored
8
.github/scripts/release/package-lock.json
generated
vendored
@ -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"
|
|
||||||
}
|
}
|
||||||
|
2
.github/scripts/release/package.json
vendored
2
.github/scripts/release/package.json
vendored
@ -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"
|
||||||
}
|
}
|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user