Skip to content

Commit 8edd8e8

Browse files
committed
v0.3.2
1 parent 8e55dec commit 8edd8e8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+111
-87
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 LiJianying <[email protected]>
3+
Copyright (c) 2021-2023 LiJianying <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/app_package_maker/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.2
2+
3+
* Update dart sdk version to ">=2.16.0 <4.0.0"
4+
15
## 0.3.1
26

37
* `MakeConfig` adds `outputArtifacts` field.

packages/app_package_maker/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 LiJianying <[email protected]>
3+
Copyright (c) 2021-2023 LiJianying <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/app_package_maker/pubspec.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ packages:
8585
dependency: transitive
8686
description:
8787
name: logging
88-
sha256: "04094f2eb032cbb06c6f6e8d3607edcfcb0455e2bb6cbc010cb01171dcb64e6d"
88+
sha256: "623a88c9594aa774443aa3eb2d41807a48486b5613e67599fb4c41c0ad47c340"
8989
url: "https://pub.dev"
9090
source: hosted
91-
version: "1.1.1"
91+
version: "1.2.0"
9292
meta:
9393
dependency: transitive
9494
description:
@@ -143,7 +143,7 @@ packages:
143143
path: "../shell_executor"
144144
relative: true
145145
source: path
146-
version: "0.1.2"
146+
version: "0.1.3"
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.1
3+
version: 0.3.2
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.2
14+
shell_executor: ^0.1.3
1515
yaml: ^3.1.0
1616

1717
dev_dependencies:

packages/app_package_parser/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.4
2+
3+
* Update dart sdk version to ">=2.16.0 <4.0.0"
4+
15
## 0.2.3
26

37
* Downgrade pubspec_parse to 1.1.0

packages/app_package_parser/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 LiJianying <[email protected]>
3+
Copyright (c) 2021-2023 LiJianying <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/app_package_parser/README.md

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

1212
```yaml
1313
dependencies:
14-
app_package_parser: ^0.0.7
14+
app_package_parser: ^0.2.4
1515
```
1616
1717
## Usage

packages/app_package_parser/pubspec.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ packages:
8585
dependency: transitive
8686
description:
8787
name: logging
88-
sha256: "04094f2eb032cbb06c6f6e8d3607edcfcb0455e2bb6cbc010cb01171dcb64e6d"
88+
sha256: "623a88c9594aa774443aa3eb2d41807a48486b5613e67599fb4c41c0ad47c340"
8989
url: "https://pub.dev"
9090
source: hosted
91-
version: "1.1.1"
91+
version: "1.2.0"
9292
meta:
9393
dependency: transitive
9494
description:

packages/app_package_parser/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: app_package_parser
22
description: App package parser
3-
version: 0.2.3
3+
version: 0.2.4
44
homepage: https://distributor.leanflutter.org
55
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/app_package_parser
66

packages/app_package_publisher/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.2
2+
3+
* Update dart sdk version to ">=2.16.0 <4.0.0"
4+
15
## 0.3.1
26

37
* Modify the `publish` method to accept `FileSystemEntity` instead of just `File`

packages/app_package_publisher/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 LiJianying <[email protected]>
3+
Copyright (c) 2021-2023 LiJianying <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/app_package_publisher/pubspec.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ packages:
8585
dependency: transitive
8686
description:
8787
name: logging
88-
sha256: "04094f2eb032cbb06c6f6e8d3607edcfcb0455e2bb6cbc010cb01171dcb64e6d"
88+
sha256: "623a88c9594aa774443aa3eb2d41807a48486b5613e67599fb4c41c0ad47c340"
8989
url: "https://pub.dev"
9090
source: hosted
91-
version: "1.1.1"
91+
version: "1.2.0"
9292
meta:
9393
dependency: transitive
9494
description:
@@ -135,7 +135,7 @@ packages:
135135
path: "../shell_executor"
136136
relative: true
137137
source: path
138-
version: "0.1.2"
138+
version: "0.1.3"
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.1
3+
version: 0.3.2
44
homepage: https://distributor.leanflutter.org
55
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/app_package_publisher
66

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

1010
dependencies:
1111
pubspec_parse: ^1.1.0
12-
shell_executor: ^0.1.2
12+
shell_executor: ^0.1.3
1313
dev_dependencies:
1414
dependency_validator: ^3.0.0

packages/flutter_app_builder/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.2
2+
3+
* Update dart sdk version to ">=2.16.0 <4.0.0"
4+
15
## 0.3.1
26

37
* Bump `shell_executor` to 0.1.2.

packages/flutter_app_builder/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 LiJianying <[email protected]>
3+
Copyright (c) 2021-2023 LiJianying <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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.2"
290+
version: "0.1.3"
291291
source_map_stack_trace:
292292
dependency: transitive
293293
description:

packages/flutter_app_builder/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
pub_semver: ^2.1.0
1313
pubspec_parse: ^1.1.0
1414
recase: ^4.1.0
15-
shell_executor: ^0.1.2
15+
shell_executor: ^0.1.3
1616
dev_dependencies:
1717
dependency_validator: ^3.0.0
1818
test: ^1.23.1

packages/flutter_app_packager/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 0.3.2
22

3+
* Update dart sdk version to ">=2.16.0 <4.0.0"
34
* feat: compress macOS app with 7zip
45

56
## 0.3.1

packages/flutter_app_packager/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 LiJianying <[email protected]>
3+
Copyright (c) 2021-2023 LiJianying <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/flutter_app_packager/pubspec.lock

