Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Mar 6, 2023
1 parent 4e96363 commit 0026115
Show file tree
Hide file tree
Showing 23 changed files with 167 additions and 112 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.0

* **FEAT**: apk & app maker support profile mode.

## 0.2.5

* Remove `onProcessStdOut` and `onProcessStdErr` params
Expand Down
9 changes: 5 additions & 4 deletions packages/app_package_maker/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,11 @@ packages:
shell_executor:
dependency: "direct main"
description:
path: "../shell_executor"
relative: true
source: path
version: "0.1.0"
name: shell_executor
sha256: "13a481583e6683f25740c87ff8a729f55f8ac70c25e5c27dd7b8d856bba7719b"
url: "https://pub.dev"
source: hosted
version: "0.1.1"
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.2.9
version: 0.3.0
homepage: https://github.com/leanflutter/flutter_distributor

environment:
Expand All @@ -10,7 +10,7 @@ dependencies:
mustache_template: ^2.0.0
pub_semver: ^2.1.0
pubspec_parse: ^1.1.0
shell_executor: ^0.1.0
shell_executor: ^0.1.1
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.0

* Update a dependency to the latest release.

## 0.2.5

* Version number upgrade to 0.2.5
Expand Down
9 changes: 5 additions & 4 deletions packages/app_package_publisher/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,11 @@ packages:
shell_executor:
dependency: "direct main"
description:
path: "../shell_executor"
relative: true
source: path
version: "0.1.0"
name: shell_executor
sha256: "13a481583e6683f25740c87ff8a729f55f8ac70c25e5c27dd7b8d856bba7719b"
url: "https://pub.dev"
source: hosted
version: "0.1.1"
source_span:
dependency: transitive
description:
Expand Down
5 changes: 2 additions & 3 deletions packages/app_package_publisher/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: app_package_publisher
description: App package publisher
version: 0.2.5
version: 0.3.0
homepage: https://github.com/leanflutter/flutter_distributor

environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
pubspec_parse: ^1.1.0
shell_executor: ^0.1.0

shell_executor: ^0.1.1
dev_dependencies:
dependency_validator: ^3.0.0
4 changes: 4 additions & 0 deletions packages/flutter_app_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.0

* Update a dependency to the latest release.

## 0.2.8

* fix iOS builder adds export build argument check error
Expand Down
9 changes: 5 additions & 4 deletions packages/flutter_app_builder/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,11 @@ packages:
shell_executor:
dependency: "direct main"
description:
path: "../shell_executor"
relative: true
source: path
version: "0.1.0"
name: shell_executor
sha256: "13a481583e6683f25740c87ff8a729f55f8ac70c25e5c27dd7b8d856bba7719b"
url: "https://pub.dev"
source: hosted
version: "0.1.1"
source_map_stack_trace:
dependency: transitive
description:
Expand Down
5 changes: 2 additions & 3 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.2.8
version: 0.3.0
homepage: https://github.com/leanflutter/flutter_distributor

environment:
Expand All @@ -11,8 +11,7 @@ dependencies:
pub_semver: ^2.1.0
pubspec_parse: ^1.1.0
recase: ^4.1.0
shell_executor: ^0.1.0

shell_executor: ^0.1.1
dev_dependencies:
dependency_validator: ^3.0.0
test: ^1.23.1
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.0

