Skip to content

Commit 8ee0241

Browse files
committed
v0.3.6
1 parent 694cec2 commit 8ee0241

File tree

23 files changed

+77
-40
lines changed

23 files changed

+77
-40
lines changed

packages/app_package_maker/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.6
2+
3+
* bump `shell_executor` to 0.1.5
4+
15
## 0.3.5
26

37
* `MakeConfig` adds `appBinaryName` field.

packages/app_package_maker/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ packages:
143143
path: "../shell_executor"
144144
relative: true
145145
source: path
146-
version: "0.1.4"
146+
version: "0.1.5"
147147
source_span:
148148
dependency: transitive
149149
description:

packages/app_package_maker/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: app_package_maker
22
description: App package maker
3-
version: 0.3.5
3+
version: 0.3.6
44
homepage: https://distributor.leanflutter.org
55
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/app_package_maker
66

@@ -11,7 +11,7 @@ dependencies:
1111
mustache_template: ^2.0.0
1212
pub_semver: ^2.1.0
1313
pubspec_parse: ^1.1.0
14-
shell_executor: ^0.1.4
14+
shell_executor: ^0.1.5
1515
yaml: ^3.1.0
1616

1717
dev_dependencies:

packages/app_package_publisher/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.6
2+
3+
* bump `shell_executor` to 0.1.5
4+
15
## 0.3.4
26

37
* bump `shell_executor` to 0.1.4

packages/app_package_publisher/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ packages:
135135
path: "../shell_executor"
136136
relative: true
137137
source: path
138-
version: "0.1.4"
138+
version: "0.1.5"
139139
source_span:
140140
dependency: transitive
141141
description:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: app_package_publisher
22
description: App package publisher
3-
version: 0.3.4
3+
version: 0.3.6
44
homepage: https://distributor.leanflutter.org
55
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/app_package_publisher
66

@@ -9,7 +9,7 @@ environment:
99

1010
dependencies:
1111
pubspec_parse: ^1.1.0
12-
shell_executor: ^0.1.4
12+
shell_executor: ^0.1.5
1313

1414
dev_dependencies:
1515
dependency_validator: ^3.0.0

packages/flutter_app_builder/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.3.6
2+
3+
* bump `shell_executor` to 0.1.5
4+
* fix: windows build failing due to invalid path in Flutter v3.15.0+ #149
5+
16
## 0.3.4
27

38
* bump `shell_executor` to 0.1.4

packages/flutter_app_builder/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ packages:
287287
path: "../shell_executor"
288288
relative: true
289289
source: path
290-
version: "0.1.4"
290+
version: "0.1.5"
291291
source_map_stack_trace:
292292
dependency: transitive
293293
description:

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.3.4
3+
version: 0.3.6
44
homepage: https://distributor.leanflutter.org
55
repository: https://github.com/leanflutter/flutter_distributor/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.4
16+
shell_executor: ^0.1.5
1717

1818
dev_dependencies:
1919
dependency_validator: ^3.0.0

packages/flutter_app_packager/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.3.6
2+
3+
* bump `shell_executor` to 0.1.5
4+
* bump `msix` to 3.16.6
5+
16
## 0.3.5
27

38
* [deb-maker] Supports custom binary name

0 commit comments

Comments
 (0)