Merge pull request #150 from rive-app/constraints

IK Support
This commit is contained in:
Luigi Rosso
2021-07-15 10:30:32 -07:00
committed by GitHub
3 changed files with 2 additions and 5 deletions

View File

@ -31,7 +31,7 @@ jobs:
"refreshToken":"${{ secrets.OAUTH_REFRESH_TOKEN }}",
"tokenEndpoint":"https://accounts.google.com/o/oauth2/token",
"scopes": [ "openid", "https://www.googleapis.com/auth/userinfo.email" ],
"expiration": 1624388694898
"expiration": 1626373611962
}
EOF
- name: Git config

View File

@ -1,6 +1,3 @@
## 0.7.24
- Adding git config to publish workflow. [`#149`](https://github.com/rive-app/rive-flutter/pull/149)
## 0.7.22 - (2021-06-22)
- Stroke don't draw when their thickness is 0.

View File

@ -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.22
repository: https://github.com/rive-app/rive-flutter
homepage: https://rive.app