From 4556a74e34a63e6903cd51ac04d27b0edebf9442 Mon Sep 17 00:00:00 2001 From: luigi-rosso Date: Fri, 14 Jan 2022 04:07:15 +0000 Subject: [PATCH] chore: release v0.8.2 --- .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 fa9d261..fdc89e8 100644 --- a/.github/scripts/release/package-lock.json +++ b/.github/scripts/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "0.8.1", + "version": "0.8.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/scripts/release/package.json b/.github/scripts/release/package.json index 8d3b9b8..a261d74 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.8.1" + "version": "0.8.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6be0234..13d1bb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.8.2 + ## 0.8.1 - Support for raster assets! diff --git a/VERSION b/VERSION index c18d72b..53a48a1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.1 \ No newline at end of file +0.8.2 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 12e009b..b802340 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.1 +version: 0.8.2 repository: https://github.com/rive-app/rive-flutter homepage: https://rive.app