Skip to content

Commit

Permalink
chore(mason_api): v0.1.0 (#1472)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Nov 27, 2024
1 parent 8ca1d40 commit c744e19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/mason_api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.1.0

- chore: bump to stable v0.1.0 🎉

# 0.1.0-dev.12

- deps: tighten dependency constraints ([#1400](https://github.com/felangel/mason/issues/1400))
Expand Down
4 changes: 2 additions & 2 deletions packages/mason_api/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mason_api
description: A Dart API client used by the Mason CLI (package:mason_cli).
version: 0.1.0-dev.12
version: 0.1.0
homepage: https://github.com/felangel/mason
repository: https://github.com/felangel/mason
issue_tracker: https://github.com/felangel/mason/issues
Expand All @@ -9,7 +9,7 @@ topics: [mason, template, generator]
funding: [https://github.com/sponsors/felangel]

environment:
sdk: ">=3.5.0 <4.0.0"
sdk: ^3.5.4

dependencies:
cli_util: ^0.4.1
Expand Down

0 comments on commit c744e19

Please sign in to comment.