From 5183233f9382777bf14344c631c6f53149fa7c11 Mon Sep 17 00:00:00 2001 From: luigi-rosso Date: Tue, 30 Nov 2021 22:07:44 +0000 Subject: [PATCH] chore: release v0.7.36 --- .github/scripts/release/package-lock.json | 2 +- .github/scripts/release/package.json | 2 +- CHANGELOG.md | 2 ++ VERSION | 2 +- pubspec.yaml | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/scripts/release/package-lock.json b/.github/scripts/release/package-lock.json index df65443..34fea78 100644 --- a/.github/scripts/release/package-lock.json +++ b/.github/scripts/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "0.7.35", + "version": "0.7.36", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/scripts/release/package.json b/.github/scripts/release/package.json index e5cf3f1..274c306 100644 --- a/.github/scripts/release/package.json +++ b/.github/scripts/release/package.json @@ -11,5 +11,5 @@ "auto-changelog": "^2.3.0", "release-it": "^14.11.0" }, - "version": "0.7.35" + "version": "0.7.36" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b6b806..d9aa763 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.7.36 + ## 0.7.35 ## 0.7.34 diff --git a/VERSION b/VERSION index 5592e6e..ff8c29d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.35 \ No newline at end of file +0.7.36 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 72920ae..8f2da69 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.8.0 +version: 0.7.36 repository: https://github.com/rive-app/rive-flutter homepage: https://rive.app