From 47405f070387e9eeb30b95adefb6e563ad2476fd Mon Sep 17 00:00:00 2001 From: Luigi Rosso <luigi@rive.app> Date: Thu, 5 Aug 2021 17:36:26 -0700 Subject: [PATCH] Bumping version and changelog. --- CHANGELOG.md | 3 +++ VERSION | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b737dcd..731bbea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.7.27 +- Adds support for translation, scale, and rotation constraints. + ## 0.7.26 - Adds support for distance constraints. [`#158`](https://github.com/rive-app/rive-flutter/pull/158) diff --git a/VERSION b/VERSION index fbce3ec..1e70338 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.26 \ No newline at end of file +0.7.27 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 957fedf..eec73bf 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.26 +version: 0.7.27 repository: https://github.com/rive-app/rive-flutter homepage: https://rive.app