Skip to content

Commit f531d41

Browse files
committed
Release v0.4.5
1 parent ddc5899 commit f531d41

File tree

9 files changed

+38
-11
lines changed

9 files changed

+38
-11
lines changed

packages/fastforge/pubspec.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fastforge
22
description: A complete tool for packaging and publishing your Flutter apps.
3-
version: 0.1.0
3+
version: 0.0.1
44
homepage: https://fastforge.dev
55
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/fastforge
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.5
22-
flutter_app_packager: ^0.4.5
23-
flutter_app_publisher: ^0.4.5
21+
flutter_app_builder: ^0.4.6
22+
flutter_app_packager: ^0.4.6
23+
flutter_app_publisher: ^0.4.6
2424
logging: ^1.0.2
2525
path: ^1.8.1
2626
pubspec_parse: ^1.1.0

packages/flutter_app_builder/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.6
2+
3+
* chore: Bump version to 0.4.6 to match main package
4+
15
## 0.4.5
26

37
* bump `shell_executor` to 0.1.6

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.5
3+
version: 0.4.6
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

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.4.6
2+
3+
* fix(flutter_app_packager): fix build rpm on linux arm64 error (#204)
4+
* feat: `artifact_name` template now supports `has_build_number` variable (#232)
5+
* fix: AppImage mimetype is null (#248)
6+
* fix: can not set icon file when packaging windows exe (#246)
7+
18
## 0.4.5
29

310
* bump `shell_executor` to 0.1.6

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.5
3+
version: 0.4.6
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.6
2+
3+
* feat: Use GitHub Actions environment variables as fallback when custom variables are not defined (#217)
4+
* fix: Resolve GooglePlay publishing error (status: 400, message: "This edit has already been committed") (#214)
5+
16
## 0.4.5
27

38
* bump `shell_executor` to 0.1.6

packages/flutter_app_publisher/pubspec.yaml

+1-1
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.5
3+
version: 0.4.6
44
homepage: https://distributor.leanflutter.dev
55
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/flutter_app_publisher
66

packages/flutter_distributor/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.4.6
2+
3+
* fix: fix build rpm on linux arm64 error (#204)
4+
* feat: Use GitHub Actions environment variables as fallback when custom variables are not defined (#217)
5+
* fix: Resolve GooglePlay publishing error (status: 400, message: "This edit has already been committed") (#214)
6+
* feat: Show version check progress in CLI (#218)
7+
* fix: AppImage release fails due to incorrect filename case (should be AppImage not appimage) (#221)
8+
* feat: `artifact_name` template now supports `has_build_number` variable (#232)
9+
* fix: AppImage mimetype is null (#248)
10+
* fix: can not set icon file when packaging windows exe (#246)
11+
112
## 0.4.5
213

314
* bump `shell_executor` to 0.1.6

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.5
3+
version: 0.4.6
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.5
22-
flutter_app_packager: ^0.4.5
23-
flutter_app_publisher: ^0.4.5
21+
flutter_app_builder: ^0.4.6
22+
flutter_app_packager: ^0.4.6
23+
flutter_app_publisher: ^0.4.6
2424
logging: ^1.0.2
2525
path: ^1.8.1
2626
pubspec_parse: ^1.1.0

0 commit comments

Comments
 (0)