From e5bff0f8a601de4c02eabf690a93f9d8c104106d Mon Sep 17 00:00:00 2001 From: Rive Engineering <60802183+rive-engineering@users.noreply.github.com> Date: Wed, 27 May 2026 22:58:38 -0700 Subject: [PATCH] chore(main): release 0.4.10 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 66621b17..e7180db4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.9" + ".": "0.4.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b73e162..8921f945 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.4.10](https://github.com/rive-app/rive-nitro-react-native/compare/v0.4.9...v0.4.10) (2026-05-28) + + +### Bug Fixes + +* **android:** allow overriding CMake version for Windows long-path builds ([#265](https://github.com/rive-app/rive-nitro-react-native/issues/265)) ([7300001](https://github.com/rive-app/rive-nitro-react-native/commit/7300001fdcfb6b31bec4841537b174d4a897e807)) +* bump iOS runtime to 6.20.4 ([#271](https://github.com/rive-app/rive-nitro-react-native/issues/271)) ([3748643](https://github.com/rive-app/rive-nitro-react-native/commit/3748643a9751ef23684f01af0d7a9330436ac5a2)) +* **ios:** keep RiveFile alive until decode* completes ([#225](https://github.com/rive-app/rive-nitro-react-native/issues/225)) ([#266](https://github.com/rive-app/rive-nitro-react-native/issues/266)) ([e5a5ce4](https://github.com/rive-app/rive-nitro-react-native/commit/e5a5ce43fa3f27a40a7cf30c040f78adafdf7cbc)) + ## [0.4.9](https://github.com/rive-app/rive-nitro-react-native/compare/v0.4.8...v0.4.9) (2026-05-22) diff --git a/package.json b/package.json index 14c5a598..62cee7ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rive-app/react-native", - "version": "0.4.9", + "version": "0.4.10", "description": "Rive React Native", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts",