From 582e28a395eda780ce65c025cfd49ee32658cd42 Mon Sep 17 00:00:00 2001 From: vgvbot <71841508+vgvbot@users.noreply.github.com> Date: Thu, 2 Jul 2026 10:16:53 +0200 Subject: [PATCH] chore: 0.0.5 --- .claude-plugin/plugin.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 0ca414c..110c1ca 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "vgv-ai-flutter-plugin", - "version": "0.0.4", + "version": "0.0.5", "description": "Best-practice skills for Flutter and Dart covering accessibility, animations, BLoC, testing, theming, navigation, security, internationalization, layered architecture, license compliance, UI packages, project creation, SDK/lint upgrades, and an autonomous quality-gate loop that drives analyze, format, test, and coverage to green — plus automated dart analyze and format hooks.", "homepage": "https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin", "repository": "https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin", diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 63c033c..45ca42f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.4" + ".": "0.0.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 85603b0..c2aa012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.0.5](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/compare/v0.0.4...v0.0.5) (2026-07-02) + + +### Features + +* add argument-hint + $ARGUMENTS to sdk-upgrade and analysis-upgrade skills ([#122](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/issues/122)) ([39fc856](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/commit/39fc85684d7d58e79724f81b3465f841d19cd931)) +* add flutter-reviewer read-only subagent ([#117](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/issues/117)) ([d513aac](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/commit/d513aacbf389191c07c6266385d150d6e0276e44)) +* add green-gate skill ([#118](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/issues/118)) ([71f28e7](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/commit/71f28e7ddbb1aaa654a4e4ac912f5ed69089a45c)) + + +### Bug Fixes + +* auto-allow Very Good CLI MCP tools in all run modes ([#120](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/issues/120)) ([0f3577e](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/commit/0f3577ed87fdf0f51cc13949f82a7ad25101fd54)) + + +### Docs + +* how to test the plugin locally ([#119](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/issues/119)) ([52c9a8d](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/commit/52c9a8d7699cbe9ab362ee703838f796d34d6431)) + ## [0.0.4](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/compare/v0.0.3...v0.0.4) (2026-06-29)