Skip to content

Commit

Permalink
chore(mason): v0.1.0-dev.32 (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Sep 11, 2022
1 parent 11f7798 commit 978aa42
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/mason/CHANGELOG.md
@@ -1,3 +1,8 @@
# 0.1.0-dev.32

- fix: use file descriptor pooling
- chore: add additional `pubspec.yaml` metadata

# 0.1.0-dev.31

- fix: render asymmetrical shorthand lambda expressions correctly
Expand Down
2 changes: 1 addition & 1 deletion packages/mason/README.md
Expand Up @@ -24,7 +24,7 @@ import 'package:mason/mason.dart';
Future<void> main() async {
final brick = Brick.git(
const GitPath(
'https://github.com/felangel/mason.git',
'https://github.com/felangel/mason',
path: 'bricks/greeting',
),
);
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.31
version: 0.1.0-dev.32
homepage: https://github.com/felangel/mason
repository: https://github.com/felangel/mason
issue_tracker: https://github.com/felangel/mason/issues
Expand Down

0 comments on commit 978aa42

Please sign in to comment.