diff --git a/.rive_head b/.rive_head index d112302..d137fbb 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -38c0d394bc0b1eaf2c64ab20aa074985ba8bfc43 +de19b09fb38710fae823049192108cae2e56001e diff --git a/CHANGELOG.md b/CHANGELOG.md index a5de3ad..a1be715 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.13.18 + +- Bump to latest `rive_common`, v0.4.13. Resolves [issues building rive_common downstream](https://github.com/rive-app/rive-flutter/issues/354#issuecomment-2491004291). + ## 0.13.17 - Expose `speedMultiplier` on the `RiveAnimation` and `Rive` widgets. With this you can adjust the playback speed of an animation or state machine. Thanks [tguerin](https://github.com/tguerin) for the contribution. See [423](https://github.com/rive-app/rive-flutter/pull/423) diff --git a/pubspec.yaml b/pubspec.yaml index ff6f8d2..04f3416 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: rive -version: 0.13.17 +version: 0.13.18 homepage: https://rive.app description: Rive Flutter Runtime. This package provides runtime functionality for playing back and interacting with animations built with the Rive editor available at https://rive.app. repository: https://github.com/rive-app/rive-flutter @@ -21,7 +21,7 @@ dependencies: http: ">=0.13.3 <2.0.0" meta: ^1.3.0 plugin_platform_interface: ^2.0.2 - rive_common: 0.4.12 + rive_common: 0.4.13 dev_dependencies: flutter_test: sdk: flutter