Skip to content

Commit 49e3ae7

Browse files
authored
chore: v0.16.0 (#800)
* chore: v0.16.0 * spell
1 parent b9db86b commit 49e3ae7

File tree

4 files changed

+55
-3
lines changed

4 files changed

+55
-3
lines changed

.github/cspell.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
"pregen",
2727
"texto",
2828
"verygoodcore",
29-
"xcassets"
29+
"xcassets",
30+
"gradlew",
31+
"fluttium"
3032
]
3133
}

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
# 0.16.0
2+
3+
- fix!: remove analytics ([#756](https://github.com/VeryGoodOpenSource/very_good_cli/pull/756))
4+
- chore: update pubspec meta info ([#778](https://github.com/VeryGoodOpenSource/very_good_cli/pull/778))
5+
- fix: pass `org_name` to the plugin template ([#777](https://github.com/VeryGoodOpenSource/very_good_cli/pull/777))
6+
- chore: update dependencies and SDK constraints ([#782](https://github.com/VeryGoodOpenSource/very_good_cli/pull/782))
7+
- chore: update dependencies and SDK constraints on sub packages and fixtures ([#785](https://github.com/VeryGoodOpenSource/very_good_cli/pull/785))
8+
- docs: update readme headline ([#786](https://github.com/VeryGoodOpenSource/very_good_cli/pull/786))
9+
- chore: finish updating Very Good Analysis to 5.1.0 ([#792](https://github.com/VeryGoodOpenSource/very_good_cli/pull/792))
10+
- docs: update docs ([#798](https://github.com/VeryGoodOpenSource/very_good_cli/pull/798))
11+
- **Very Good Core**:
12+
- feat!: bump min Dart SDK to 3.1.0
13+
- feat!: update to Flutter 3.13.2
14+
- fix: added RunnerTests iOS Schema
15+
- feat: update to Material 3
16+
- docs: update l10n README documentation
17+
- docs: translation generation in README.md
18+
- fix: very_good create flutter_app doesn't create .gradlew files
19+
- feat: upgrade to `very_good_analysis ^5.1.0`
20+
- **Very Good Wear App**
21+
- feat!: update to Flutter 3.13.2
22+
- feat: update to Material 3
23+
- fix: project doesn't build due to Kotlin gradle plugin incompatibility
24+
- fix: very_good create flutter_app doesn't create .gradlew files
25+
- feat: upgrade to `very_good_analysis ^5.1.0`
26+
- **Very Good Flame Game**
27+
- feat!: update to Flame 1.8.2
28+
- feat!: bump min Dart SDK to 3.1.0
29+
- feat!: update to Flutter 3.13.2
30+
- fix: added RunnerTests iOS Schema
31+
- fix: very_good create flutter_app doesn't create .gradlew files
32+
- feat: upgrade to `very_good_analysis ^5.1.0`
33+
- fix: text style tests for `CounterComponent`
34+
- **Very Good Flutter Package**
35+
- feat: upgrade to very_good_analysis ^5.1.0
36+
- docs: update README.md install instructions
37+
- **Very Good Dart Package**
38+
- feat: upgrade to very_good_analysis ^5.1.0
39+
- docs: update README.md install instructions
40+
- **Very Good Dart CLI**
41+
- feat: update very good analysis to v5 and fix patch
42+
- feat: bump Dart SDK to >=3.0.0 <4.0.0
43+
- **Very Good Flutter Plugin**
44+
- fix: flaky integrated tests
45+
- feat: upgrade to `very_good_analysis ^5.1.0`
46+
- feat: add fluttium test workflow
47+
- docs: add docs for integration tests
48+
- **Very Good Docs Site**
49+
- build(deps): various dependency updates
50+
151
# [0.15.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.14.0...v0.15.0) (2023-05-23)
252

353
### Bug Fixes

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.15.0
3+
version: 0.16.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)