mirror of
https://github.com/rive-app/rive-flutter.git
synced 2026-03-13 08:32:10 +08:00
chore(flutter): publish 0.14.0-dev.8 (#10590) b5106d68af
Co-authored-by: Gordon <pggordonhayes@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
32dc890302ce4c9b4cdec79a852e9fdd0099e2b9
|
||||
b5106d68af08d6c476cc1aca811ae9438e52cc9b
|
||||
|
||||
12
CHANGELOG.md
12
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`
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user