Skip to content

Commit 4f60e16

Browse files
authored
chore: v0.18.0 (#896)
1 parent 60a1f93 commit 4f60e16

File tree

3 files changed

+47
-37
lines changed

3 files changed

+47
-37
lines changed

CHANGELOG.md

Lines changed: 45 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
# 0.17.1
1+
# 0.18.0
2+
3+
- docs: add missing path_setup_link ([#879](https://github.com/VeryGoodOpenSource/very_good_cli/pull/879))
4+
- test: setUp tempDirectory ([#880](https://github.com/VeryGoodOpenSource/very_good_cli/pull/880))
5+
- test: add e2e test for licenses check ([#882](https://github.com/VeryGoodOpenSource/very_good_cli/pull/882))
6+
- chore(deps-dev): bump @babel/eslint-parser in /site ([#885](https://github.com/VeryGoodOpenSource/very_good_cli/pull/885))
7+
- chore: generate new SPDX licenses ([#893](https://github.com/VeryGoodOpenSource/very_good_cli/pull/893))
8+
- feat!: detect licenses locally ([#883](https://github.com/VeryGoodOpenSource/very_good_cli/pull/883))
9+
- chore(deps): bump pana from 0.21.42 to 0.21.43 ([#895](https://github.com/VeryGoodOpenSource/very_good_cli/pull/895))
10+
11+
# 0.17.1
212

313
- docs: update supported licenses reference ([#863](https://github.com/VeryGoodOpenSource/very_good_cli/pull/863))
414
- chore(deps-dev): bump eslint from 8.51.0 to 8.52.0 in /site ([#870](https://github.com/VeryGoodOpenSource/very_good_cli/pull/870))
@@ -8,7 +18,7 @@
818
- fix: avoid failure when terminal has no columns ([#869](https://github.com/VeryGoodOpenSource/very_good_cli/pull/869))
919
- docs: add license checking documentation to commands' overview ([#867](https://github.com/VeryGoodOpenSource/very_good_cli/pull/867))
1020

11-
# 0.17.0
21+
# 0.17.0
1222

1323
- chore: add release ready script ([#799](https://github.com/VeryGoodOpenSource/very_good_cli/pull/799))
1424
- fix: Prefer delegation implementation to allow comparator extension ([#742](https://github.com/VeryGoodOpenSource/very_good_cli/pull/742))
@@ -72,55 +82,55 @@
7282
- chore: finish updating Very Good Analysis to 5.1.0 ([#792](https://github.com/VeryGoodOpenSource/very_good_cli/pull/792))
7383
- docs: update docs ([#798](https://github.com/VeryGoodOpenSource/very_good_cli/pull/798))
7484
- **Very Good Core**:
75-
- feat!: bump min Dart SDK to 3.1.0
76-
- feat!: update to Flutter 3.13.2
77-
- fix: added RunnerTests iOS Schema
78-
- feat: update to Material 3
79-
- docs: update l10n README documentation
80-
- docs: translation generation in README.md
81-
- fix: very_good create flutter_app doesn't create .gradlew files
82-
- feat: upgrade to `very_good_analysis ^5.1.0`
85+
- feat!: bump min Dart SDK to 3.1.0
86+
- feat!: update to Flutter 3.13.2
87+
- fix: added RunnerTests iOS Schema
88+
- feat: update to Material 3
89+
- docs: update l10n README documentation
90+
- docs: translation generation in README.md
91+
- fix: very_good create flutter_app doesn't create .gradlew files
92+
- feat: upgrade to `very_good_analysis ^5.1.0`
8393
- **Very Good Wear App**
84-
- feat!: update to Flutter 3.13.2
85-
- feat: update to Material 3
86-
- fix: project doesn't build due to Kotlin gradle plugin incompatibility
87-
- fix: very_good create flutter_app doesn't create .gradlew files
88-
- feat: upgrade to `very_good_analysis ^5.1.0`
94+
- feat!: update to Flutter 3.13.2
95+
- feat: update to Material 3
96+
- fix: project doesn't build due to Kotlin gradle plugin incompatibility
97+
- fix: very_good create flutter_app doesn't create .gradlew files
98+
- feat: upgrade to `very_good_analysis ^5.1.0`
8999
- **Very Good Flame Game**
90-
- feat!: update to Flame 1.8.2
91-
- feat!: bump min Dart SDK to 3.1.0
92-
- feat!: update to Flutter 3.13.2
93-
- fix: added RunnerTests iOS Schema
94-
- fix: very_good create flutter_app doesn't create .gradlew files
95-
- feat: upgrade to `very_good_analysis ^5.1.0`
96-
- fix: text style tests for `CounterComponent`
100+
- feat!: update to Flame 1.8.2
101+
- feat!: bump min Dart SDK to 3.1.0
102+
- feat!: update to Flutter 3.13.2
103+
- fix: added RunnerTests iOS Schema
104+
- fix: very_good create flutter_app doesn't create .gradlew files
105+
- feat: upgrade to `very_good_analysis ^5.1.0`
106+
- fix: text style tests for `CounterComponent`
97107
- **Very Good Flutter Package**
98-
- feat: upgrade to very_good_analysis ^5.1.0
99-
- docs: update README.md install instructions
108+
- feat: upgrade to very_good_analysis ^5.1.0
109+
- docs: update README.md install instructions
100110
- **Very Good Dart Package**
101-
- feat: upgrade to very_good_analysis ^5.1.0
102-
- docs: update README.md install instructions
111+
- feat: upgrade to very_good_analysis ^5.1.0
112+
- docs: update README.md install instructions
103113
- **Very Good Dart CLI**
104-
- feat: update very good analysis to v5 and fix patch
105-
- feat: bump Dart SDK to >=3.0.0 <4.0.0
114+
- feat: update very good analysis to v5 and fix patch
115+
- feat: bump Dart SDK to >=3.0.0 <4.0.0
106116
- **Very Good Flutter Plugin**
107-
- fix: flaky integrated tests
108-
- feat: upgrade to `very_good_analysis ^5.1.0`
109-
- feat: add fluttium test workflow
110-
- docs: add docs for integration tests
117+
- fix: flaky integrated tests
118+
- feat: upgrade to `very_good_analysis ^5.1.0`
119+
- feat: add fluttium test workflow
120+
- docs: add docs for integration tests
111121
- **Very Good Docs Site**
112-
- build(deps): various dependency updates
122+
- build(deps): various dependency updates
113123

114124
# [0.15.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.14.0...v0.15.0) (2023-05-23)
115125

116126
### Bug Fixes
117127

118-
- do not crash on test compilation error ([#739](https://github.com/VeryGoodOpenSource/very_good_cli/issues/739)) ([f19411c](https://github.com/VeryGoodOpenSource/very_good_cli/commit/f19411c5c49e374783b553debb485583d60b5310))
128+
- do not crash on test compilation error ([#739](https://github.com/VeryGoodOpenSource/very_good_cli/issues/739)) ([f19411c](https://github.com/VeryGoodOpenSource/very_good_cli/commit/f19411c5c49e374783b553debb485583d60b5310))
119129

120130
### Features
121131

122132
- increase min sdk constraint to 3.0.0 ([#744](https://github.com/VeryGoodOpenSource/very_good_cli/issues/744)) ([464696c](https://github.com/VeryGoodOpenSource/very_good_cli/commit/464696cb1440d67959db85c312e5a5a7bcdd8351))
123-
- remove deprecated legacy syntax ([#693](https://github.com/VeryGoodOpenSource/very_good_cli/issues/693)) ([af9b283](https://github.com/VeryGoodOpenSource/very_good_cli/commit/af9b2830b804e951568079f3ae9321737ff9aa02))
133+
- remove deprecated legacy syntax ([#693](https://github.com/VeryGoodOpenSource/very_good_cli/issues/693)) ([af9b283](https://github.com/VeryGoodOpenSource/very_good_cli/commit/af9b2830b804e951568079f3ae9321737ff9aa02))
124134

125135
# [0.14.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.13.1...v0.14.0) (2023-05-10)
126136

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.17.1
3+
version: 0.18.0
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)