Skip to content

Commit

Permalink
chore: v0.7.11 (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Jul 19, 2022
1 parent 29c034e commit 9099b80
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# [0.7.10](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.7.9...v0.7.10) (2022-07-07)
# [0.7.11](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.7.10...v0.7.11) (2022-07-19)

### Bug Fixes

- `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))
- 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))
- **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))

### Features

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

## [0.7.10](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.7.9...v0.7.10) (2022-07-07)

### Features

Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: very_good_cli
description: A Very Good Command Line Interface for Dart created by Very Good Ventures.
version: 0.7.10
version: 0.7.11
homepage: https://github.com/VeryGoodOpenSource/very_good_cli

environment:
Expand Down

0 comments on commit 9099b80

Please sign in to comment.