Skip to content

Commit 969cb22

Browse files
committed
Bump Flet version to 0.5.2
1 parent bc7dfd1 commit 969cb22

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Flet changelog
22

3+
## 0.5.2
4+
5+
* Fix: Dispose controls only on session closed event
6+
* Fix "There is no current event loop" error in auth module
7+
38
## 0.5.1
49

510
* Fix `page` reference in `will_unmount` method.

client/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ packages:
175175
path: "../package"
176176
relative: true
177177
source: path
178-
version: "0.5.1"
178+
version: "0.5.2"
179179
flutter:
180180
dependency: "direct main"
181181
description: flutter

package/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.5.2
2+
3+
* Fix: Dispose controls only on session closed event
4+
* Fix "There is no current event loop" error in auth module
5+
16
## 0.5.1
27

38
* Fix `page` reference in `will_unmount` method.

package/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flet
22
description: Write entire Flutter app in Python or add server-driven UI experience into existing Flutter app.
33
homepage: https://flet.dev
44
repository: https://github.com/flet-dev/flet
5-
version: 0.5.1
5+
version: 0.5.2
66

77
# This package supports all platforms listed below.
88
platforms:

studio/client/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ packages:
175175
path: "../../package"
176176
relative: true
177177
source: path
178-
version: "0.5.1"
178+
version: "0.5.2"
179179
flutter:
180180
dependency: "direct main"
181181
description: flutter

0 commit comments

Comments
 (0)