Skip to content

Commit

Permalink
chore: v0.19.1 (#933)
Browse files Browse the repository at this point in the history
* chore: v0.19.1

* chore: update CHANGELOG.md
  • Loading branch information
alestiago authored Dec 22, 2023
1 parent 5189783 commit 09bf42d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 0.19.1

- chore(deps): bump pana from 0.21.43 to 0.21.44 ([#912](https://github.com/VeryGoodOpenSource/very_good_cli/pull/912))
- chore(deps): bump test from 1.24.9 to 1.25.0 in /e2e ([#923](https://github.com/VeryGoodOpenSource/very_good_cli/pull/923))
- chore(deps): bump test from 1.24.9 to 1.25.0 in /tool/spdx_license/hooks ([#924](https://github.com/VeryGoodOpenSource/very_good_cli/pull/924))
- feat: Use relative path instead of absolute when running `test` ([#920](https://github.com/VeryGoodOpenSource/very_good_cli/pull/920))
- chore(deps): bump test from 1.24.9 to 1.25.0 in /bricks/test_optimizer/hooks ([#926](https://github.com/VeryGoodOpenSource/very_good_cli/pull/926))
- feat: Use relative path instead of absolute when running `packages get` ([#919](https://github.com/VeryGoodOpenSource/very_good_cli/pull/919))
- feat: update create flutter_app output text for clarity ([#922](https://github.com/VeryGoodOpenSource/very_good_cli/pull/922))
- fix: avoid failing with 'direct overridden' dependencies ([#930](https://github.com/VeryGoodOpenSource/very_good_cli/pull/930))
- chore(deps): bump pana from 0.21.44 to 0.21.45 ([#929](https://github.com/VeryGoodOpenSource/very_good_cli/pull/929))
- feat: support 'direct-overridden' dependency type when checking licenses ([#931](https://github.com/VeryGoodOpenSource/very_good_cli/pull/931))
- docs: include 'direct-overridden' in check licenses ([#932](https://github.com/VeryGoodOpenSource/very_good_cli/pull/932))

# 0.19.0

- docs: update check licenses retrieval documentation ([#894](https://github.com/VeryGoodOpenSource/very_good_cli/pull/894))
Expand Down
2 changes: 1 addition & 1 deletion 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 pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: very_good_cli
description: A Very Good Command-Line Interface for Dart created by Very Good Ventures.
version: 0.19.0
version: 0.19.1
homepage: https://cli.vgv.dev/
repository: https://github.com/VeryGoodOpenSource/very_good_cli
issue_tracker: https://github.com/VeryGoodOpenSource/very_good_cli/issues
Expand Down

0 comments on commit 09bf42d

Please sign in to comment.