Skip to content

Commit eabbee3

Browse files
committed
chore: 0.1.0
1 parent 60d8f55 commit eabbee3

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [0.1.0](https://github.com/VeryGoodOpenSource/very_good_ai_flutter_plugin/compare/v0.0.1...v0.1.0) (2026-03-31)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* **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))
10+
* **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))
11+
12+
13+
### Bug Fixes
14+
15+
* **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))
16+
* **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))
17+
18+
19+
### Miscellaneous Chores
20+
21+
* 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))
22+
* **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))
23+
* 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))
24+
25+
26+
### Docs
27+
28+
* **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))
29+
330
## 0.0.1
431

532
- Initial release.

0 commit comments

Comments
 (0)