Skip to content

Commit

Permalink
chore: release v2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
duncandoit committed Apr 29, 2022
1 parent 6131858 commit 4720c17
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/release/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "release",
"version": "2.0.7",
"version": "2.0.8",
"description": "",
"scripts": {
"release": "release-it"
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.7
2.0.8

0 comments on commit 4720c17

Please sign in to comment.