Skip to content

Commit b1dc1e6

Browse files
committed
v0.4.5
1 parent aa7d153 commit b1dc1e6

File tree

10 files changed

+34
-9
lines changed

10 files changed

+34
-9
lines changed

packages/flutter_app_builder/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.5
2+
3+
* bump `shell_executor` to 0.1.6
4+
15
## 0.4.4
26

37
* feat: macOS builder support flavor arg. #133

packages/flutter_app_builder/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_app_builder
22
description: Build your Flutter app via Dart.
3-
version: 0.4.4
3+
version: 0.4.5
44
homepage: https://distributor.leanflutter.dev
55
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/flutter_app_builder
66

packages/flutter_app_packager/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.4.5
2+
3+
* bump `shell_executor` to 0.1.6
4+
* [FIX] Don't block rpm build if metainfo not found #202
5+
16
## 0.4.4
27

38
* [Linux] Add MimeType for appimage and metainfo file support (#195)

packages/flutter_app_packager/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_app_packager
22
description: Package your Flutter app into OS-specific bundles (.dmg, .exe, etc.) via Dart or the command line.
3-
version: 0.4.4
3+
version: 0.4.5
44
homepage: https://github.com/leanflutter/flutter_distributor
55

66
environment:

packages/flutter_app_publisher/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.4.5
2+
3+
* bump `shell_executor` to 0.1.6
4+
* bump `parse_app_package` to 0.4.5
5+
16
## 0.4.4
27

38
* Support set track for playstore deployment (#185)

packages/flutter_app_publisher/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_app_publisher
22
description: Flutter app publisher
3-
version: 0.4.4
3+
version: 0.4.5
44
homepage: https://distributor.leanflutter.dev
55
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/flutter_app_publisher
66

@@ -11,7 +11,7 @@ dependencies:
1111
dio: ^5.3.4
1212
googleapis: ^13.2.0
1313
googleapis_auth: ^1.6.0
14-
parse_app_package: ^0.4.0
14+
parse_app_package: ^0.4.5
1515
pubspec_parse: ^1.1.0
1616
qiniu_sdk_base: ^0.5.0
1717
shell_executor: ^0.1.6

packages/flutter_distributor/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.4.5
2+
3+
* bump `shell_executor` to 0.1.6
4+
* fix: don't block rpm build if metainfo not found (#202)
5+
* chore: Support third-party pub mirror sources #201
6+
* [FEAT] Add support for Pacman (Arch Linux) (#198)
7+
18
## 0.4.4
29

310
* fix: Fixed android builder not supporting flavor as upper case. (#197)

packages/flutter_distributor/pubspec.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_distributor
22
description: A complete tool for packaging and publishing your Flutter apps.
3-
version: 0.4.4
3+
version: 0.4.5
44
homepage: https://distributor.leanflutter.dev
55
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/flutter_distributor
66
issue_tracker: https://github.com/leanflutter/flutter_distributor/issues
@@ -18,9 +18,9 @@ dependencies:
1818
args: ^2.2.0
1919
charset: ^2.0.1
2020
dio: ^5.3.4
21-
flutter_app_builder: ^0.4.4
22-
flutter_app_packager: ^0.4.4
23-
flutter_app_publisher: ^0.4.4
21+
flutter_app_builder: ^0.4.5
22+
flutter_app_packager: ^0.4.5
23+
flutter_app_publisher: ^0.4.5
2424
logging: ^1.0.2
2525
path: ^1.8.1
2626
pubspec_parse: ^1.1.0

packages/parse_app_package/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.5
2+
3+
* bump `shell_executor` to 0.1.6
4+
15
## 0.4.0
26

37
* fix failure to parse `Property List Binary` format

packages/parse_app_package/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: parse_app_package
22
description: Parse app package
3-
version: 0.4.0
3+
version: 0.4.5
44
homepage: https://distributor.leanflutter.dev
55
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/parse_app_package
66

0 commit comments

Comments
 (0)