Skip to content

Commit

Permalink
0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Jun 15, 2022
1 parent 66bea0c commit 532ceba
Show file tree
Hide file tree
Showing 74 changed files with 282 additions and 435 deletions.
4 changes: 4 additions & 0 deletions packages/app_package_maker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.3

* Downgrade pubspec_parse to 1.1.0

## 0.2.1

* Support custom `artifact_name` & `channel`.
Expand Down
4 changes: 2 additions & 2 deletions packages/app_package_maker/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: app_package_maker
description: App package maker
version: 0.2.1
version: 0.2.3
homepage: https://github.com/leanflutter/flutter_distributor

environment:
Expand All @@ -9,5 +9,5 @@ environment:
dependencies:
mustache_template: ^2.0.0
pub_semver: ^2.1.0
pubspec_parse: 1.1.0
pubspec_parse: ^1.1.0
yaml: ^3.1.0
4 changes: 4 additions & 0 deletions packages/app_package_maker_aab/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.3

* Downgrade pubspec_parse to 1.1.0

## 0.2.1

* Support custom `artifact_name` & `channel`.
Expand Down
2 changes: 1 addition & 1 deletion packages/app_package_maker_aab/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: "../app_package_maker"
relative: true
source: path
version: "0.2.1"
version: "0.2.3"
charcode:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/app_package_maker_aab/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: app_package_maker_aab
description: Create a aab package for your app.
version: 0.2.1
version: 0.2.3
homepage: https://github.com/leanflutter/flutter_distributor

environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
app_package_maker: ^0.2.1
app_package_maker: ^0.2.3
4 changes: 4 additions & 0 deletions packages/app_package_maker_apk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.3

* Downgrade pubspec_parse to 1.1.0

## 0.2.1

* Support custom `artifact_name` & `channel`.
Expand Down
2 changes: 1 addition & 1 deletion packages/app_package_maker_apk/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: "../app_package_maker"
relative: true
source: path
version: "0.2.1"
version: "0.2.3"
charcode:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/app_package_maker_apk/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: app_package_maker_apk
description: Create a apk package for your app.
version: 0.2.1
version: 0.2.3
homepage: https://github.com/leanflutter/flutter_distributor

environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
app_package_maker: ^0.2.1
app_package_maker: ^0.2.3
4 changes: 2 additions & 2 deletions packages/app_package_maker_appimage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.0.1
## 0.2.3

- Initial version.
- first release.
7 changes: 4 additions & 3 deletions packages/app_package_maker_appimage/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: app_package_maker_appimage
description: A starting point for Dart libraries or applications.
version: 0.0.1
description: Create a appImage package for your app.
version: 0.2.3
homepage: https://github.com/leanflutter/flutter_distributor

environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
app_package_maker: ^0.2.1
app_package_maker: ^0.2.3
path: ^1.8.1
4 changes: 4 additions & 0 deletions packages/app_package_maker_deb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.3

* Downgrade pubspec_parse to 1.1.0

## 0.2.1

* Support custom `artifact_name` & `channel`.
Expand Down
2 changes: 1 addition & 1 deletion packages/app_package_maker_deb/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: "../app_package_maker"
relative: true
source: path
version: "0.2.1"
version: "0.2.3"
charcode:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/app_package_maker_deb/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: app_package_maker_deb
description: Create a deb package for your app.
version: 0.2.1
version: 0.2.3
homepage: https://github.com/leanflutter/flutter_distributor

environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
app_package_maker: ^0.2.1
app_package_maker: ^0.2.3
path: ^1.8.1
1 change: 1 addition & 0 deletions packages/app_package_maker_dmg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.2.3

* Support `code-sign` configuration item.
* Downgrade pubspec_parse to 1.1.0

## 0.2.1

Expand Down
2 changes: 1 addition & 1 deletion packages/app_package_maker_dmg/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: "../app_package_maker"
relative: true
source: path
version: "0.2.1"
version: "0.2.3"
charcode:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/app_package_maker_dmg/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
app_package_maker: ^0.2.1
app_package_maker: ^0.2.3
8 changes: 8 additions & 0 deletions packages/app_package_maker_exe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.2.3