+7-8
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.1"
10+
version: "0.3.2"
1111
archive:
1212
dependency: "direct main"
1313
description:
@@ -179,12 +179,11 @@ packages:
179179
msix:
180180
dependency: "direct main"
181181
description:
182-
path: "."
183-
ref: "feat/locate_msix_assets_path_from_script_file_directory"
184-
resolved-ref: "68ed974fb2786ff22d0cad6e5e4c4def4466ec53"
185-
url: "https://github.com/lijy91/msix.git"
186-
source: git
187-
version: "3.13.0"
182+
name: msix
183+
sha256: "5dbf26361fbff0e74abd06c80f0b446476c739eea017d833d15e093c3c778fdd"
184+
url: "https://pub.dev"
185+
source: hosted
186+
version: "3.13.2"
188187
mustache_template:
189188
dependency: transitive
190189
description:
@@ -247,7 +246,7 @@ packages:
247246
path: "../shell_executor"
248247
relative: true
249248
source: path
250-
version: "0.1.2"
249+
version: "0.1.3"
251250
source_span:
252251
dependency: transitive
253252
description:

packages/flutter_app_packager/pubspec.yaml

+3-8
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,18 @@ name: flutter_app_packager
22
description: Package your Flutter app into OS-specific bundles (.dmg, .exe, etc.) via Dart or the command line.
33
version: 0.3.2
44
homepage: https://github.com/leanflutter/flutter_distributor
5-
publish_to: none # 待 msix 的 PR 合并后移除
65

76
environment:
87
sdk: ">=2.16.0 <4.0.0"
98

109
dependencies:
11-
app_package_maker: ^0.3.1
10+
app_package_maker: ^0.3.2
1211
archive: ^3.1.5
1312
io: ^1.0.3
1413
liquid_engine: ^0.2.2
15-
# msix: ^3.13.0
16-
msix:
17-
git:
18-
ref: feat/locate_msix_assets_path_from_script_file_directory
19-
url: https://github.com/lijy91/msix.git
14+
msix: ^3.13.2
2015
path: ^1.8.1
21-
shell_executor: ^0.1.2
16+
shell_executor: ^0.1.3
2217

2318
dev_dependencies:
2419
dependency_validator: ^3.0.0

packages/flutter_app_publisher/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.2
2+
3+
* Update dart sdk version to ">=2.16.0 <4.0.0"
4+
15
## 0.3.1
26

37
* Add `firebase-hosting` publisher.

packages/flutter_app_publisher/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 LiJianying <[email protected]>
3+
Copyright (c) 2021-2023 LiJianying <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/flutter_app_publisher/pubspec.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@ packages:
55
dependency: transitive
66
description:
77
name: _discoveryapis_commons
8-
sha256: efd530ec09e3fea98529b0d2b192495e252e336c6e93ea8df1875e6e823ebc62
8+
sha256: f8bb1fdbd77f3d5c1d62b5b0eca75fbf1e41bf4f6c62628f880582e2182ae45d
99
url: "https://pub.dev"
1010
source: hosted
11-
version: "1.0.5"
11+
version: "1.0.6"
1212
app_package_parser:
1313
dependency: "direct overridden"
1414
description:
1515
path: "../app_package_parser"
1616
relative: true
1717
source: path
18-
version: "0.2.3"
18+
version: "0.2.4"
1919
app_package_publisher:
2020
dependency: "direct main"
2121
description:
2222
path: "../app_package_publisher"
2323
relative: true
2424
source: path
25-
version: "0.3.1"
25+
version: "0.3.2"
2626
archive:
2727
dependency: transitive
2828
description:
@@ -131,10 +131,10 @@ packages:
131131
dependency: "direct main"
132132
description:
133133
name: googleapis_auth
134-
sha256: f59be210ede1e22718962e4ef48a08ae783eb67fe19b0f4c16b204e20df0869c
134+
sha256: af7c3a3edf9d0de2e1e0a77e994fae0a581c525fa7012af4fa0d4a52ed9484da
135135
url: "https://pub.dev"
136136
source: hosted
137-
version: "1.4.0"
137+
version: "1.4.1"
138138
http:
139139
dependency: transitive
140140
description:
@@ -179,10 +179,10 @@ packages:
179179
dependency: transitive
180180
description:
181181
name: logging
182-
sha256: "04094f2eb032cbb06c6f6e8d3607edcfcb0455e2bb6cbc010cb01171dcb64e6d"
182+
sha256: "623a88c9594aa774443aa3eb2d41807a48486b5613e67599fb4c41c0ad47c340"
183183
url: "https://pub.dev"
184184
source: hosted
185-
version: "1.1.1"
185+
version: "1.2.0"
186186
meta:
187187
dependency: transitive
188188
description:
@@ -260,7 +260,7 @@ packages:
260260
path: "../shell_executor"
261261
relative: true
262262
source: path
263-
version: "0.1.2"
263+
version: "0.1.3"
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.1
3+
version: 0.3.2
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.1
11+
app_package_publisher: ^0.3.2
1212
dio: ^5.1.2
1313
googleapis: ^8.1.0
1414
googleapis_auth: ^1.3.0
15-
parse_app_package: ^0.3.1
15+
parse_app_package: ^0.3.2
1616
qiniu_sdk_base: ^0.5.0
17-
shell_executor: ^0.1.2
17+
shell_executor: ^0.1.3
1818
dev_dependencies:
1919
dependency_validator: ^3.0.0

packages/flutter_distributor/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 0.3.2
22

3+
* Update dart sdk version to ">=2.16.0 <4.0.0"
34
* feat: compress macOS app with 7zip
45

56
## 0.3.1

packages/flutter_distributor/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 LiJianying <[email protected]>
3+
Copyright (c) 2021-2023 LiJianying <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)