From 360ccb2ee471e97de0677d29d86e3db91076f9b4 Mon Sep 17 00:00:00 2001 From: bodymovin Date: Thu, 2 Jan 2025 17:41:03 +0000 Subject: [PATCH] chore: release v9.13.5 --- .github/scripts/release/package-lock.json | 2 +- .github/scripts/release/package.json | 2 +- CHANGELOG.md | 10 +++++++++- VERSION | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/scripts/release/package-lock.json b/.github/scripts/release/package-lock.json index 93fb1d2a..f18c5cfc 100644 --- a/.github/scripts/release/package-lock.json +++ b/.github/scripts/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "rive-android-release-stub", - "version": "9.13.4", + "version": "9.13.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/scripts/release/package.json b/.github/scripts/release/package.json index 315e442e..2dff42c8 100644 --- a/.github/scripts/release/package.json +++ b/.github/scripts/release/package.json @@ -1,6 +1,6 @@ { "name": "rive-android-release-stub", - "version": "9.13.4", + "version": "9.13.5", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d647f61..7c51b218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,19 @@ 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). +#### [9.13.5](https://github.com/rive-app/rive-android/compare/9.13.4...9.13.5) + +- Merge path_utils.hpp and eval_cubic.hpp into the core runtime [`167fdd9`](https://github.com/rive-app/rive-android/commit/167fdd94ba59ca5add1b9ac3d880f32a30c689df) +- Ensure child layouts mark dirty when flex direction changes [`38a2886`](https://github.com/rive-app/rive-android/commit/38a288626077166a2022d19066c8bb2ebf02bdf6) +- Fix straight lines being detected as cusps [`1875a06`](https://github.com/rive-app/rive-android/commit/1875a0612c7be295b70e569c1445fcbaf0137ca8) + #### [9.13.4](https://github.com/rive-app/rive-android/compare/9.13.3...9.13.4) +> 17 December 2024 + +- chore: release v9.13.4 [`cdc0f23`](https://github.com/rive-app/rive-android/commit/cdc0f231b3cdbabc6d8746b5b9073a504ba77b51) - do not exclude proxies from drawables list [`5b7659f`](https://github.com/rive-app/rive-android/commit/5b7659fe9caf57f4beffd313f547b57ec35b8c74) - Scripting begins! [`c9aec30`](https://github.com/rive-app/rive-android/commit/c9aec3048f3e60cb66ccb155465d16d3871bea32) -- GL MSAA tweaks [`2cf776b`](https://github.com/rive-app/rive-android/commit/2cf776b19d24cf76f658a1d3f23d26eeaa73475c) #### [9.13.3](https://github.com/rive-app/rive-android/compare/9.13.2...9.13.3) diff --git a/VERSION b/VERSION index 45134e78..f1fbe064 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.13.4 \ No newline at end of file +9.13.5 \ No newline at end of file