From b47c739516ea97a33dd82033e19e3108be953b62 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 6 Aug 2024 17:15:04 +0200 Subject: [PATCH] [flutter] 4.2.31 release --- spine-flutter/CHANGELOG.md | 3 +++ spine-flutter/pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/spine-flutter/CHANGELOG.md b/spine-flutter/CHANGELOG.md index c93d8ac1a..9776f19b6 100644 --- a/spine-flutter/CHANGELOG.md +++ b/spine-flutter/CHANGELOG.md @@ -1,3 +1,6 @@ +# 4.2.31 +- Fix bug in IKConstraint leading to NaNs. + # 4.2.30 - Switch to spine-cpp SkeletonRenderer diff --git a/spine-flutter/pubspec.yaml b/spine-flutter/pubspec.yaml index 76b141369..5856fd261 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.30 +version: 4.2.31 homepage: https://esotericsoftware.com repository: https://github.com/esotericsoftware/spine-runtimes issue_tracker: https://github.com/esotericsoftware/spine-runtimes/issues