From 88d5ec4a4ca4bcfbf013f487508c01037d75788b Mon Sep 17 00:00:00 2001 From: Renan Araujo Date: Mon, 18 Sep 2023 14:52:26 +0100 Subject: [PATCH 1/2] chore: v0.16.0 --- CHANGELOG.md | 50 ++++++++++++++++++++++++++++++++++++++++++++ lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 52 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5343b30..e209ec40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/src/version.dart b/lib/src/version.dart index 0e4debfc..22d9dc4a 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.15.0'; +const packageVersion = '0.16.0'; diff --git a/pubspec.yaml b/pubspec.yaml index b3e16bfd..03e99276 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 From e47d5806a01dcbe81465f6edfcc5e8f6876bc822 Mon Sep 17 00:00:00 2001 From: Renan Araujo Date: Mon, 18 Sep 2023 14:53:39 +0100 Subject: [PATCH 2/2] spell --- .github/cspell.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/cspell.json b/.github/cspell.json index 2b73bd94..e24a4280 100644 --- a/.github/cspell.json +++ b/.github/cspell.json @@ -26,6 +26,8 @@ "pregen", "texto", "verygoodcore", - "xcassets" + "xcassets", + "gradlew", + "fluttium" ] }