Skip to content

Commit 2df4721

Browse files
committed
v0.6.5
1 parent faec870 commit 2df4721

File tree

10 files changed

+33
-10
lines changed

10 files changed

+33
-10
lines changed

packages/fastforge/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.6.5
2+
3+
* MakeDebConfig Add StartupWMClass support #290
4+
* feat: Add AppGallery publisher support
5+
16
## 0.6.4
27

38
* fix: The `savekey-prefix` argument in the minio publisher is now properly ignored when empty

packages/fastforge/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fastforge
22
description: A powerful and efficient tool for packaging and publishing your applications with ease.
3-
version: 0.6.4
3+
version: 0.6.5
44
homepage: https://fastforge.dev
55
repository: https://github.com/fastforgedev/fastforge/tree/main/packages/fastforge
66
issue_tracker: https://github.com/fastforgedev/fastforge/issues
@@ -14,7 +14,7 @@ environment:
1414
sdk: ">=2.16.0 <4.0.0"
1515

1616
dependencies:
17-
unified_distributor: ^0.2.4
17+
unified_distributor: ^0.2.5
1818

1919
dev_dependencies:
2020
dependency_validator: ^3.0.0

packages/flutter_app_packager/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.5
2+
3+
* MakeDebConfig Add StartupWMClass support #290
4+
15
## 0.6.0
26

37
* feat: Support ohos platform.

packages/flutter_app_packager/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.6.0
3+
version: 0.6.5
44
homepage: https://github.com/fastforgedev/fastforge
55

66
environment:

packages/flutter_app_publisher/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.5
2+
3+
* feat: Add AppGallery publisher support
4+
15
## 0.6.4
26

37
* fix: The `savekey-prefix` argument in the minio publisher is now properly ignored when empty

packages/flutter_app_publisher/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.6.4
3+
version: 0.6.5
44
homepage: https://fastforge.dev
55
repository: https://github.com/fastforgedev/fastforge/tree/main/packages/flutter_app_publisher
66

packages/flutter_distributor/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.6.5
2+
3+
* MakeDebConfig Add StartupWMClass support #290
4+
* feat: Add AppGallery publisher support
5+
16
## 0.6.2
27

38
* feat: Support `app-version` argument to override version from pubspec.yaml (future versions will not read from pubspec.yaml)
@@ -92,7 +97,7 @@
9297

9398
## 0.3.3
9499

95-
* [apk-builer] fix apk not found
100+
* [apk-builer] fix apk not found
96101

97102
## 0.3.2
98103

packages/flutter_distributor/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_distributor
22
description: A powerful and efficient tool for packaging and publishing your applications with ease.
3-
version: 0.6.2
3+
version: 0.6.5
44
homepage: https://fastforge.dev
55
repository: https://github.com/fastforgedev/fastforge/tree/main/packages/flutter_distributor
66
issue_tracker: https://github.com/fastforgedev/fastforge/issues
@@ -14,7 +14,7 @@ environment:
1414
sdk: ">=2.16.0 <4.0.0"
1515

1616
dependencies:
17-
unified_distributor: ^0.2.2
17+
unified_distributor: ^0.2.5
1818

1919
dev_dependencies:
2020
mostly_reasonable_lints: ^0.1.2

packages/unified_distributor/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.2.5
2+
3+
* MakeDebConfig Add StartupWMClass support #290
4+
* feat: Add AppGallery publisher support
5+
16
## 0.2.4
27

38
* fix: The `savekey-prefix` argument in the minio publisher is now properly ignored when empty

packages/unified_distributor/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: unified_distributor
22
description: A powerful and efficient tool for packaging and publishing your applications with ease.
3-
version: 0.2.4
3+
version: 0.2.5
44
homepage: https://fastforge.dev
55
repository: https://github.com/fastforgedev/fastforge/tree/main/packages/unified_distributor
66
issue_tracker: https://github.com/fastforgedev/fastforge/issues
@@ -19,8 +19,8 @@ dependencies:
1919
charset: ^2.0.1
2020
dio: ^5.3.4
2121
flutter_app_builder: ^0.6.0
22-
flutter_app_packager: ^0.6.0
23-
flutter_app_publisher: ^0.6.4
22+
flutter_app_packager: ^0.6.5
23+
flutter_app_publisher: ^0.6.5
2424
logging: ^1.0.2
2525
path: ^1.8.1
2626
pubspec_parse: ^1.1.0

0 commit comments

Comments
 (0)