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

+4
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

+1-1
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

+2-2
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

+4
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

+1-1
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:
+2-2
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

+5
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

+1-1
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

+2-2
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

+5
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

packages/flutter_app_packager/pubspec.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
path: "../app_package_maker"
88
relative: true
99
source: path
10-
version: "0.3.5"
10+
version: "0.3.6"
1111
archive:
1212
dependency: "direct main"
1313
description:
@@ -246,7 +246,7 @@ packages:
246246
path: "../shell_executor"
247247
relative: true
248248
source: path
249-
version: "0.1.4"
249+
version: "0.1.5"
250250
source_span:
251251
dependency: transitive
252252
description:
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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.3.5
3+
version: 0.3.6
44
homepage: https://github.com/leanflutter/flutter_distributor
55

66
environment:
77
sdk: ">=2.16.0 <4.0.0"
88

99
dependencies:
10-
app_package_maker: ^0.3.5
10+
app_package_maker: ^0.3.6
1111
archive: ^3.1.5
1212
io: ^1.0.3
1313
liquid_engine: ^0.2.2
1414
msix: ^3.16.6
1515
path: ^1.8.1
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_publisher/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.3.6
2+
3+
* bump `shell_executor` to 0.1.5
4+
* bump `dio` to 5.3.4
5+
* bump `googleapis` to 9.1.0
6+
17
## 0.3.4
28

39
* bump `shell_executor` to 0.1.4

packages/flutter_app_publisher/pubspec.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ packages:
2222
path: "../app_package_publisher"
2323
relative: true
2424
source: path
25-
version: "0.3.4"
25+
version: "0.3.6"
2626
archive:
2727
dependency: transitive
2828
description:
@@ -205,7 +205,7 @@ packages:
205205
path: "../parse_app_package"
206206
relative: true
207207
source: path
208-
version: "0.3.4"
208+
version: "0.3.6"
209209
path:
210210
dependency: transitive
211211
description:
@@ -260,7 +260,7 @@ packages:
260260
path: "../shell_executor"
261261
relative: true
262262
source: path
263-
version: "0.1.4"
263+
version: "0.1.5"
264264
source_span:
265265
dependency: transitive
266266
description:
+4-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
name: flutter_app_publisher
22
description: Flutter app 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/flutter_app_publisher
66

77
environment:
88
sdk: ">=2.16.0 <4.0.0"
99

1010
dependencies:
11-
app_package_publisher: ^0.3.4
11+
app_package_publisher: ^0.3.6
1212
dio: ^5.3.4
1313
googleapis: ^9.1.0
1414
googleapis_auth: ^1.3.1
15-
parse_app_package: ^0.3.4
15+
parse_app_package: ^0.3.6
1616
qiniu_sdk_base: ^0.5.0
17-
shell_executor: ^0.1.4
17+
shell_executor: ^0.1.5
1818
dev_dependencies:
1919
dependency_validator: ^3.0.0

packages/flutter_distributor/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.3.6
2+
3+
4+
* bump `shell_executor` to 0.1.5
5+
* bump `msix` to 3.16.6
6+
* bump `dio` to 5.3.4
7+
* bump `googleapis` to 9.1.0
8+
* fix: windows build failing due to invalid path in Flutter v3.15.0+ #149
9+
110
## 0.3.5
211

312
* [deb-maker] Supports custom binary name

packages/flutter_distributor/pubspec.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ packages:
3939
path: "../app_package_maker"
4040
relative: true
4141
source: path
42-
version: "0.3.5"
42+
version: "0.3.6"
4343
app_package_parser:
4444
dependency: "direct overridden"
4545
description:
@@ -53,7 +53,7 @@ packages:
5353
path: "../app_package_publisher"
5454
relative: true
5555
source: path
56-
version: "0.3.4"
56+
version: "0.3.6"
5757
archive:
5858
dependency: transitive
5959
description:
@@ -180,21 +180,21 @@ packages:
180180
path: "../flutter_app_builder"
181181
relative: true
182182
source: path
183-
version: "0.3.4"
183+
version: "0.3.6"
184184
flutter_app_packager:
185185
dependency: "direct main"
186186
description:
187187
path: "../flutter_app_packager"
188188
relative: true
189189
source: path
190-
version: "0.3.5"
190+
version: "0.3.6"
191191
flutter_app_publisher:
192192
dependency: "direct main"
193193
description:
194194
path: "../flutter_app_publisher"
195195
relative: true
196196
source: path
197-
version: "0.3.4"
197+
version: "0.3.6"
198198
frontend_server_client:
199199
dependency: transitive
200200
description:
@@ -369,7 +369,7 @@ packages:
369369
path: "../parse_app_package"
370370
relative: true
371371
source: path
372-
version: "0.3.4"
372+
version: "0.3.6"
373373
path:
374374
dependency: "direct main"
375375
description:
@@ -472,7 +472,7 @@ packages:
472472
path: "../shell_executor"
473473
relative: true
474474
source: path
475-
version: "0.1.4"
475+
version: "0.1.5"
476476
shell_uikit:
477477
dependency: "direct main"
478478
description:

packages/flutter_distributor/pubspec.yaml

+7-7
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.3.5
3+
version: 0.3.6
44
homepage: https://distributor.leanflutter.org
55
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/flutter_distributor
66
issue_tracker: https://github.com/leanflutter/flutter_distributor/issues
@@ -15,17 +15,17 @@ environment:
1515

1616
dependencies:
1717
ansicolor: ^2.0.1
18-
app_package_maker: ^0.3.5
19-
app_package_publisher: ^0.3.4
18+
app_package_maker: ^0.3.6
19+
app_package_publisher: ^0.3.6
2020
args: ^2.2.0
2121
dio: ^5.3.4
22-
flutter_app_builder: ^0.3.4
23-
flutter_app_packager: ^0.3.5
24-
flutter_app_publisher: ^0.3.4
22+
flutter_app_builder: ^0.3.6
23+
flutter_app_packager: ^0.3.6
24+
flutter_app_publisher: ^0.3.6
2525
logging: ^1.0.2
2626
path: ^1.8.1
2727
pubspec_parse: ^1.1.0
28-
shell_executor: ^0.1.4
28+
shell_executor: ^0.1.5
2929
shell_uikit: ^0.1.1
3030
yaml: ^3.1.0
3131

packages/parse_app_package/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
```yaml
1313
dependencies:
14-
parse_app_package: ^0.3.4
14+
parse_app_package: ^0.3.6
1515
```
1616
1717
## Usage

packages/parse_app_package/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ packages:
190190
path: "../shell_executor"
191191
relative: true
192192
source: path
193-
version: "0.1.4"
193+
version: "0.1.5"
194194
source_span:
195195
dependency: transitive
196196
description:

packages/parse_app_package/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: parse_app_package
22
description: Parse app package
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/parse_app_package
66

@@ -11,7 +11,7 @@ dependencies:
1111
app_package_parser: ^0.2.4
1212
archive: ^3.1.5
1313
args: ^2.2.0
14-
shell_executor: ^0.1.3
14+
shell_executor: ^0.1.5
1515
xml: ^6.3.0
1616

1717
executables:

packages/shell_executor/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.5
2+
3+
* Add `execSync` to `ShellExecutor` and `Command` classes.
4+
15
## 0.1.4
26

37
* add `pathExpansion` utility method.

packages/shell_executor/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: shell_executor
22
description: A simple shell commands executor.
3-
version: 0.1.4
3+
version: 0.1.5
44
homepage: https://distributor.leanflutter.org
55
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/shell_executor
66

0 commit comments

Comments
 (0)