* [exe maker] Support use custom inno setup `script_template`. #69
* [exe maker] Support use custom installDirName. #67
* [exe maker] Add installer `setupIconFile`, `privilegesRequired` options (#79)
* Downgrade pubspec_parse to 1.1.0
* [exe maker] Set to default 64-bit mode #81

## 0.2.1

* Support custom `artifact_name` & `channel`.
Expand Down
2 changes: 1 addition & 1 deletion packages/app_package_maker_exe/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: "../app_package_maker"
relative: true
source: path
version: "0.2.1"
version: "0.2.3"
charcode:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/app_package_maker_exe/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: app_package_maker_exe
description: Create a exe package for your app.
version: 0.2.1
version: 0.2.3
homepage: https://github.com/leanflutter/flutter_distributor

environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
app_package_maker: ^0.2.1
app_package_maker: ^0.2.3
io: ^1.0.3
liquid_engine: ^0.2.2
path: ^1.8.1
4 changes: 4 additions & 0 deletions packages/app_package_maker_ipa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.3

* Downgrade pubspec_parse to 1.1.0

## 0.2.1

* Support custom `artifact_name` & `channel`.
Expand Down
2 changes: 1 addition & 1 deletion packages/app_package_maker_ipa/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: "../app_package_maker"
relative: true
source: path
version: "0.2.1"
version: "0.2.3"
charcode:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/app_package_maker_ipa/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: app_package_maker_ipa
description: Create a ipa package for your app.
version: 0.2.1
version: 0.2.3
homepage: https://github.com/leanflutter/flutter_distributor

environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
app_package_maker: ^0.2.1
app_package_maker: ^0.2.3
4 changes: 4 additions & 0 deletions packages/app_package_maker_msix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.3

* Downgrade pubspec_parse to 1.1.0

## 0.2.1

* Support custom `artifact_name` & `channel`.
Expand Down
2 changes: 1 addition & 1 deletion packages/app_package_maker_msix/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: "../app_package_maker"
relative: true
source: path
version: "0.2.1"
version: "0.2.3"
archive:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/app_package_maker_msix/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: app_package_maker_msix
description: Create a msix package for your app.
version: 0.2.1
version: 0.2.3
homepage: https://github.com/leanflutter/flutter_distributor

environment:
Expand All @@ -10,7 +10,7 @@ dependencies:
flutter:
sdk: flutter

app_package_maker: ^0.2.1
app_package_maker: ^0.2.3
io: ^1.0.3
msix: ^3.3.2
path: ^1.8.1
4 changes: 4 additions & 0 deletions packages/app_package_maker_zip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.3

* Downgrade pubspec_parse to 1.1.0

## 0.2.1

* Support custom `artifact_name` & `channel`.
Expand Down
2 changes: 1 addition & 1 deletion packages/app_package_maker_zip/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: "../app_package_maker"
relative: true
source: path
version: "0.2.1"
version: "0.2.3"
archive:
dependency: "direct main"
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/app_package_maker_zip/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: app_package_maker_zip
description: Create a zip package for your app.
version: 0.2.1
version: 0.2.3
homepage: https://github.com/leanflutter/flutter_distributor

environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
app_package_maker: ^0.2.1
app_package_maker: ^0.2.3
archive: ^3.1.5
4 changes: 4 additions & 0 deletions packages/app_package_parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.3

* Downgrade pubspec_parse to 1.1.0

## 0.1.0

* First release.
2 changes: 1 addition & 1 deletion packages/app_package_parser/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: app_package_parser
description: App package parser
version: 0.1.3
version: 0.2.3
homepage: https://github.com/leanflutter/flutter_distributor

environment:
Expand Down
4 changes: 4 additions & 0 deletions packages/app_package_parser_apk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.3

* Downgrade pubspec_parse to 1.1.0

## 0.1.0

* First release.
2 changes: 1 addition & 1 deletion packages/app_package_parser_apk/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ packages:
path: "../app_package_parser"
relative: true
source: path
version: "0.1.3"
version: "0.2.3"
sdks:
dart: ">=2.12.0 <3.0.0"
4 changes: 2 additions & 2 deletions packages/app_package_parser_apk/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: app_package_parser_apk
description: Parse apk package.
version: 0.1.3
version: 0.2.3
homepage: https://github.com/leanflutter/flutter_distributor

environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
app_package_parser: ^0.1.3
app_package_parser: ^0.2.3

# dependency_overrides:
# app_package_parser:
Expand Down
4 changes: 4 additions & 0 deletions packages/app_package_parser_ipa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.3

* Downgrade pubspec_parse to 1.1.0

## 0.1.0

* First release.
2 changes: 1 addition & 1 deletion packages/app_package_parser_ipa/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: "../app_package_parser"
relative: true
source: path
version: "0.1.3"
version: "0.2.3"
archive:
dependency: "direct main"
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/app_package_parser_ipa/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: app_package_parser_ipa
description: Parse ipa package.
version: 0.1.3
version: 0.2.3
homepage: https://github.com/leanflutter/flutter_distributor

environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
app_package_parser: ^0.1.3
app_package_parser: ^0.2.3
archive: ^3.1.5
xml: ^5.1.2

Expand Down
4 changes: 4 additions & 0 deletions packages/app_package_publisher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.3

* Downgrade pubspec_parse to 1.1.0

## 0.1.0

* First release.
4 changes: 2 additions & 2 deletions packages/app_package_publisher/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: app_package_publisher
description: App package publisher
version: 0.1.5
version: 0.2.3
homepage: https://github.com/leanflutter/flutter_distributor

environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
pubspec_parse: 1.1.0
pubspec_parse: ^1.1.0
yaml: ^3.1.0
Loading

0 comments on commit 532ceba

Please sign in to comment.