Skip to content

Commit 764b252

Browse files
committed
Bump Flet version to 0.8.4
1 parent 1d98971 commit 764b252

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Flet changelog
22

3+
## 0.8.4
4+
5+
* Bumping version as PyPi was out of space.
6+
37
## 0.8.3
48

59
* Fixed: FilePicker crash the flet.app() after open directory dialog and choose one directory ([#1572](https://github.com/flet-dev/flet/issues/1572))

client/pubspec.lock

+1-1
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.3"
186+
version: "0.8.4"
187187
flutter:
188188
dependency: "direct main"
189189
description: flutter

package/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.8.4
2+
3+
* Bumping version as PyPi was out of space.
4+
15
## 0.8.3
26

37
* Fixed: FilePicker crash the flet.app() after open directory dialog and choose one directory ([#1572](https://github.com/flet-dev/flet/issues/1572))

package/pubspec.yaml

+1-1
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.3
5+
version: 0.8.4
66

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

0 commit comments

Comments
 (0)