From 724286c323b54a017dbad9512710e0c57ee71a1a Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Wed, 10 Jan 2024 00:35:13 -0600 Subject: [PATCH] chore(mason): v0.1.0-dev.52 --- packages/mason/CHANGELOG.md | 8 +++++++- packages/mason/lib/src/version.dart | 2 +- packages/mason/pubspec.yaml | 4 ++-- .../fixtures/new/custom/bricks/hello_world/brick.yaml | 2 +- packages/mason_cli/test/fixtures/new/hooks/brick.yaml | 2 +- .../mason_cli/test/fixtures/new/hooks/hooks/pubspec.yaml | 2 +- .../test/fixtures/new/simple/hello_world/brick.yaml | 2 +- 7 files changed, 14 insertions(+), 8 deletions(-) diff --git a/packages/mason/CHANGELOG.md b/packages/mason/CHANGELOG.md index dde659325..312f0f4d0 100644 --- a/packages/mason/CHANGELOG.md +++ b/packages/mason/CHANGELOG.md @@ -1,6 +1,12 @@ +# 0.1.0-dev.52 + +- fix: update hook `run` to support long Dart formats ([#1164](https://github.com/felangel/mason/issues/1164)) +- docs: include reference to `DirectoryGeneratorTarget` ([#1098](https://github.com/felangel/mason/issues/1098)) +- chore: fix malformed doc template + # 0.1.0-dev.51 -- upgrade to `mason_logger v0.2.9` +- deps: upgrade to `mason_logger v0.2.9` - fix: arrow keys on windows ([#816](https://github.com/felangel/mason/issues/816)) - chore: improve lint rules - chore: `dart fix --apply` diff --git a/packages/mason/lib/src/version.dart b/packages/mason/lib/src/version.dart index 238de07aa..037e96685 100644 --- a/packages/mason/lib/src/version.dart +++ b/packages/mason/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.1.0-dev.51'; +const packageVersion = '0.1.0-dev.52'; diff --git a/packages/mason/pubspec.yaml b/packages/mason/pubspec.yaml index e2a606e9b..a244e97b7 100644 --- a/packages/mason/pubspec.yaml +++ b/packages/mason/pubspec.yaml @@ -1,7 +1,7 @@ name: mason description: > A Dart template generator which helps teams generate files quickly and consistently. -version: 0.1.0-dev.51 +version: 0.1.0-dev.52 homepage: https://github.com/felangel/mason repository: https://github.com/felangel/mason issue_tracker: https://github.com/felangel/mason/issues @@ -19,7 +19,7 @@ dependencies: crypto: ^3.0.1 http: '>=0.13.3 <2.0.0' json_annotation: ^4.8.1 - mason_logger: ^0.2.9 + mason_logger: ^0.2.11 meta: ^1.7.0 mustache_template: ^2.0.0 path: ^1.8.0 diff --git a/packages/mason_cli/test/fixtures/new/custom/bricks/hello_world/brick.yaml b/packages/mason_cli/test/fixtures/new/custom/bricks/hello_world/brick.yaml index 13da3c762..82022a6d9 100644 --- a/packages/mason_cli/test/fixtures/new/custom/bricks/hello_world/brick.yaml +++ b/packages/mason_cli/test/fixtures/new/custom/bricks/hello_world/brick.yaml @@ -13,7 +13,7 @@ version: 0.1.0+1 # The following defines the environment for the current brick. # It includes the version of mason that the brick requires. environment: - mason: ">=0.1.0-dev.51 <0.1.0" + mason: ">=0.1.0-dev.52 <0.1.0" # Variables specify dynamic values that your brick depends on. # Zero or more variables can be specified for a given brick. diff --git a/packages/mason_cli/test/fixtures/new/hooks/brick.yaml b/packages/mason_cli/test/fixtures/new/hooks/brick.yaml index 11edc2c01..0b4e0344f 100644 --- a/packages/mason_cli/test/fixtures/new/hooks/brick.yaml +++ b/packages/mason_cli/test/fixtures/new/hooks/brick.yaml @@ -13,7 +13,7 @@ version: 0.1.0+1 # The following defines the environment for the current brick. # It includes the version of mason that the brick requires. environment: - mason: ">=0.1.0-dev.51 <0.1.0" + mason: ">=0.1.0-dev.52 <0.1.0" # Variables specify dynamic values that your brick depends on. # Zero or more variables can be specified for a given brick. diff --git a/packages/mason_cli/test/fixtures/new/hooks/hooks/pubspec.yaml b/packages/mason_cli/test/fixtures/new/hooks/hooks/pubspec.yaml index 2b647ec82..405fee3fe 100644 --- a/packages/mason_cli/test/fixtures/new/hooks/hooks/pubspec.yaml +++ b/packages/mason_cli/test/fixtures/new/hooks/hooks/pubspec.yaml @@ -4,4 +4,4 @@ environment: sdk: ">=2.12.0 <3.0.0" dependencies: - mason: ">=0.1.0-dev.51 <0.1.0" + mason: ">=0.1.0-dev.52 <0.1.0" diff --git a/packages/mason_cli/test/fixtures/new/simple/hello_world/brick.yaml b/packages/mason_cli/test/fixtures/new/simple/hello_world/brick.yaml index 13da3c762..82022a6d9 100644 --- a/packages/mason_cli/test/fixtures/new/simple/hello_world/brick.yaml +++ b/packages/mason_cli/test/fixtures/new/simple/hello_world/brick.yaml @@ -13,7 +13,7 @@ version: 0.1.0+1 # The following defines the environment for the current brick. # It includes the version of mason that the brick requires. environment: - mason: ">=0.1.0-dev.51 <0.1.0" + mason: ">=0.1.0-dev.52 <0.1.0" # Variables specify dynamic values that your brick depends on. # Zero or more variables can be specified for a given brick.