From 3cde66b65c26eb82ede80f7e0a413fc29cc9969a Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 11 Dec 2023 14:14:09 +0100 Subject: [PATCH] [flutter] Release 4.2.20 --- 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 ff91d963a..c670dbfcf 100644 --- a/spine-flutter/CHANGELOG.md +++ b/spine-flutter/CHANGELOG.md @@ -1,3 +1,6 @@ +# 4.2.20 +# Fixed clipping bug, see https://github.com/EsotericSoftware/spine-runtimes/issues/2431 + # 4.2.19 * Fixes #2412, single bone, translation only IK constraints did not take skeleton scale into account. diff --git a/spine-flutter/pubspec.yaml b/spine-flutter/pubspec.yaml index 25097d6ce..3e37c33ea 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.19 +version: 4.2.20 homepage: https://esotericsoftware.com repository: https://github.com/esotericsoftware/spine-runtimes issue_tracker: https://github.com/esotericsoftware/spine-runtimes/issues