Skip to content

Commit

Permalink
v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Jun 23, 2024
1 parent aa7d153 commit b1dc1e6
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 9 deletions.
4 changes: 4 additions & 0 deletions packages/flutter_app_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.5

* bump `shell_executor` to 0.1.6

## 0.4.4

* feat: macOS builder support flavor arg. #133
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_app_builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_app_builder
description: Build your Flutter app via Dart.
version: 0.4.4
version: 0.4.5
homepage: https://distributor.leanflutter.dev
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/flutter_app_builder

Expand Down
5 changes: 5 additions & 0 deletions packages/flutter_app_packager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4.5

* bump `shell_executor` to 0.1.6
* [FIX] Don't block rpm build if metainfo not found #202

## 0.4.4

* [Linux] Add MimeType for appimage and metainfo file support (#195)
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_app_packager/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_app_packager
description: Package your Flutter app into OS-specific bundles (.dmg, .exe, etc.) via Dart or the command line.
version: 0.4.4
version: 0.4.5
homepage: https://github.com/leanflutter/flutter_distributor

environment:
Expand Down
5 changes: 5 additions & 0 deletions packages/flutter_app_publisher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4.5

* bump `shell_executor` to 0.1.6
* bump `parse_app_package` to 0.4.5

## 0.4.4

* Support set track for playstore deployment (#185)
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_app_publisher/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_app_publisher
description: Flutter app publisher
version: 0.4.4
version: 0.4.5
homepage: https://distributor.leanflutter.dev
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/flutter_app_publisher

Expand All @@ -11,7 +11,7 @@ dependencies:
dio: ^5.3.4
googleapis: ^13.2.0
googleapis_auth: ^1.6.0
parse_app_package: ^0.4.0
parse_app_package: ^0.4.5
pubspec_parse: ^1.1.0
qiniu_sdk_base: ^0.5.0
shell_executor: ^0.1.6
Expand Down
7 changes: 7 additions & 0 deletions packages/flutter_distributor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.4.5

* bump `shell_executor` to 0.1.6
* fix: don't block rpm build if metainfo not found (#202)
* chore: Support third-party pub mirror sources #201
* [FEAT] Add support for Pacman (Arch Linux) (#198)

## 0.4.4

* fix: Fixed android builder not supporting flavor as upper case. (#197)
Expand Down
8 changes: 4 additions & 4 deletions packages/flutter_distributor/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_distributor
description: A complete tool for packaging and publishing your Flutter apps.
version: 0.4.4
version: 0.4.5
homepage: https://distributor.leanflutter.dev
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/flutter_distributor
issue_tracker: https://github.com/leanflutter/flutter_distributor/issues
Expand All @@ -18,9 +18,9 @@ dependencies:
args: ^2.2.0
charset: ^2.0.1
dio: ^5.3.4
flutter_app_builder: ^0.4.4
flutter_app_packager: ^0.4.4
flutter_app_publisher: ^0.4.4
flutter_app_builder: ^0.4.5
flutter_app_packager: ^0.4.5
flutter_app_publisher: ^0.4.5
logging: ^1.0.2
path: ^1.8.1
pubspec_parse: ^1.1.0
Expand Down
4 changes: 4 additions & 0 deletions packages/parse_app_package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.5

* bump `shell_executor` to 0.1.6

## 0.4.0

* fix failure to parse `Property List Binary` format
Expand Down
2 changes: 1 addition & 1 deletion packages/parse_app_package/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: parse_app_package
description: Parse app package
version: 0.4.0
version: 0.4.5
homepage: https://distributor.leanflutter.dev
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/parse_app_package

Expand Down

0 comments on commit b1dc1e6

Please sign in to comment.