Skip to content

Commit 8ca1d40

Browse files
authored
chore(mason): v0.1.0 (#1471)
1 parent f64f30d commit 8ca1d40

File tree

22 files changed

+28
-24
lines changed

22 files changed

+28
-24
lines changed

bricks/favorite_color/brick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A new brick created with the Mason CLI.
44
version: 0.1.0+1
55

66
environment:
7-
mason: ">=0.1.0-dev <0.1.0"
7+
mason: ^0.1.0
88

99
vars:
1010
color:

bricks/favorite_languages/brick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A new brick created with the Mason CLI.
44
version: 0.1.0+1
55

66
environment:
7-
mason: ">=0.1.0-dev <0.1.0"
7+
mason: ^0.1.0
88

99
vars:
1010
languages:

bricks/flavors/brick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A new brick created with the Mason CLI.
44
version: 0.1.0+1
55

66
environment:
7-
mason: ">=0.1.0-dev <0.1.0"
7+
mason: ^0.1.0
88

99
vars:
1010
flavors:

bricks/hello/brick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repository: https://github.com/felangel/mason/tree/master/bricks/hello
44
version: 0.1.0+1
55

66
environment:
7-
mason: ">=0.1.0-dev <0.1.0"
7+
mason: ^0.1.0
88

99
vars:
1010
name:

bricks/hooks/hooks/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: hooks_hooks
22

33
environment:
4-
sdk: ">=2.12.0 <3.0.0"
4+
sdk: ^3.5.4
55

66
dependencies:
77
mason:

bricks/random_color/hooks/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: random_color_hooks
22

33
environment:
4-
sdk: ">=2.12.0 <3.0.0"
4+
sdk: ^3.5.4
55

66
dependencies:
77
mason:

packages/mason/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.1.0
2+
3+
- chore: bump to stable v0.1.0 🎉
4+
15
# 0.1.0-dev.60
26

37
- chore: add `platforms` to `pubspec.yaml` ([#1420](https://github.com/felangel/mason/issues/1420))

packages/mason/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mason/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: mason
22
description: >
33
A Dart template generator which helps teams generate files quickly and consistently.
4-
version: 0.1.0-dev.60
4+
version: 0.1.0
55
homepage: https://github.com/felangel/mason
66
repository: https://github.com/felangel/mason
77
issue_tracker: https://github.com/felangel/mason/issues

packages/mason/test/bricks/loop/brick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A new brick created with the Mason CLI.
44
version: 0.1.0+1
55

66
environment:
7-
mason: ">=0.1.0-dev <0.1.0"
7+
mason: ^0.1.0
88

99
vars:
1010
values:

0 commit comments

Comments
 (0)