From e4ff06502a8263721058b2254dd82a1e00a91fa8 Mon Sep 17 00:00:00 2001 From: vgvbot Date: Mon, 6 Apr 2026 00:37:24 +0000 Subject: [PATCH 1/2] feat: CHANGELOG for Apr 06, 2026 --- 2026/06-04-26.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 2026/06-04-26.md diff --git a/2026/06-04-26.md b/2026/06-04-26.md new file mode 100644 index 0000000..812690e --- /dev/null +++ b/2026/06-04-26.md @@ -0,0 +1,37 @@ +# Very Good Changelog (04-06-2026) + +TODO: Someone should write a nice description for this CHANGELOG + +## very_good_cli +- fix: exclude site releases from CLI ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/very_good_cli/pull/1551 +- chore(site): 1.1.1 ([@vgvbot](https://github.com/vgvbot)) + - https://github.com/VeryGoodOpenSource/very_good_cli/pull/1546 +- chore: 1.1.1 ([@vgvbot](https://github.com/vgvbot)) + - https://github.com/VeryGoodOpenSource/very_good_cli/pull/1545 + +## very_good_templates +- ci(flutter_plugin): remove merge_coverage ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/485 +- chore: remove release-ready scripts ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/488 +- chore(very_good_docs_site): 1.0.5 ([@vgvbot](https://github.com/vgvbot)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/483 +- chore(very_good_dart_package): 1.3.2 ([@vgvbot](https://github.com/vgvbot)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/477 +- chore(very_good_dart_cli): 1.3.2 ([@vgvbot](https://github.com/vgvbot)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/476 +- chore(very_good_flame_game): 1.4.0 ([@vgvbot](https://github.com/vgvbot)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/470 +- ci: use very_good_workflows ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/474 + +## very_good_ai_flutter_plugin +- feat: adding very good ui skill ([@erickzanardo](https://github.com/erickzanardo)) + - https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/pull/24 +- fix(hooks): warn at session start when VGV CLI is missing or outdated ([@jorgecoca](https://github.com/jorgecoca)) + - https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/pull/55 + +## very_good_coverage +- chore: add deprecation notice ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/very_good_coverage/pull/500 From 41d0c3ce8c99144bc841591ab3cd5b7f8074846c Mon Sep 17 00:00:00 2001 From: Marcos Sevilla <31174242+marcossevilla@users.noreply.github.com> Date: Tue, 7 Apr 2026 10:19:09 +0200 Subject: [PATCH 2/2] Apply suggestion from @marcossevilla --- 2026/06-04-26.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/2026/06-04-26.md b/2026/06-04-26.md index 812690e..334f203 100644 --- a/2026/06-04-26.md +++ b/2026/06-04-26.md @@ -1,7 +1,5 @@ # Very Good Changelog (04-06-2026) -TODO: Someone should write a nice description for this CHANGELOG - ## very_good_cli - fix: exclude site releases from CLI ([@marcossevilla](https://github.com/marcossevilla)) - https://github.com/VeryGoodOpenSource/very_good_cli/pull/1551