Skip to content

Commit

Permalink
chore(mason_cli): v0.1.0-dev.37 (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Oct 14, 2022
1 parent 0296617 commit d54c426
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
7 changes: 7 additions & 0 deletions packages/mason_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.1.0-dev.37

- feat: support `mason upgrade -g`
- deps: upgrade to `mason: ^0.1.0-dev.34`
- deps: upgrade to `mason_api: ^0.1.0-dev.8`
- deps: upgrade to `pub_updater: ^0.2.2`

# 0.1.0-dev.36

- feat: support `mason add <brick> <version>`
Expand Down
2 changes: 1 addition & 1 deletion packages/mason_cli/LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The MIT License (MIT)
Copyright (c) 2020 Felix Angelov
Copyright (c) 2022 Felix Angelov

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
8 changes: 7 additions & 1 deletion packages/mason_cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -613,8 +613,14 @@ Installed bricks can be upgraded to their latest versions via the `upgrade` comm
### Upgrade Usage

```sh
# upgrade all bricks and generate a new mason-lock.json
# upgrade all local bricks and generate a new mason-lock.json
mason upgrade

# upgrade all global bricks
mason upgrade --global

# upgrade all global bricks shorthand syntax
mason upgrade -g
```

## Bundling
Expand Down
2 changes: 1 addition & 1 deletion packages/mason_cli/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_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: mason_cli
description: >
Mason CLI allows developers to create and consume reusable templates called bricks.
version: 0.1.0-dev.36
version: 0.1.0-dev.37
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 d54c426

Please sign in to comment.