From c9055e29c460836bbfa5b104a449e2b3b1b75a8f Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Fri, 10 Jan 2025 17:04:38 +0700 Subject: [PATCH] Bump version to v0.14.10 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9551ae94c..e1ff91759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.14.10] - 2025-01-10 +### Fixed +- Editor height is infinite + ## [0.14.9] - 2025-01-10 ### Fixed - #3396 Call latest change and update relevant state (ca51f78f0) diff --git a/pubspec.yaml b/pubspec.yaml index 06fbbbc61..6ab8dc03c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.14.9 +version: 0.14.10 environment: sdk: ">=3.0.0 <4.0.0"