Skip to content

Commit 7a3cca9

Browse files
committed
Bump Flet version to 0.8.1
1 parent c6020fe commit 7a3cca9

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
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.8.1
4+
5+
* Fix `auth` and `PubSub` imports in `page.py` and `connection.py`.
6+
* Fix broken `flet pack` command.
7+
38
## 0.8.0
49

510
* 📱🎉 **iOS support** - build standalone iOS apps in Python:

client/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ packages:
183183
path: "../package"
184184
relative: true
185185
source: path
186-
version: "0.8.0"
186+
version: "0.8.1"
187187
flutter:
188188
dependency: "direct main"
189189
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.8.1
2+
3+
* Fix `auth` and `PubSub` imports in `page.py` and `connection.py`.
4+
* Fix broken `flet pack` command.
5+
16
## 0.8.0
27

38
* 📱🎉 **iOS support** - build standalone iOS apps in Python:

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.8.0
5+
version: 0.8.1
66

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

0 commit comments

Comments
 (0)