Skip to content

Commit f9685e5

Browse files
committed
chore: 0.1.0
1 parent 6e0880f commit f9685e5

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "very-good-ai-flutter-plugin",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Best-practice skills for Flutter and Dart covering accessibility, BLoC, testing, theming, navigation, security, internationalization, and architecture — plus automated dart analyze and format hooks.",
55
"homepage": "https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin",
66
"repository": "https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin",

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## [0.1.0](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/compare/v0.0.1...v0.1.0) (2026-04-08)
4+
5+
6+
### Features
7+
8+
* adding very good ui skill ([#24](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/issues/24)) ([99d948f](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/commit/99d948f86f547198b11e691c07c8ff890347beea))
9+
* release management ([#59](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/issues/59)) ([5a56844](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/commit/5a56844f80fdc215e1e8bcb38477c928a85b73db))
10+
* **skills:** add dart-flutter-sdk-upgrade ([#56](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/issues/56)) ([8ce264a](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/commit/8ce264a94744c52157fbab53fe51ce6781ab19a7))
11+
* **skills:** add very-good-analysis-upgrade ([#57](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/issues/57)) ([f0028d1](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/commit/f0028d182abfaca942b8a1b1952f9eb1b53eee5a))
12+
13+
14+
### Bug Fixes
15+
16+
* **hooks:** prevent false positives in block-cli-workarounds ([#63](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/issues/63)) ([fc57377](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/commit/fc573779117425598f983719b3d44f59899c1c23))
17+
* **hooks:** warn at session start when VGV CLI is missing or outdated ([#55](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/issues/55)) ([9da9c87](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/commit/9da9c878e46191ddc0f3ec9d7514461385327204))
18+
* use space-separated allowed-tools in skill frontmatter ([#71](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/issues/71)) ([6e0880f](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/commit/6e0880f1c30a64e24d48035ab5f67451f6b64c4f))
19+
20+
21+
### Miscellaneous Chores
22+
23+
* add model and effort frontmatter to skills ([#68](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/issues/68)) ([7a4373d](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/commit/7a4373dd7bddca4855deffcf42458588ba9bb6a0))
24+
* add SECURITY policy as requested by Github ([#54](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/issues/54)) ([7d3f6b0](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/commit/7d3f6b01a05529121235fc157be707711f7b7349))
25+
* **deps:** bump DavidAnson/markdownlint-cli2-action from 19 to 23 ([#65](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/issues/65)) ([60d8f55](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/commit/60d8f55c3c9dfd8371974fdae6ddeb3e86bc57a8))
26+
* update CI with validate-skills and markdown checks ([#58](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/issues/58)) ([6892982](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/commit/6892982bd29b636fab56b02cb6bea911412b41cd))
27+
28+
29+
### Docs
30+
31+
* **claude-md:** add missing skills, hooks, and scripts to structure ([#52](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/issues/52)) ([91386e6](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/commit/91386e62ebfd8bd05a5015a702f3ba1509cc9096))
32+
333
## 0.0.1
434

535
- Initial release.

0 commit comments

Comments
 (0)