From 7804dabcb037008aa7d875fa06757a1f053e0390 Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Mon, 26 Feb 2024 16:14:32 +0000 Subject: [PATCH] chore(very_good_flutter_plugin): v0.7.0 (#54) --- very_good_flutter_plugin/CHANGELOG.md | 15 +++++++++++++++ very_good_flutter_plugin/brick.yaml | 2 +- very_good_flutter_plugin/hooks/lib/version.dart | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/very_good_flutter_plugin/CHANGELOG.md b/very_good_flutter_plugin/CHANGELOG.md index 65851ea..30ffebc 100644 --- a/very_good_flutter_plugin/CHANGELOG.md +++ b/very_good_flutter_plugin/CHANGELOG.md @@ -1,3 +1,18 @@ +# 0.7.0 + +- test: add pre generation tests ([#138](https://github.com/VeryGoodOpenSource/very_good_flutter_plugin/pull/138)) +- feat: allow optionally fixing template output ([#151](https://github.com/VeryGoodOpenSource/very_good_flutter_plugin/pull/151)) +- fix: add support for platform testing ([#155](https://github.com/VeryGoodOpenSource/very_good_flutter_plugin/pull/155)) +- feat: remove generator script ([#141](https://github.com/VeryGoodOpenSource/very_good_flutter_plugin/commit/78c1a6fb7619fa80d824e97065d00a87293bb7b5)) +- chore: update repository url ([#41](https://github.com/VeryGoodOpenSource/very_good_templates/pull/41)) +- refactor: template dartSdkVersionBounds ([#47](https://github.com/VeryGoodOpenSource/very_good_templates/pull/47)) +- refactor: template flutterVersion ([#48](https://github.com/VeryGoodOpenSource/very_good_templates/pull/48)) +- refactor: define versions in version.dart file ([#49](https://github.com/VeryGoodOpenSource/very_good_templates/pull/49)) +- feat!: bump version to 3.19.0 ([#50](https://github.com/VeryGoodOpenSource/very_good_templates/pull/50)) +- chore: tighten hook dependencies ([#51](https://github.com/VeryGoodOpenSource/very_good_templates/pull/51)) +- chore: update brick to Mason 0.1.0-dev.52 ([#52](https://github.com/VeryGoodOpenSource/very_good_templates/pull/52)) +- chore: tighten dependencies ([#53](https://github.com/VeryGoodOpenSource/very_good_templates/pull/53)) + # 0.6.0 - fix: flaky integrated tests diff --git a/very_good_flutter_plugin/brick.yaml b/very_good_flutter_plugin/brick.yaml index d40d404..c01f168 100644 --- a/very_good_flutter_plugin/brick.yaml +++ b/very_good_flutter_plugin/brick.yaml @@ -1,7 +1,7 @@ name: very_good_flutter_plugin description: A Very Good federated Flutter plugin created by Very Good Ventures. repository: https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_flutter_plugin -version: 0.6.0 +version: 0.7.0 environment: mason: ">=0.1.0-dev.52 <0.1.0" diff --git a/very_good_flutter_plugin/hooks/lib/version.dart b/very_good_flutter_plugin/hooks/lib/version.dart index 53b53ff..ce6c1cb 100644 --- a/very_good_flutter_plugin/hooks/lib/version.dart +++ b/very_good_flutter_plugin/hooks/lib/version.dart @@ -5,7 +5,7 @@ library version; /// The version of the template. -const $templateVersion = '0.6.0'; +const $templateVersion = '0.7.0'; /// The Flutter version associated with the template version. const $flutterVersion = '3.19.0';