From 20628e64803d7d20092dbbd3981668cd8e9ca8c6 Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Wed, 28 Feb 2024 11:14:01 +0000 Subject: [PATCH] chore(very_good_fluter_plugin): v0.7.1 (#73) --- very_good_flutter_plugin/CHANGELOG.md | 4 ++++ very_good_flutter_plugin/brick.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/very_good_flutter_plugin/CHANGELOG.md b/very_good_flutter_plugin/CHANGELOG.md index 30ffebc..253322c 100644 --- a/very_good_flutter_plugin/CHANGELOG.md +++ b/very_good_flutter_plugin/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.7.1 + +- refactor: remove logs during pre_gen ([#72](https://github.com/VeryGoodOpenSource/very_good_cli/pull/976)) + # 0.7.0 - test: add pre generation tests ([#138](https://github.com/VeryGoodOpenSource/very_good_flutter_plugin/pull/138)) diff --git a/very_good_flutter_plugin/brick.yaml b/very_good_flutter_plugin/brick.yaml index c01f168..198bd73 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.7.0 +version: 0.7.1 environment: mason: ">=0.1.0-dev.52 <0.1.0"