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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 LiJianying <lijy91@foxmail.com>
3+
Copyright (c) 2021-2023 LiJianying <lijy91@foxmail.com>
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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 LiJianying <lijy91@foxmail.com>
3+
Copyright (c) 2021-2023 LiJianying <lijy91@foxmail.com>
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

Lines changed: 3 additions & 3 deletions
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

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.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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 LiJianying <lijy91@foxmail.com>
3+
Copyright (c) 2021-2023 LiJianying <lijy91@foxmail.com>
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)