Skip to content

Commit

Permalink
v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Nov 28, 2023
1 parent 694cec2 commit 8ee0241
Show file tree
Hide file tree
Showing 23 changed files with 77 additions and 40 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.3.6

* bump `shell_executor` to 0.1.5

## 0.3.5

* `MakeConfig` adds `appBinaryName` field.
Expand Down
2 changes: 1 addition & 1 deletion packages/app_package_maker/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ packages:
path: "../shell_executor"
relative: true
source: path
version: "0.1.4"
version: "0.1.5"
source_span:
dependency: transitive
description:
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.3.5
version: 0.3.6
homepage: https://distributor.leanflutter.org
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/app_package_maker

Expand All @@ -11,7 +11,7 @@ dependencies:
mustache_template: ^2.0.0
pub_semver: ^2.1.0
pubspec_parse: ^1.1.0
shell_executor: ^0.1.4
shell_executor: ^0.1.5
yaml: ^3.1.0

dev_dependencies:
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.3.6

* bump `shell_executor` to 0.1.5

## 0.3.4

* bump `shell_executor` to 0.1.4
Expand Down
2 changes: 1 addition & 1 deletion packages/app_package_publisher/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ packages:
path: "../shell_executor"
relative: true
source: path
version: "0.1.4"
version: "0.1.5"
source_span:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/app_package_publisher/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: app_package_publisher
description: App package publisher
version: 0.3.4
version: 0.3.6
homepage: https://distributor.leanflutter.org
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/app_package_publisher

Expand All @@ -9,7 +9,7 @@ environment:

dependencies:
pubspec_parse: ^1.1.0
shell_executor: ^0.1.4
shell_executor: ^0.1.5

dev_dependencies:
dependency_validator: ^3.0.0
5 changes: 5 additions & 0 deletions packages/flutter_app_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.3.6

* bump `shell_executor` to 0.1.5
* fix: windows build failing due to invalid path in Flutter v3.15.0+ #149

## 0.3.4

* bump `shell_executor` to 0.1.4
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_app_builder/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ packages:
path: "../shell_executor"
relative: true
source: path
version: "0.1.4"
version: "0.1.5"
source_map_stack_trace:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_app_builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_app_builder
description: Build your Flutter app via Dart.
version: 0.3.4
version: 0.3.6
homepage: https://distributor.leanflutter.org
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/flutter_app_builder

Expand All @@ -13,7 +13,7 @@ dependencies:
pub_semver: ^2.1.0
pubspec_parse: ^1.1.0
recase: ^4.1.0
shell_executor: ^0.1.4
shell_executor: ^0.1.5

dev_dependencies:
dependency_validator: ^3.0.0
Expand Down
5 changes: 5 additions & 0 deletions packages/flutter_app_packager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.3.6

* bump `shell_executor` to 0.1.5
* bump `msix` to 3.16.6

## 0.3.5

* [deb-maker] Supports custom binary name
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_app_packager/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.3.5"
version: "0.3.6"
archive:
dependency: "direct main"
description:
Expand Down Expand Up @@ -246,7 +246,7 @@ packages:
path: "../shell_executor"
relative: true
source: path
version: "0.1.4"
version: "0.1.5"
source_span:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions packages/flutter_app_packager/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: flutter_app_packager
description: Package your Flutter app into OS-specific bundles (.dmg, .exe, etc.) via Dart or the command line.
version: 0.3.5
version: 0.3.6
homepage: https://github.com/leanflutter/flutter_distributor

environment:
sdk: ">=2.16.0 <4.0.0"

dependencies:
app_package_maker: ^0.3.5
app_package_maker: ^0.3.6
archive: ^3.1.5
io: ^1.0.3
liquid_engine: ^0.2.2
msix: ^3.16.6
path: ^1.8.1
shell_executor: ^0.1.4
shell_executor: ^0.1.5

dev_dependencies:
dependency_validator: ^3.0.0
6 changes: 6 additions & 0 deletions packages/flutter_app_publisher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.3.6

* bump `shell_executor` to 0.1.5
* bump `dio` to 5.3.4
* bump `googleapis` to 9.1.0

## 0.3.4

* bump `shell_executor` to 0.1.4
Expand Down
6 changes: 3 additions & 3 deletions packages/flutter_app_publisher/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ packages:
path: "../app_package_publisher"
relative: true
source: path
version: "0.3.4"
version: "0.3.6"
archive:
dependency: transitive
description:
Expand Down Expand Up @@ -205,7 +205,7 @@ packages:
path: "../parse_app_package"
relative: true
source: path
version: "0.3.4"
version: "0.3.6"
path:
dependency: transitive
description:
Expand Down Expand Up @@ -260,7 +260,7 @@ packages:
path: "../shell_executor"
relative: true
source: path
version: "0.1.4"
version: "0.1.5"
source_span:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions packages/flutter_app_publisher/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: flutter_app_publisher
description: Flutter app publisher
version: 0.3.4
version: 0.3.6
homepage: https://distributor.leanflutter.org
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/flutter_app_publisher

