Skip to content

Commit

Permalink
chore(mason): v0.1.0-dev.52 (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Jan 10, 2024
1 parent c063389 commit fd18f96
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 deletions.
8 changes: 7 additions & 1 deletion packages/mason/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion packages/mason/lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/mason/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/mason_cli/test/fixtures/new/hooks/brick.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fd18f96

Please sign in to comment.