* **FEAT**: apk & app maker support profile mode.
* **FEAT**: Linux RPM packaging support ([#101](https://github.com/leanflutter/flutter_distributor/issues/101)).

## 0.2.7

* Feat: Linux RPM packaging support (#101)
Expand Down
18 changes: 10 additions & 8 deletions packages/flutter_app_packager/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ packages:
app_package_maker:
dependency: "direct main"
description:
path: "../app_package_maker"
relative: true
source: path
version: "0.2.9"
name: app_package_maker
sha256: fc2d94c8f07f8f345ebb365d82228080c87d5939a8cca1e8e2f9760881fd2dad
url: "https://pub.dev"
source: hosted
version: "0.3.0"
archive:
dependency: "direct main"
description:
Expand Down Expand Up @@ -195,10 +196,11 @@ packages:
shell_executor:
dependency: "direct main"
description:
path: "../shell_executor"
relative: true
source: path
version: "0.1.0"
name: shell_executor
sha256: "13a481583e6683f25740c87ff8a729f55f8ac70c25e5c27dd7b8d856bba7719b"
url: "https://pub.dev"
source: hosted
version: "0.1.1"
source_span:
dependency: transitive
description:
Expand Down
7 changes: 3 additions & 4 deletions packages/flutter_app_packager/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
name: flutter_app_packager
description: Package your Flutter app into OS-specific bundles (.dmg, .exe, etc.) via Dart or the command line.
version: 0.2.9
version: 0.3.0
homepage: https://github.com/leanflutter/flutter_distributor

environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
app_package_maker: ^0.2.5
app_package_maker: ^0.3.0
archive: ^3.1.5
glob: ^2.1.1
io: ^1.0.3
liquid_engine: ^0.2.2
path: ^1.8.1
shell_executor: ^0.1.0

shell_executor: ^0.1.1
dev_dependencies:
dependency_validator: ^3.0.0
4 changes: 4 additions & 0 deletions packages/flutter_app_publisher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.0

* Update a dependency to the latest release.

## 0.2.5

* Use `shell_executor` to execute commands
Expand Down
40 changes: 22 additions & 18 deletions packages/flutter_app_publisher/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,21 @@ packages:
source: hosted
version: "1.0.5"
app_package_parser:
dependency: "direct overridden"
dependency: transitive
description:
path: "../app_package_parser"
relative: true
source: path
name: app_package_parser
sha256: "74a0dfc67552cd8c133686afb8d6009b234f8da430be8b91f9ad5f7b2fc55e45"
url: "https://pub.dev"
source: hosted
version: "0.2.3"
app_package_publisher:
dependency: "direct main"
description:
path: "../app_package_publisher"
relative: true
source: path
version: "0.2.5"
name: app_package_publisher
sha256: "91458ad109fd2a367fc56f26e3737851247b00346086918233324d200600a6e5"
url: "https://pub.dev"
source: hosted
version: "0.3.0"
archive:
dependency: transitive
description:
Expand Down Expand Up @@ -202,10 +204,11 @@ packages:
parse_app_package:
dependency: "direct main"
description:
path: "../parse_app_package"
relative: true
source: path
version: "0.2.5"
name: parse_app_package
sha256: "4a0cf7256e26e48af8c966e43d886b30020dcbb84e4cff600d312412cf91a798"
url: "https://pub.dev"
source: hosted
version: "0.3.0"
path:
dependency: transitive
description:
Expand All @@ -218,10 +221,10 @@ packages:
dependency: transitive
description:
name: petitparser
sha256: "32e46db8021f6d027d9221b937653f5c8aa043e0dc093998e18331912f22936b"
sha256: a9346a3fbba7546a28374bdbcd7f54ea48bb47772bf3a7ab4bfaadc40bc8b8c6
url: "https://pub.dev"
source: hosted
version: "5.2.0"
version: "5.3.0"
pointycastle:
dependency: transitive
description:
Expand Down Expand Up @@ -257,10 +260,11 @@ packages:
shell_executor:
dependency: "direct main"
description:
path: "../shell_executor"
relative: true
source: path
version: "0.1.0"
name: shell_executor
sha256: "13a481583e6683f25740c87ff8a729f55f8ac70c25e5c27dd7b8d856bba7719b"
url: "https://pub.dev"
source: hosted
version: "0.1.1"
source_span:
dependency: transitive
description:
Expand Down
9 changes: 4 additions & 5 deletions packages/flutter_app_publisher/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
name: flutter_app_publisher
description: Flutter app publisher
version: 0.2.5
version: 0.3.0
homepage: https://github.com/leanflutter/flutter_distributor

environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
app_package_publisher: ^0.2.5
app_package_publisher: ^0.3.0
dio: ^4.0.4
googleapis: ^8.1.0
googleapis_auth: ^1.3.0
parse_app_package: ^0.2.3
parse_app_package: ^0.3.0
qiniu_sdk_base: ^0.3.2
shell_executor: ^0.1.0

shell_executor: ^0.1.1
dev_dependencies:
dependency_validator: ^3.0.0
10 changes: 10 additions & 0 deletions packages/flutter_distributor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.3.0

* bump flutter to 3.7
* [exe] add template support for all innosetup 6.x default languages (#102)
* Improve command usability (help texts, null checks, misc) (#106)
* apk & app maker support profile mode.
* flutter_distributor command add version-check flag
* [AppImage] Use appimagetool to bundle AppImage (#109)
* Refactor flutter_distributor

## 0.2.8

* fix iOS builder adds export build argument check error
Expand Down
Loading

0 comments on commit 0026115

Please sign in to comment.