From a37d1194d4d41139b8ce7a6cdae306079e6e3fdc Mon Sep 17 00:00:00 2001 From: Luigi Rosso Date: Mon, 12 Apr 2021 17:01:40 -0700 Subject: [PATCH] Prepping for pub. --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b4898a..03ffdc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [0.7.2] - 2021-04-12 16:57:54 +- Breaking change! StateMachineInput has been renamed to SMIInput to follow conventions in other runtimes and clearly disambiguate between core.StateMachineInput (the backing type in Rive's core system, which is not explicitly exposed to this runtime) and the input instances which should be used by controllers in the Flutter ecosystem. +- New examples showing use of number, boolean, and trigger inputs. + ## [0.7.1] - 2021-04-06 16:19:04 - Fixes an issue with hold keyframes not loading properly. diff --git a/pubspec.yaml b/pubspec.yaml index 4d8ada8..edb631b 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.1 +version: 0.7.2 repository: https://github.com/rive-app/rive-flutter homepage: https://rive.app