Skip to content

Commit c744e19

Browse files
authored
chore(mason_api): v0.1.0 (#1472)
1 parent 8ca1d40 commit c744e19

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/mason_api/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.12
26

37
- deps: tighten dependency constraints ([#1400](https://github.com/felangel/mason/issues/1400))

packages/mason_api/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mason_api
22
description: A Dart API client used by the Mason CLI (package:mason_cli).
3-
version: 0.1.0-dev.12
3+
version: 0.1.0
44
homepage: https://github.com/felangel/mason
55
repository: https://github.com/felangel/mason
66
issue_tracker: https://github.com/felangel/mason/issues
@@ -9,7 +9,7 @@ topics: [mason, template, generator]
99
funding: [https://github.com/sponsors/felangel]
1010

1111
environment:
12-
sdk: ">=3.5.0 <4.0.0"
12+
sdk: ^3.5.4
1313

1414
dependencies:
1515
cli_util: ^0.4.1

0 commit comments

Comments
 (0)