Skip to content

Commit 09bf42d

Browse files
authored
chore: v0.19.1 (#933)
* chore: v0.19.1 * chore: update CHANGELOG.md
1 parent 5189783 commit 09bf42d

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 0.19.1
2+
3+
- chore(deps): bump pana from 0.21.43 to 0.21.44 ([#912](https://github.com/VeryGoodOpenSource/very_good_cli/pull/912))
4+
- chore(deps): bump test from 1.24.9 to 1.25.0 in /e2e ([#923](https://github.com/VeryGoodOpenSource/very_good_cli/pull/923))
5+
- 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))
6+
- feat: Use relative path instead of absolute when running `test` ([#920](https://github.com/VeryGoodOpenSource/very_good_cli/pull/920))
7+
- 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))
8+
- feat: Use relative path instead of absolute when running `packages get` ([#919](https://github.com/VeryGoodOpenSource/very_good_cli/pull/919))
9+
- feat: update create flutter_app output text for clarity ([#922](https://github.com/VeryGoodOpenSource/very_good_cli/pull/922))
10+
- fix: avoid failing with 'direct overridden' dependencies ([#930](https://github.com/VeryGoodOpenSource/very_good_cli/pull/930))
11+
- chore(deps): bump pana from 0.21.44 to 0.21.45 ([#929](https://github.com/VeryGoodOpenSource/very_good_cli/pull/929))
12+
- feat: support 'direct-overridden' dependency type when checking licenses ([#931](https://github.com/VeryGoodOpenSource/very_good_cli/pull/931))
13+
- docs: include 'direct-overridden' in check licenses ([#932](https://github.com/VeryGoodOpenSource/very_good_cli/pull/932))
14+
115
# 0.19.0
216

317
- docs: update check licenses retrieval documentation ([#894](https://github.com/VeryGoodOpenSource/very_good_cli/pull/894))

lib/src/version.dart

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: very_good_cli
22
description: A Very Good Command-Line Interface for Dart created by Very Good Ventures.
3-
version: 0.19.0
3+
version: 0.19.1
44
homepage: https://cli.vgv.dev/
55
repository: https://github.com/VeryGoodOpenSource/very_good_cli
66
issue_tracker: https://github.com/VeryGoodOpenSource/very_good_cli/issues

0 commit comments

Comments
 (0)