File tree Expand file tree Collapse file tree 7 files changed +10
-6
lines changed
mason_cli/test/fixtures/new
custom/bricks/hello_world Expand file tree Collapse file tree 7 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff line change 11name : mason
22description : >
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
55homepage : https://github.com/felangel/mason
66repository : https://github.com/felangel/mason
77issue_tracker : https://github.com/felangel/mason/issues
Original file line number Diff line number Diff 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.
1515environment :
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.
Original file line number Diff line number Diff 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.
1515environment :
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.
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ environment:
44 sdk : " >=2.12.0 <3.0.0"
55
66dependencies :
7- mason : " >=0.1.0-dev.53 <0.1.0"
7+ mason : " >=0.1.0-dev.54 <0.1.0"
Original file line number Diff line number Diff 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.
1515environment :
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.
You can’t perform that action at this time.
0 commit comments