From 800afbdfdbc1900ac8b0430eb48fa5eda0bedc58 Mon Sep 17 00:00:00 2001 From: bodymovin Date: Sat, 8 Jun 2024 03:23:08 +0000 Subject: [PATCH] chore: release v5.13.2 --- .github/release/package-lock.json | 2 +- .github/release/package.json | 2 +- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index c6a39d8d..f73de5d5 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "5.13.1", + "version": "5.13.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 547e6323..71a819e2 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "5.13.1", + "version": "5.13.2", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 65c1eba5..51721bb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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). +#### [5.13.2](https://github.com/rive-app/rive-ios/compare/5.13.1...5.13.2) + +- Updating version files [`d424259`](https://github.com/rive-app/rive-ios/commit/d424259becdf83d8c4093fee963106417da321bf) +- mark shape as dirty after flagged as target [`5dad85a`](https://github.com/rive-app/rive-ios/commit/5dad85a8acb9ad0553dc1f09930c222b9344f5b1) +- don’t defer updates when a shape/path is used for hit detect [`c8871c8`](https://github.com/rive-app/rive-ios/commit/c8871c8931e6b5768d58ba8b39462d5fcae0acd1) + #### [5.13.1](https://github.com/rive-app/rive-ios/compare/5.13.0...5.13.1) +> 7 June 2024 + +- chore: release v5.13.1 [`5e74896`](https://github.com/rive-app/rive-ios/commit/5e748961132cbac19289bf7dbc4acec0c368847b) - Updating version files [`687e3a9`](https://github.com/rive-app/rive-ios/commit/687e3a9bb39d6b2601506ec02a16a61bbc1262a9) - fix bounds calculation ahead of time [`8e5add5`](https://github.com/rive-app/rive-ios/commit/8e5add54aeda86c77f85ff67f26ef4cbe2499af1) diff --git a/VERSION b/VERSION index 47c78569..0b17707f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.13.1 \ No newline at end of file +5.13.2 \ No newline at end of file