Skip to content

Commit 1de5436

Browse files
committed
Bump flet to v0.82.2 and update PyPI cleanup
Prepare release 0.82.2: update version and changelog entries for flet and flet-ads, and update client/pubspec.lock to reference 0.82.2. Also adjust .github/scripts/clean-pypi.sh regex to target older dev releases (now matching 0.81.1 and 0.82.1 devs) for PyPI cleanup.
1 parent a14d9dd commit 1de5436

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/scripts/clean-pypi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# set PYPI_CLEANUP_PASSWORD with pypi.org password
22

3-
VER="0\.80\.[56]\.dev(?!7200)"
3+
VER="0\.8[12]\.1\.dev(?!7200)"
44
uv tool install pypi-cleanup
55
uvx pypi-cleanup -u flet -p flet -y -r $VER --do-it
66
uvx pypi-cleanup -u flet -p flet-cli -y -r $VER --do-it

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.82.1
1+
## 0.82.2
22

33
### Bug fixes
44

client/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ packages:
359359
path: "../packages/flet"
360360
relative: true
361361
source: path
362-
version: "0.82.1"
362+
version: "0.82.2"
363363
flet_ads:
364364
dependency: "direct main"
365365
description:

packages/flet/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.82.1
1+
## 0.82.2
22

33
### Bug fixes
44

packages/flet/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/tree/main/packages/flet
5-
version: 0.82.1
5+
version: 0.82.2
66

77
# Supported platforms
88
platforms:

sdk/python/packages/flet-ads/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## 0.82.1
8+
## 0.82.2
99

1010
### Improvements
1111

0 commit comments

Comments
 (0)