Skip to content

Commit 6cbebac

Browse files
authored
chore: 0.26.1 (#1291)
* chore: v0.26.1 * chore: v0.26.1
1 parent 21f81d4 commit 6cbebac

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 0.26.1
2+
3+
- chore(deps-dev): bump eslint from 9.17.0 to 9.29.0 in /site ([#1288](https://github.com/VeryGoodOpenSource/very_good_cli/pull/1288))
4+
- fix!: license check should exit 0 when no dependencies found ([#1261](https://github.com/VeryGoodOpenSource/very_good_cli/pull/1261))
5+
- chore(deps): bump archive in /tool/spdx_license/hooks ([#1269](https://github.com/VeryGoodOpenSource/very_good_cli/pull/1269))
6+
- chore(deps-dev): bump prettier from 3.4.2 to 3.5.3 in /site ([#1248](https://github.com/VeryGoodOpenSource/very_good_cli/pull/1248))
7+
- chore(deps-dev): bump typescript from 5.7.3 to 5.8.3 in /site ([#1263](https://github.com/VeryGoodOpenSource/very_good_cli/pull/1263))
8+
- fix: reorder Flutter SDK check and pubGet execution in PackagesGetCommand ([#1285](https://github.com/VeryGoodOpenSource/very_good_cli/pull/1285))
9+
- chore(deps-dev): bump @babel/eslint-parser in /site ([#1283](https://github.com/VeryGoodOpenSource/very_good_cli/pull/1283))
10+
- chore(deps): bump peter-evans/create-pull-request from 7.0.6 to 7.0.8 ([#1250](https://github.com/VeryGoodOpenSource/very_good_cli/pull/1250))
11+
112
# 0.26.0
213

314
- chore: update SPDX licenses ([#1209](https://github.com/VeryGoodOpenSource/very_good_cli/pull/1209))

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.26.0
3+
version: 0.26.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)