diff --git a/spine-flutter/CHANGELOG.md b/spine-flutter/CHANGELOG.md index 3f96fb726..1e3e65508 100644 --- a/spine-flutter/CHANGELOG.md +++ b/spine-flutter/CHANGELOG.md @@ -1,3 +1,6 @@ +# 4.2.29 +- Fix issue in pubspec.yaml related to C++ include paths. + # 4.2.28 - Fix incompatibility with Gradle 8.x. See https://github.com/EsotericSoftware/spine-runtimes/issues/2553 diff --git a/spine-flutter/example/pubspec.lock b/spine-flutter/example/pubspec.lock index 105771f9f..c364c218d 100644 --- a/spine-flutter/example/pubspec.lock +++ b/spine-flutter/example/pubspec.lock @@ -114,18 +114,18 @@ packages: dependency: transitive description: name: material_color_utilities - sha256: "9528f2f296073ff54cb9fee677df673ace1218163c3bc7628093e7eed5203d41" + sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a" url: "https://pub.dev" source: hosted - version: "0.5.0" + version: "0.8.0" meta: dependency: transitive description: name: meta - sha256: a6e590c838b18133bb482a2745ad77c5bb7715fb0451209e1a7567d416678b8e + sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136" url: "https://pub.dev" source: hosted - version: "1.10.0" + version: "1.12.0" ordered_set: dependency: transitive description: @@ -169,7 +169,7 @@ packages: path: ".." relative: true source: path - version: "4.2.25" + version: "4.2.28" string_scanner: dependency: transitive description: @@ -202,14 +202,6 @@ packages: url: "https://pub.dev" source: hosted version: "2.1.4" - web: - dependency: transitive - description: - name: web - sha256: afe077240a270dcfd2aafe77602b4113645af95d0ad31128cc02bce5ac5d5152 - url: "https://pub.dev" - source: hosted - version: "0.3.0" web_ffi_fork: dependency: transitive description: @@ -219,5 +211,5 @@ packages: source: hosted version: "0.7.4" sdks: - dart: ">=3.2.0-194.0.dev <4.0.0" + dart: ">=3.3.0-0 <4.0.0" flutter: ">=3.16.0" diff --git a/spine-flutter/pubspec.yaml b/spine-flutter/pubspec.yaml index 419e50ed5..41f2a113b 100644 --- a/spine-flutter/pubspec.yaml +++ b/spine-flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: spine_flutter description: The official Spine Flutter Runtime to load, display and interact with Spine animations. -version: 4.2.28 +version: 4.2.29 homepage: https://esotericsoftware.com repository: https://github.com/esotericsoftware/spine-runtimes issue_tracker: https://github.com/esotericsoftware/spine-runtimes/issues @@ -45,4 +45,4 @@ flutter: - lib/assets/libspine_flutter.js - lib/assets/libspine_flutter.wasm - src/spine-cpp-lite/spine-cpp-lite.cpp - - ../spine-cpp/spine-cpp-lite/spine-cpp-lite.h + - src/spine-cpp-lite/spine-cpp-lite.h