Skip to content

Commit b591059

Browse files
committed
v0.6.0
1 parent 4964101 commit b591059

File tree

19 files changed

+62
-22
lines changed

19 files changed

+62
-22
lines changed

packages/fastforge/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.6.0
2+
3+
* [FIX] Google Play Bundle is uploaded but the result is ignored (#261)
4+
* Better error if entity is not a file otherwise it looks like this: (#266)
5+
* feat: Support ohos platform.
6+
17
## 0.5.1
28

39
* Bump `unified_distributor` to 0.1.1

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.5.1
3+
version: 0.6.0
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.1.1
17+
unified_distributor: ^0.2.0
1818

1919
dev_dependencies:
2020
dependency_validator: ^3.0.0

packages/flutter_app_builder/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.0
2+
3+
* feat: Support ohos platform.
4+
15
## 0.4.6
26

37
* chore: Bump version to 0.4.6 to match main package

packages/flutter_app_builder/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.6
3+
version: 0.6.0
44
homepage: https://fastforge.dev
55
repository: https://github.com/fastforgedev/fastforge/tree/main/packages/flutter_app_builder
66

@@ -13,7 +13,7 @@ dependencies:
1313
pub_semver: ^2.1.0
1414
pubspec_parse: ^1.1.0
1515
recase: ^4.1.0
16-
shell_executor: ^0.1.6
16+
shell_executor: ^0.3.0
1717

1818
dev_dependencies:
1919
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.0
2+
3+
* feat: Support ohos platform.
4+
15
## 0.4.6
26

37
* fix(flutter_app_packager): fix build rpm on linux arm64 error (#204)

packages/flutter_app_packager/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.6
3+
version: 0.6.0
44
homepage: https://github.com/fastforgedev/fastforge
55

66
environment:
@@ -15,7 +15,7 @@ dependencies:
1515
path: ^1.8.1
1616
pub_semver: ^2.1.0
1717
pubspec_parse: ^1.1.0
18-
shell_executor: ^0.1.6
18+
shell_executor: ^0.3.0
1919
yaml: ^3.1.0
2020

2121
dev_dependencies:

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.0
2+
3+
* Better error if entity is not a file otherwise it looks like this: (#266)
4+
15
## 0.4.6
26

37
* feat: Use GitHub Actions environment variables as fallback when custom variables are not defined (#217)

packages/flutter_app_publisher/pubspec.yaml

Lines changed: 3 additions & 3 deletions
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.6
3+
version: 0.6.0
44
homepage: https://fastforge.dev
55
repository: https://github.com/fastforgedev/fastforge/tree/main/packages/flutter_app_publisher
66

@@ -11,10 +11,10 @@ dependencies:
1111
dio: ^5.3.4
1212
googleapis: ^13.2.0
1313
googleapis_auth: ^1.6.0
14-
parse_app_package: ^0.4.5
14+
parse_app_package: ^0.6.0
1515
pubspec_parse: ^1.1.0
1616
qiniu_sdk_base: ^0.5.0
17-
shell_executor: ^0.1.6
17+
shell_executor: ^0.3.0
1818

1919
dev_dependencies:
2020
dependency_validator: ^3.0.0

packages/flutter_distributor/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.6.0
2+
3+
* [FIX] Google Play Bundle is uploaded but the result is ignored (#261)
4+
* Better error if entity is not a file otherwise it looks like this: (#266)
5+
* feat: Support ohos platform.
6+
17
## 0.5.1
28

39
* Added a note to the CLI to inform users that `flutter_distributor` has been renamed to `fastforge`.

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.5.1
3+
version: 0.6.0
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.1.1
17+
unified_distributor: ^0.2.0
1818

1919
dev_dependencies:
2020
mostly_reasonable_lints: ^0.1.2

0 commit comments

Comments
 (0)