Skip to content

Commit

Permalink
chore(mason): v0.1.0-dev.27 (felangel#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Jul 1, 2022
1 parent 074dbcf commit bf7d240
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/mason/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.1.0-dev.27

- perf: run substitutions in isolate and improve render specificity
- chore: use `mason_logger ^0.1.0-dev.14`

# 0.1.0-dev.26

- fix: file path looping array resolution
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.26
version: 0.1.0-dev.27
homepage: https://github.com/felangel/mason

environment:
Expand All @@ -14,7 +14,7 @@ dependencies:
crypto: ^3.0.1
http: ^0.13.3
json_annotation: ^4.4.0
mason_logger: ^0.1.0-dev.12
mason_logger: ^0.1.0-dev.14
meta: ^1.7.0
mustache_template: ^2.0.0
path: ^1.8.0
Expand Down

0 comments on commit bf7d240

Please sign in to comment.