From 4720c17ec29ed2c557f0e6978f27b19283de0f32 Mon Sep 17 00:00:00 2001 From: duncandoit Date: Fri, 29 Apr 2022 20:00:47 +0000 Subject: [PATCH] chore: release v2.0.8 --- .github/release/package-lock.json | 2 +- .github/release/package.json | 2 +- CHANGELOG.md | 9 ++++++++- VERSION | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index 88702e4a..f3c607f0 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "2.0.7", + "version": "2.0.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 5645c02a..1f0b8ecf 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "2.0.7", + "version": "2.0.8", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 52cb0afd..f7333f9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,18 @@ 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.8](https://github.com/rive-app/rive-ios/compare/2.0.7...2.0.8) + +- 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) +- 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) +> 29 April 2022 + - Implemented StateMachine touch events and a Magic 8 Ball example to demonstrate them. Removed old RArtboardDelegate now that the touch events are handled by the StateMachine. [`9d9d1b9`](https://github.com/rive-app/rive-ios/commit/9d9d1b979e0a877802b0915af573860861f820ab) +- chore: release v2.0.7 [`325b582`](https://github.com/rive-app/rive-ios/commit/325b58273dafa27b3d971574eb1efd118aeb6129) - Updating version files [`e946f14`](https://github.com/rive-app/rive-ios/commit/e946f14872a684e80b785fb79533d6664afa9db5) -- Updated state machine touch calculation to use new Mat2D inversion function [`daaf22b`](https://github.com/rive-app/rive-ios/commit/daaf22ba62b9b729faddcc15978d84d5b335d4fa) #### [2.0.6](https://github.com/rive-app/rive-ios/compare/2.0.5...2.0.6) diff --git a/VERSION b/VERSION index 6a0ca2d5..e8f41f06 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.7 \ No newline at end of file +2.0.8 \ No newline at end of file