Skip to content

Commit

Permalink
chore(mason_api): v0.1.0-dev.11 (#1211)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Jan 10, 2024
1 parent d2b200f commit c063389
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/mason_api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.1.0-dev.11

- chore: run `dart fix --apply`
- chore: use more strict analysis options
- deps: upgrade to `mocktail ^1.0.0`
- deps: allow latest `pkg:http`
- chore: remove redundant parameter in default hosted uri
- deps: bump `cli_util` from `0.3.5` to `0.4.0`

# 0.1.0-dev.10

- deps: upgrade to `Dart >=2.19` and `very_good_analysis ^4.0.0`
Expand Down
3 changes: 2 additions & 1 deletion packages/mason_api/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: mason_api
description: A Dart API client used by the Mason CLI (package:mason_cli).
version: 0.1.0-dev.10
version: 0.1.0-dev.11
homepage: https://github.com/felangel/mason
repository: https://github.com/felangel/mason
issue_tracker: https://github.com/felangel/mason/issues
documentation: https://github.com/felangel/mason/tree/master/packages/mason_cli#readme
topics: [mason, template, generator]

environment:
sdk: ">=2.19.0 <4.0.0"
Expand Down

0 comments on commit c063389

Please sign in to comment.