Skip to content

Commit 6715910

Browse files
authored
chore(mason): v0.1.0-dev.54 (#1332)
1 parent 0dc541c commit 6715910

File tree

7 files changed

+10
-6
lines changed

7 files changed

+10
-6
lines changed

packages/mason/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.1.0-dev.54
2+
3+
- fix: compile hooks to AOT when using AOT runtime ([#1331](https://github.com/felangel/mason/issues/1331))
4+
15
# 0.1.0-dev.53
26

37
- chore(deps): upgrade `pkg:mason_logger` to `^0.2.15` ([#1302](https://github.com/felangel/mason/issues/1302))

packages/mason/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mason/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: mason
22
description: >
33
A Dart template generator which helps teams generate files quickly and consistently.
4-
version: 0.1.0-dev.53
4+
version: 0.1.0-dev.54
55
homepage: https://github.com/felangel/mason
66
repository: https://github.com/felangel/mason
77
issue_tracker: https://github.com/felangel/mason/issues

packages/mason_cli/test/fixtures/new/custom/bricks/hello_world/brick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version: 0.1.0+1
1313
# The following defines the environment for the current brick.
1414
# It includes the version of mason that the brick requires.
1515
environment:
16-
mason: ">=0.1.0-dev.53 <0.1.0"
16+
mason: ">=0.1.0-dev.54 <0.1.0"
1717

1818
# Variables specify dynamic values that your brick depends on.
1919
# Zero or more variables can be specified for a given brick.

packages/mason_cli/test/fixtures/new/hooks/brick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version: 0.1.0+1
1313
# The following defines the environment for the current brick.
1414
# It includes the version of mason that the brick requires.
1515
environment:
16-
mason: ">=0.1.0-dev.53 <0.1.0"
16+
mason: ">=0.1.0-dev.54 <0.1.0"
1717

1818
# Variables specify dynamic values that your brick depends on.
1919
# Zero or more variables can be specified for a given brick.

packages/mason_cli/test/fixtures/new/hooks/hooks/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ environment:
44
sdk: ">=2.12.0 <3.0.0"
55

66
dependencies:
7-
mason: ">=0.1.0-dev.53 <0.1.0"
7+
mason: ">=0.1.0-dev.54 <0.1.0"

packages/mason_cli/test/fixtures/new/simple/hello_world/brick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version: 0.1.0+1
1313
# The following defines the environment for the current brick.
1414
# It includes the version of mason that the brick requires.
1515
environment:
16-
mason: ">=0.1.0-dev.53 <0.1.0"
16+
mason: ">=0.1.0-dev.54 <0.1.0"
1717

1818
# Variables specify dynamic values that your brick depends on.
1919
# Zero or more variables can be specified for a given brick.

0 commit comments

Comments
 (0)