From 623e498201dd5235d1b7a17dbcd6a77c19a62777 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Sun, 1 May 2022 15:40:31 -0400 Subject: [PATCH] Revert "chore: release v2.0.9" This reverts commit b05431804193057be8afef7fab979996707ca69e. --- .github/release/package-lock.json | 2 +- .github/release/package.json | 2 +- CHANGELOG.md | 17 ----------------- VERSION | 2 +- 4 files changed, 3 insertions(+), 20 deletions(-) diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index b2131137..f3c607f0 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "2.0.9", + "version": "2.0.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 0bc83242..1f0b8ecf 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "2.0.9", + "version": "2.0.8", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index e4f758a1..f7333f9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,26 +4,9 @@ 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.9...2.0.9) - -- Revert "Only exposes instances" [`a6026b7`](https://github.com/rive-app/rive-ios/commit/a6026b7a565066ec8c5f632175d8a27c8cbba885) -- Revert "chore: release v2.0.9" [`08da3fa`](https://github.com/rive-app/rive-ios/commit/08da3fad87ba2768474f9ed6d28e090de15e6be1) -- Updating version files [`df4ab1e`](https://github.com/rive-app/rive-ios/commit/df4ab1e6b383f3f5ce0380d7ef6e6046bf73208a) - -#### [2.0.9](https://github.com/rive-app/rive-ios/compare/2.0.8...2.0.9) - -> 29 April 2022 - -- Only exposes instances [`3b48a9a`](https://github.com/rive-app/rive-ios/commit/3b48a9abe0239cd16de680195cd35fc0caf26140) -- chore: release v2.0.9 [`e32ad89`](https://github.com/rive-app/rive-ios/commit/e32ad892dfaebe7778b003f3f9b9942c71c21bdf) -- 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 ed35d092..e8f41f06 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.9 \ No newline at end of file +2.0.8 \ No newline at end of file