From 415694698e02304750b4f451fb9d717377a670e8 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Tue, 20 Aug 2024 23:17:00 -0500 Subject: [PATCH] chore(mason): v0.1.0-dev.58 --- packages/mason/CHANGELOG.md | 6 ++++++ packages/mason/lib/src/version.dart | 2 +- packages/mason/pubspec.yaml | 2 +- .../test/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, 12 insertions(+), 6 deletions(-) diff --git a/packages/mason/CHANGELOG.md b/packages/mason/CHANGELOG.md index c8847a29..600d7d00 100644 --- a/packages/mason/CHANGELOG.md +++ b/packages/mason/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.1.0-dev.58 + +- deps: tighten dependency constraints ([#1401](https://github.com/felangel/mason/issues/1401)) + - bumps the Dart SDK minimum version up to `3.5.0` +- chore: add `funding` to `pubspec.yaml` ([#1371](https://github.com/felangel/mason/issues/1371)) + # 0.1.0-dev.57 - fix: compile hooks to AOT when using AOT runtime ([#1331](https://github.com/felangel/mason/issues/1331)) diff --git a/packages/mason/lib/src/version.dart b/packages/mason/lib/src/version.dart index bdfed3d9..b79725fc 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.57'; +const packageVersion = '0.1.0-dev.58'; diff --git a/packages/mason/pubspec.yaml b/packages/mason/pubspec.yaml index 28172ae3..6343d2c4 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.57 +version: 0.1.0-dev.58 homepage: https://github.com/felangel/mason repository: https://github.com/felangel/mason issue_tracker: https://github.com/felangel/mason/issues 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 d98f1378..2a92afb6 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.57 <0.1.0" + mason: ">=0.1.0-dev.58 <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 352b8d23..64eb4dfb 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.57 <0.1.0" + mason: ">=0.1.0-dev.58 <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 29eda9a7..07a3f41e 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.57 <0.1.0" + mason: ">=0.1.0-dev.58 <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 d98f1378..2a92afb6 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.57 <0.1.0" + mason: ">=0.1.0-dev.58 <0.1.0" # Variables specify dynamic values that your brick depends on. # Zero or more variables can be specified for a given brick.