environment:
sdk: ">=2.16.0 <4.0.0"

dependencies:
app_package_publisher: ^0.3.4
app_package_publisher: ^0.3.6
dio: ^5.3.4
googleapis: ^9.1.0
googleapis_auth: ^1.3.1
parse_app_package: ^0.3.4
parse_app_package: ^0.3.6
qiniu_sdk_base: ^0.5.0
shell_executor: ^0.1.4
shell_executor: ^0.1.5
dev_dependencies:
dependency_validator: ^3.0.0
9 changes: 9 additions & 0 deletions packages/flutter_distributor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.3.6


* bump `shell_executor` to 0.1.5
* bump `msix` to 3.16.6
* bump `dio` to 5.3.4
* bump `googleapis` to 9.1.0
* fix: windows build failing due to invalid path in Flutter v3.15.0+ #149

## 0.3.5

* [deb-maker] Supports custom binary name
Expand Down
14 changes: 7 additions & 7 deletions packages/flutter_distributor/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ packages:
path: "../app_package_maker"
relative: true
source: path
version: "0.3.5"
version: "0.3.6"
app_package_parser:
dependency: "direct overridden"
description:
Expand All @@ -53,7 +53,7 @@ packages:
path: "../app_package_publisher"
relative: true
source: path
version: "0.3.4"
version: "0.3.6"
archive:
dependency: transitive
description:
Expand Down Expand Up @@ -180,21 +180,21 @@ packages:
path: "../flutter_app_builder"
relative: true
source: path
version: "0.3.4"
version: "0.3.6"
flutter_app_packager:
dependency: "direct main"
description:
path: "../flutter_app_packager"
relative: true
source: path
version: "0.3.5"
version: "0.3.6"
flutter_app_publisher:
dependency: "direct main"
description:
path: "../flutter_app_publisher"
relative: true
source: path
version: "0.3.4"
version: "0.3.6"
frontend_server_client:
dependency: transitive
description:
Expand Down Expand Up @@ -369,7 +369,7 @@ packages:
path: "../parse_app_package"
relative: true
source: path
version: "0.3.4"
version: "0.3.6"
path:
dependency: "direct main"
description:
Expand Down Expand Up @@ -472,7 +472,7 @@ packages:
path: "../shell_executor"
relative: true
source: path
version: "0.1.4"
version: "0.1.5"
shell_uikit:
dependency: "direct main"
description:
Expand Down
14 changes: 7 additions & 7 deletions packages/flutter_distributor/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_distributor
description: A complete tool for packaging and publishing your Flutter apps.
version: 0.3.5
version: 0.3.6
homepage: https://distributor.leanflutter.org
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/flutter_distributor
issue_tracker: https://github.com/leanflutter/flutter_distributor/issues
Expand All @@ -15,17 +15,17 @@ environment:

dependencies:
ansicolor: ^2.0.1
app_package_maker: ^0.3.5
app_package_publisher: ^0.3.4
app_package_maker: ^0.3.6
app_package_publisher: ^0.3.6
args: ^2.2.0
dio: ^5.3.4
flutter_app_builder: ^0.3.4
flutter_app_packager: ^0.3.5
flutter_app_publisher: ^0.3.4
flutter_app_builder: ^0.3.6
flutter_app_packager: ^0.3.6
flutter_app_publisher: ^0.3.6
logging: ^1.0.2
path: ^1.8.1
pubspec_parse: ^1.1.0
shell_executor: ^0.1.4
shell_executor: ^0.1.5
shell_uikit: ^0.1.1
yaml: ^3.1.0

Expand Down
2 changes: 1 addition & 1 deletion packages/parse_app_package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

```yaml
dependencies:
parse_app_package: ^0.3.4
parse_app_package: ^0.3.6
```
## Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/parse_app_package/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ packages:
path: "../shell_executor"
relative: true
source: path
version: "0.1.4"
version: "0.1.5"
source_span:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/parse_app_package/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: parse_app_package
description: Parse app package
version: 0.3.4
version: 0.3.6
homepage: https://distributor.leanflutter.org
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/parse_app_package

Expand All @@ -11,7 +11,7 @@ dependencies:
app_package_parser: ^0.2.4
archive: ^3.1.5
args: ^2.2.0
shell_executor: ^0.1.3
shell_executor: ^0.1.5
xml: ^6.3.0

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

* Add `execSync` to `ShellExecutor` and `Command` classes.

## 0.1.4

* add `pathExpansion` utility method.
Expand Down
2 changes: 1 addition & 1 deletion packages/shell_executor/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: shell_executor
description: A simple shell commands executor.
version: 0.1.4
version: 0.1.5
homepage: https://distributor.leanflutter.org
repository: https://github.com/leanflutter/flutter_distributor/tree/main/packages/shell_executor

Expand Down

0 comments on commit 8ee0241

Please sign in to comment.