From 7e6fdaf8bd33ec31c1ab5269495a29bc358481b2 Mon Sep 17 00:00:00 2001 From: zplata Date: Sat, 16 Apr 2022 00:47:06 +0000 Subject: [PATCH] chore: release v2.0.1 --- .github/release/package-lock.json | 2 +- .github/release/package.json | 2 +- CHANGELOG.md | 10 +++++++++- VERSION | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index 41143637..b8e46fe3 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 37558257..6b3a659f 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "2.0.0", + "version": "2.0.1", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f8df928..0ae186d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [2.0.0](https://github.com/rive-app/rive-ios/compare/1.0.18...2.0.0) +#### [2.0.1](https://github.com/rive-app/rive-ios/compare/2.0.0...2.0.1) + +- Updating version files [`5f528eb`](https://github.com/rive-app/rive-ios/commit/5f528eb7c3d5193cc89ad0acc17115330483c87f) +- Fix: Fix templates to reference new platform version changes [`e3829ff`](https://github.com/rive-app/rive-ios/commit/e3829ff5fb1bcd3d8da4728f2ec699d140ff53b1) +- Remove major version flag [`82297aa`](https://github.com/rive-app/rive-ios/commit/82297aaeb5465660f45748eb043d88e5908dfee4) + +### [2.0.0](https://github.com/rive-app/rive-ios/compare/1.0.18...2.0.0) + +> 15 April 2022 - Deprecated old RiveFile utils. Converted Layout, BlendModes and StateMachine UIKit examples. Commented out unused examples and old RiveView related things. Fixed SimpleAnimation presentation issues. [`a456f48`](https://github.com/rive-app/rive-ios/commit/a456f4850b8de192103b36a0704acb6716254f08) - Removed unused files [`e9035ed`](https://github.com/rive-app/rive-ios/commit/e9035ede56613f51dc3e2010115b893893527e48) diff --git a/VERSION b/VERSION index 359a5b95..10bf840e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0 \ No newline at end of file +2.0.1 \ No newline at end of file