From 1c5dc6f085f41809f3c092647198f397dc3f5208 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Sun, 1 May 2022 15:40:56 -0400 Subject: [PATCH] Revert "Revert "chore: release v2.0.9"" This reverts commit 08da3fad87ba2768474f9ed6d28e090de15e6be1. --- .github/release/package-lock.json | 2 +- .github/release/package.json | 2 +- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index f3c607f0..b2131137 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "2.0.8", + "version": "2.0.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 1f0b8ecf..0bc83242 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "2.0.8", + "version": "2.0.9", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index f7333f9e..fde9d24d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ 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.9](https://github.com/rive-app/rive-ios/compare/2.0.8...2.0.9) + +- Only exposes instances [`3b48a9a`](https://github.com/rive-app/rive-ios/commit/3b48a9abe0239cd16de680195cd35fc0caf26140) +- Updating version files [`84e4c7b`](https://github.com/rive-app/rive-ios/commit/84e4c7b854c74aecbb73afdcb587c5dc33daae30) + #### [2.0.8](https://github.com/rive-app/rive-ios/compare/2.0.7...2.0.8) +> 29 April 2022 + - Fixed bug that prevented touch events from working properly on paused state machines. Re-enabled lighthouse example. [`f6e1cc6`](https://github.com/rive-app/rive-ios/commit/f6e1cc651c6494dad892622e13e0713c6b042768) +- chore: release v2.0.8 [`4720c17`](https://github.com/rive-app/rive-ios/commit/4720c17ec29ed2c557f0e6978f27b19283de0f32) - Updating version files [`6131858`](https://github.com/rive-app/rive-ios/commit/61318581e4433863594bf4a438402534ed91bc0e) #### [2.0.7](https://github.com/rive-app/rive-ios/compare/2.0.6...2.0.7) diff --git a/VERSION b/VERSION index e8f41f06..ed35d092 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.8 \ No newline at end of file +2.0.9 \ No newline at end of file