Skip to content

Commit ca0bd9e

Browse files
committed
chore: 0.0.3
1 parent ac3cc44 commit ca0bd9e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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/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.2"
2+
".": "0.0.3"
33
}

CHANGELOG.md

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

3+
## [0.0.3](https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin/compare/v0.0.2...v0.0.3) (2026-04-09)
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+
310
## 0.0.1
411

512
- Initial release.

0 commit comments

Comments
 (0)