From 1b323fec226def5298c060fddf184fe6a34d35fa Mon Sep 17 00:00:00 2001 From: HayesGordon Date: Mon, 15 Sep 2025 16:07:10 +0000 Subject: [PATCH] chore(flutter): publish 0.14.0-dev.8 (#10590) b5106d68af Co-authored-by: Gordon --- .rive_head | 2 +- CHANGELOG.md | 12 ++++++++++++ pubspec.yaml | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.rive_head b/.rive_head index 40370c1..005d856 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -32dc890302ce4c9b4cdec79a852e9fdd0099e2b9 +b5106d68af08d6c476cc1aca811ae9438e52cc9b diff --git a/CHANGELOG.md b/CHANGELOG.md index 58db3d8..3c0431a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.14.0-dev.8 + +Bumps to `rive_native: 0.0.11`. Updates the Rive C++ runtime and renderer for the latest features, bug fixes, and performance improvements. + +### Fixes + +- Fixed a crash in `preCommitCallback` for iOS and macOS. + +### Build & Platform Updates + +- Builds the native iOS and macOS libraries with Xcode 16.1 (bumped up from 15.4) + ## 0.14.0-dev.7 Bumps to `rive_native: 0.0.10` diff --git a/pubspec.yaml b/pubspec.yaml index e9abd90..b4cfff4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: rive -version: 0.14.0-dev.7 +version: 0.14.0-dev.8 homepage: https://rive.app description: Rive Flutter Runtime. This package provides runtime functionality for Rive graphics built with the Rive editor available at https://rive.app repository: https://github.com/rive-app/rive-flutter @@ -20,7 +20,7 @@ dependencies: flutter_web_plugins: sdk: flutter meta: ^1.9.0 - rive_native: 0.0.10+1 + rive_native: 0.0.11 dev_dependencies: flutter_test: