Skip to content

Commit 737a837

Browse files
committed
v0.6.6
1 parent 5b6d2a5 commit 737a837

File tree

8 files changed

+23
-7
lines changed

8 files changed

+23
-7
lines changed

packages/fastforge/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.6
2+
3+
* feat: add comprehensive pgyer upload parameters support #297
4+
15
## 0.6.5
26

37
* MakeDebConfig Add StartupWMClass support #290

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.5
3+
version: 0.6.6
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.5
17+
unified_distributor: ^0.2.6
1818

1919
dev_dependencies:
2020
dependency_validator: ^3.0.0

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.6
2+
3+
* feat: add comprehensive pgyer upload parameters support #297
4+
15
## 0.6.5
26

37
* feat: Add AppGallery publisher support

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.5
3+
version: 0.6.6
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.6
2+
3+
* feat: add comprehensive pgyer upload parameters support #297
4+
15
## 0.6.5
26

37
* MakeDebConfig Add StartupWMClass support #290

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.5
3+
version: 0.6.6
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.5
17+
unified_distributor: ^0.2.6
1818

1919
dev_dependencies:
2020
mostly_reasonable_lints: ^0.1.2

packages/unified_distributor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.6
2+
3+
* feat: add comprehensive pgyer upload parameters support #297
4+
15
## 0.2.5
26

37
* MakeDebConfig Add StartupWMClass support #290

packages/unified_distributor/pubspec.yaml

Lines changed: 2 additions & 2 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.5
3+
version: 0.2.6
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
@@ -20,7 +20,7 @@ dependencies:
2020
dio: ^5.3.4
2121
flutter_app_builder: ^0.6.0
2222
flutter_app_packager: ^0.6.5
23-
flutter_app_publisher: ^0.6.5
23+
flutter_app_publisher: ^0.6.6
2424
logging: ^1.0.2
2525
path: ^1.8.1
2626
pubspec_parse: ^1.1.0

0 commit comments

Comments
 (0)