Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(mason): v0.1.0-dev.38 #617

Merged
merged 1 commit into from Nov 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/mason/CHANGELOG.md
@@ -1,3 +1,8 @@
# 0.1.0-dev.38

- perf: compile hooks
- fix: allow optional `__brick__` directory

# 0.1.0-dev.37

- fix: hook execution after pub cache clean
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.

2 changes: 1 addition & 1 deletion 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.37
version: 0.1.0-dev.38
homepage: https://github.com/felangel/mason
repository: https://github.com/felangel/mason
issue_tracker: https://github.com/felangel/mason/issues
Expand Down
Expand Up @@ -9,7 +9,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.37 <0.1.0"
mason: ">=0.1.0-dev.38 <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
Expand Up @@ -9,7 +9,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.37 <0.1.0"
mason: ">=0.1.0-dev.38 <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
Expand Up @@ -4,4 +4,4 @@ environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
mason: ">=0.1.0-dev.37 <0.1.0"
mason: ">=0.1.0-dev.38 <0.1.0"
Expand Up @@ -9,7 +9,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.37 <0.1.0"
mason: ">=0.1.0-dev.38 <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