From 344b5a6e41abd5416c370aeaaccbc7571570e6aa Mon Sep 17 00:00:00 2001 From: dskuza Date: Tue, 7 Jan 2025 16:07:57 +0000 Subject: [PATCH] chore: release v6.5.5 --- .github/release/package-lock.json | 2 +- .github/release/package.json | 2 +- CHANGELOG.md | 10 +++++++++- VERSION | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/release/package-lock.json b/.github/release/package-lock.json index e89548e2..aac0654b 100644 --- a/.github/release/package-lock.json +++ b/.github/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.5.4", + "version": "6.5.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/release/package.json b/.github/release/package.json index 1ad3fe84..0559ff15 100644 --- a/.github/release/package.json +++ b/.github/release/package.json @@ -1,6 +1,6 @@ { "name": "release", - "version": "6.5.4", + "version": "6.5.5", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index d774e2d1..15b298a2 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). +#### [6.5.5](https://github.com/rive-app/rive-ios/compare/6.5.4...6.5.5) + +- Resolve various iOS warnings [`b1b3522`](https://github.com/rive-app/rive-ios/commit/b1b352260150407e609964998b2bc7afc28950f2) +- Updating version files [`43da44a`](https://github.com/rive-app/rive-ios/commit/43da44a77b9fbacc5e7f7446a144e090015b6076) +- add histogram arg to check golds to pass thru to diff.py [`ad51848`](https://github.com/rive-app/rive-ios/commit/ad5184810a17e0ae4384340e5092428641feaa36) + #### [6.5.4](https://github.com/rive-app/rive-ios/compare/6.5.3...6.5.4) +> 23 December 2024 + +- chore: release v6.5.4 [`fe1c1a9`](https://github.com/rive-app/rive-ios/commit/fe1c1a976d1be87b5cee5331d8fd63e595aee1d0) - Updating version files [`694d9b7`](https://github.com/rive-app/rive-ios/commit/694d9b74d7d452c7ebd5cf03f02afcf3e5dfc93f) - Merge path_utils.hpp and eval_cubic.hpp into the core runtime [`0249ef9`](https://github.com/rive-app/rive-ios/commit/0249ef987b4fca69b01bf0137cdb6d7d31ad6642) -- Ensure child layouts mark dirty when flex direction changes [`ec30a9a`](https://github.com/rive-app/rive-ios/commit/ec30a9a535be013e93a54ca1e8b13f53f61561f9) #### [6.5.3](https://github.com/rive-app/rive-ios/compare/6.5.2...6.5.3) diff --git a/VERSION b/VERSION index c1926171..0a0371dd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.5.4 \ No newline at end of file +6.5.5 \ No newline at end of file