From 0d100f58664765ebd3ac074d2389825de665b319 Mon Sep 17 00:00:00 2001 From: matt Sullivan Date: Tue, 4 May 2021 15:44:18 -0700 Subject: [PATCH 1/2] updates dependency versions --- pubspec.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index c88377d..c4c7719 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.6 +version: 0.7.7 repository: https://github.com/rive-app/rive-flutter homepage: https://rive.app @@ -8,11 +8,11 @@ environment: sdk: ">=2.12.0 <3.0.0" dependencies: - collection: ^1.14.13 + collection: ^1.15.0 flutter: sdk: flutter - graphs: ^1.0.0 - meta: ^1.2.3 + graphs: ^2.0.0 + meta: ^1.3.0 dev_dependencies: flutter_test: From e91cb6943ead5eaf0d505aa8e29c7a61da84ced7 Mon Sep 17 00:00:00 2001 From: matt Sullivan Date: Tue, 4 May 2021 15:47:33 -0700 Subject: [PATCH 2/2] Updates changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f1794d..0ad680f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.7.7] - 2021-05-04 16:00:00 +- Updates dependency versions + ## [0.7.6] - 2021-05-04 13:50:16 - Fixing an issue with StateMachine changes not being applied on the first frame after playing.