From 040fc3ce7e68e9eab5331b5dd400c7b463139ff2 Mon Sep 17 00:00:00 2001 From: vgvbot Date: Mon, 1 Jun 2026 00:59:56 +0000 Subject: [PATCH 1/2] feat: CHANGELOG for Jun 01, 2026 --- 2026/01-06-26.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 2026/01-06-26.md diff --git a/2026/01-06-26.md b/2026/01-06-26.md new file mode 100644 index 0000000..b25462f --- /dev/null +++ b/2026/01-06-26.md @@ -0,0 +1,13 @@ +# Very Good Changelog (06-01-2026) + +TODO: Someone should write a nice description for this CHANGELOG + +## vgv-ai-flutter-plugin +- feat: update a11y skill and references ([@AnnaPS](https://github.com/AnnaPS)) + - https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/pull/89 +- fix(skills): remove caret syntax in CI for sdk upgrades ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/pull/92 + +## very_good_analysis +- feat: upgrade to Dart 3.12 ([@marcossevilla](https://github.com/marcossevilla)) + - https://github.com/VeryGoodOpenSource/very_good_analysis/pull/203 From d38efea04c368a6ea24c815b3170c00a59748f27 Mon Sep 17 00:00:00 2001 From: Marcos Sevilla <31174242+marcossevilla@users.noreply.github.com> Date: Mon, 1 Jun 2026 18:11:36 +0200 Subject: [PATCH 2/2] Apply suggestion from @marcossevilla --- 2026/01-06-26.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/2026/01-06-26.md b/2026/01-06-26.md index b25462f..1362b60 100644 --- a/2026/01-06-26.md +++ b/2026/01-06-26.md @@ -1,7 +1,5 @@ # Very Good Changelog (06-01-2026) -TODO: Someone should write a nice description for this CHANGELOG - ## vgv-ai-flutter-plugin - feat: update a11y skill and references ([@AnnaPS](https://github.com/AnnaPS)) - https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/pull/89