Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: v0.16.0 #800

Merged
merged 2 commits into from
Sep 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
"pregen",
"texto",
"verygoodcore",
"xcassets"
"xcassets",
"gradlew",
"fluttium"
]
}
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,53 @@
# 0.16.0

- fix!: remove analytics ([#756](https://github.com/VeryGoodOpenSource/very_good_cli/pull/756))
- chore: update pubspec meta info ([#778](https://github.com/VeryGoodOpenSource/very_good_cli/pull/778))
- fix: pass `org_name` to the plugin template ([#777](https://github.com/VeryGoodOpenSource/very_good_cli/pull/777))
- chore: update dependencies and SDK constraints ([#782](https://github.com/VeryGoodOpenSource/very_good_cli/pull/782))
- chore: update dependencies and SDK constraints on sub packages and fixtures ([#785](https://github.com/VeryGoodOpenSource/very_good_cli/pull/785))
- docs: update readme headline ([#786](https://github.com/VeryGoodOpenSource/very_good_cli/pull/786))
- chore: finish updating Very Good Analysis to 5.1.0 ([#792](https://github.com/VeryGoodOpenSource/very_good_cli/pull/792))
- docs: update docs ([#798](https://github.com/VeryGoodOpenSource/very_good_cli/pull/798))
- **Very Good Core**:
- feat!: bump min Dart SDK to 3.1.0
- feat!: update to Flutter 3.13.2
- fix: added RunnerTests iOS Schema
- feat: update to Material 3
- docs: update l10n README documentation
- docs: translation generation in README.md
- fix: very_good create flutter_app doesn't create .gradlew files
- feat: upgrade to `very_good_analysis ^5.1.0`
- **Very Good Wear App**
- feat!: update to Flutter 3.13.2
- feat: update to Material 3
- fix: project doesn't build due to Kotlin gradle plugin incompatibility
- fix: very_good create flutter_app doesn't create .gradlew files
- feat: upgrade to `very_good_analysis ^5.1.0`
- **Very Good Flame Game**
- feat!: update to Flame 1.8.2
- feat!: bump min Dart SDK to 3.1.0
- feat!: update to Flutter 3.13.2
- fix: added RunnerTests iOS Schema
- fix: very_good create flutter_app doesn't create .gradlew files
- feat: upgrade to `very_good_analysis ^5.1.0`
- fix: text style tests for `CounterComponent`
- **Very Good Flutter Package**
- feat: upgrade to very_good_analysis ^5.1.0
- docs: update README.md install instructions
- **Very Good Dart Package**
- feat: upgrade to very_good_analysis ^5.1.0
- docs: update README.md install instructions
- **Very Good Dart CLI**
- feat: update very good analysis to v5 and fix patch
- feat: bump Dart SDK to >=3.0.0 <4.0.0
- **Very Good Flutter Plugin**
- fix: flaky integrated tests
- feat: upgrade to `very_good_analysis ^5.1.0`
- feat: add fluttium test workflow
- docs: add docs for integration tests
- **Very Good Docs Site**
- build(deps): various dependency updates

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

### Bug Fixes
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.15.0
version: 0.16.0
homepage: https://cli.vgv.dev/
repository: https://github.com/VeryGoodOpenSource/very_good_cli
issue_tracker: https://github.com/VeryGoodOpenSource/very_good_cli/issues
Expand Down