Skip to content

Commit fcf121f

Browse files
committed
chore: 0.0.3
1 parent 86bdef8 commit fcf121f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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": "vgv-ai-flutter-plugin",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
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/vgv-ai-flutter-plugin",
66
"repository": "https://github.com/VeryGoodOpenSource/vgv-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.2"
2+
".": "0.0.3"
33
}

CHANGELOG.md

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

3+
## [0.0.3](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/compare/v0.0.2...v0.0.3) (2026-04-13)
4+
5+
6+
### Bug Fixes
7+
8+
* keep pre-1.0.0 releases on patch level (0.0.x) ([#74](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/issues/74)) ([ac3cc44](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/commit/ac3cc44705c1ce740f7b2da24498f65372e6fe94))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* change for repo rename ([#78](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/issues/78)) ([ff2a9c0](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/commit/ff2a9c06613e436bd5deb639ba102bb0f6637243))
14+
315
## 0.0.1
416

517
- Initial release.

0 commit comments

Comments
 (0)