Skip to content

Commit bf33dcc

Browse files
committed
chore(very_good_flutter_plugin): 1.3.2
1 parent 57f2033 commit bf33dcc

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"very_good_docs_site": "1.0.5",
66
"very_good_flame_game": "1.4.0",
77
"very_good_flutter_package": "1.3.1",
8-
"very_good_flutter_plugin": "1.3.1",
8+
"very_good_flutter_plugin": "1.3.2",
99
"very_good_app_ui": "0.2.0"
1010
}
1111

very_good_flutter_plugin/CHANGELOG.md

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

3+
## [1.3.2](https://github.com/VeryGoodOpenSource/very_good_templates/compare/very_good_flutter_plugin-v1.3.1...very_good_flutter_plugin-v1.3.2) (2026-04-07)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* remove release-ready scripts ([#488](https://github.com/VeryGoodOpenSource/very_good_templates/issues/488)) ([1f13261](https://github.com/VeryGoodOpenSource/very_good_templates/commit/1f132616172ecb1e49bca64712c13fd767378c0e))
9+
310
## [1.3.1](https://github.com/VeryGoodOpenSource/very_good_templates/compare/very_good_flutter_plugin-v1.3.0...very_good_flutter_plugin-v1.3.1) (2026-03-17)
411

512

very_good_flutter_plugin/brick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: very_good_flutter_plugin
22
description: A Very Good federated Flutter plugin created by Very Good Ventures.
33
repository: >-
44
https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_flutter_plugin
5-
version: 1.3.1
5+
version: 1.3.2
66
environment:
77
mason: ^0.1.0
88
vars:

very_good_flutter_plugin/hooks/lib/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
library;
77

88
/// The version of the template.
9-
const $templateVersion = '1.3.1'; // x-release-please-version
9+
const $templateVersion = '1.3.2'; // x-release-please-version
1010

1111
/// The Flutter version associated with the template version.
1212
const $flutterVersion = '3.41.1';
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.1
1+
1.3.2

0 commit comments

Comments
 (0)