diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e9ddce6e..cff58471d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Flet changelog +## 0.6.2 + +* Fix `SnackBar` (and other controls) exit animation. +* Fix `Text` default style color. + ## 0.6.1 * Fix regression in `AlertDialog` and `BottomSheet` controls ([#1344](https://github.com/flet-dev/flet/issues/1344)) diff --git a/client/pubspec.lock b/client/pubspec.lock index f61c48802..13b55fd6e 100644 --- a/client/pubspec.lock +++ b/client/pubspec.lock @@ -175,7 +175,7 @@ packages: path: "../package" relative: true source: path - version: "0.6.1" + version: "0.6.2" flutter: dependency: "direct main" description: flutter diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 5f05b2961..660933291 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.6.2 + +* Fix `SnackBar` (and other controls) exit animation. +* Fix `Text` default style color. + ## 0.6.1 * Fix regression in `AlertDialog` and `BottomSheet` controls ([#1344](https://github.com/flet-dev/flet/issues/1344)) diff --git a/package/pubspec.yaml b/package/pubspec.yaml index bd89e64fb..65e83ac7c 100644 --- a/package/pubspec.yaml +++ b/package/pubspec.yaml @@ -2,7 +2,7 @@ name: flet description: Write entire Flutter app in Python or add server-driven UI experience into existing Flutter app. homepage: https://flet.dev repository: https://github.com/flet-dev/flet -version: 0.6.1 +version: 0.6.2 # This package supports all platforms listed below. platforms: diff --git a/studio/client/pubspec.lock b/studio/client/pubspec.lock index 32dac985b..5916a103d 100644 --- a/studio/client/pubspec.lock +++ b/studio/client/pubspec.lock @@ -175,7 +175,7 @@ packages: path: "../../package" relative: true source: path - version: "0.6.1" + version: "0.6.2" flutter: dependency: "direct main" description: flutter