From 352359ca95614e7f85b2587c773a7d5dbb41b077 Mon Sep 17 00:00:00 2001 From: vgvbot Date: Mon, 16 Jun 2025 00:24:59 +0000 Subject: [PATCH 1/2] feat: CHANGELOG for Jun 16, 2025 --- 2025/16-06-25.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 2025/16-06-25.md diff --git a/2025/16-06-25.md b/2025/16-06-25.md new file mode 100644 index 0000000..701cb66 --- /dev/null +++ b/2025/16-06-25.md @@ -0,0 +1,37 @@ +# Very Good Changelog (06-16-2025) + +TODO: Someone should write a nice description for this CHANGELOG + +## very_good_cli +- chore: v0.26.0 ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/very_good_cli/pull/1287 +- chore: upgrade to flutter 3.32.0 ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/very_good_cli/pull/1286 + +## very_good_templates +- chore(very_good_flutter_plugin): v0.11.1 ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/281 +- fix(very_good_flutter_plugin): linting issues ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/280 +- chore(very_good_dart_cli): v0.10.1 ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/279 +- test(very_good_dart_cli): add missing test ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/278 +- chore(very_good_core): v0.11.0 ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/276 +- chore(very_good_flutter_package): v0.9.0 ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/274 +- chore(very_good_docs_site): v0.0.5 ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/271 +- chore(very_good_dart_package): v0.9.0 ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/275 +- chore(very_good_flutter_plugin): v0.11.0 ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/273 +- chore(very_good_dart_cli): v0.10.0 ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/272 +- chore(very_good_flame_game): v0.11.0 ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/270 +- chore(very_good_wear_app): v0.9.0 ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/269 +- chore: bump very_good_analysis to 9.0.0 ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/261 From 4caead8cac2dede0a292c040fca96bfa51b4cb32 Mon Sep 17 00:00:00 2001 From: Oscar Martin Date: Tue, 22 Jul 2025 18:59:57 +0200 Subject: [PATCH 2/2] chore: remove TODO --- 2025/16-06-25.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/2025/16-06-25.md b/2025/16-06-25.md index 701cb66..8756254 100644 --- a/2025/16-06-25.md +++ b/2025/16-06-25.md @@ -1,7 +1,5 @@ # Very Good Changelog (06-16-2025) -TODO: Someone should write a nice description for this CHANGELOG - ## very_good_cli - chore: v0.26.0 ([@marcossevilla](https://github.com/marcossevilla)) - https://github.com/VeryGoodOpenSource/very_good_cli/pull/1287