Skip to content

Commit a30cf54

Browse files
authored
chore: 0.26.2 (#1311)
1 parent 9607223 commit a30cf54

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 0.26.2
2+
3+
* feat: bump template bundles ([#1308](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1308))
4+
* feat: ignore example by default when getting dependencies ([#1310](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1310))
5+
* fix: remove leading slash on Windows ([#1230](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1230))
6+
* chore(**deps-dev**): bump @babel/eslint-parser in /site ([#1304](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1304))
7+
* chore(**deps-dev**): bump @docusaurus/eslint-plugin in /site ([#1295](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1295))
8+
* chore(**deps-dev**): bump @docusaurus/module-type-aliases in /site ([#1293](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1293))
9+
* chore(**deps-dev**): bump @docusaurus/tsconfig from 3.7.0 to 3.8.1 in /site ([#1292](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1292))
10+
* chore(**deps-dev**): bump eslint from 9.29.0 to 9.30.0 in /site ([#1299](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1299))
11+
* chore(**deps-dev**): bump eslint from 9.30.0 to 9.30.1 in /site ([#1305](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1305))
12+
* chore(**deps-dev**): bump eslint from 9.30.1 to 9.31.0 in /site ([#1309](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1309))
13+
* chore(**deps-dev**): bump eslint-plugin-jest from 28.11.0 to 29.0.1 in /site ([#1300](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1300))
14+
* chore(**deps-dev**): bump jest from 29.7.0 to 30.0.4 in /site ([#1306](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1306))
15+
* chore(**deps-dev**): bump prettier from 3.5.3 to 3.6.0 in /site ([#1294](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1294))
16+
* chore(**deps-dev**): bump prettier from 3.6.0 to 3.6.2 in /site ([#1307](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1307))
17+
* chore(**deps**): bump @docusaurus/preset-classic in /site ([#1298](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1298))
18+
* chore(**deps**): bump react, react-dom and @types/react in /site ([#1297](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1297))
19+
* chore(update SPDX licenses): ([#1296](https://github.com/VeryGoodOpenSource/very_good_cli/issues/1296))
20+
121
# 0.26.1
222

323
- 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))

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.1
3+
version: 0.26.2
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)