Skip to content

Commit 9099b80

Browse files
authored
chore: v0.7.11 (#463)
1 parent 29c034e commit 9099b80

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
# [0.7.10](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.7.9...v0.7.10) (2022-07-07)
1+
# [0.7.11](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.7.10...v0.7.11) (2022-07-19)
2+
3+
### Bug Fixes
4+
5+
- `flutter_plugin` template generates all platforms no matter the platform flag used ([#462](https://github.com/VeryGoodOpenSource/very_good_cli/issues/462)) ([29c034e](https://github.com/VeryGoodOpenSource/very_good_cli/commit/29c034e77748b5a0dff267cdeedb18d280df510c))
6+
- move alert messages to custom method ([#461](https://github.com/VeryGoodOpenSource/very_good_cli/issues/461)) ([ec31ed9](https://github.com/VeryGoodOpenSource/very_good_cli/commit/ec31ed9ec24966bbc0596fe0e359041a406328ee))
7+
- **flutter_plugin:** remove static workflows ([#456](https://github.com/VeryGoodOpenSource/very_good_cli/issues/456)) ([fc41f17](https://github.com/VeryGoodOpenSource/very_good_cli/commit/fc41f17aa760573aaf8b36c57d216ce5b7cdf0c5))
8+
9+
### Features
10+
11+
- **flutter_plugin:** generate copyright header dates via pregen hook ([#457](https://github.com/VeryGoodOpenSource/very_good_cli/issues/457)) ([7238b1c](https://github.com/VeryGoodOpenSource/very_good_cli/commit/7238b1c26af27439e83638ea6a795f2d5aac04a5))
12+
- **test:** support running outside of project root ([#458](https://github.com/VeryGoodOpenSource/very_good_cli/issues/458)) ([fb67359](https://github.com/VeryGoodOpenSource/very_good_cli/commit/fb673595d76cb1483455b0d80834bff845cdce19))
13+
14+
## [0.7.10](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.7.9...v0.7.10) (2022-07-07)
215

316
### Features
417

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.7.10
3+
version: 0.7.11
44
homepage: https://github.com/VeryGoodOpenSource/very_good_cli
55

66
environment:

0 commit comments

Comments
 (0)