Skip to content

Commit 903d4e3

Browse files
committed
chore(very_good_flutter_plugin): 1.3.2
1 parent 2baf743 commit 903d4e3

5 files changed

Lines changed: 23 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.6",
66
"very_good_flame_game": "1.4.1",
77
"very_good_flutter_package": "1.3.2",
8-
"very_good_flutter_plugin": "1.3.1",
8+
"very_good_flutter_plugin": "1.3.2",
99
"very_good_app_ui": "0.2.1"
1010
}
1111

very_good_flutter_plugin/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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-15)
4+
5+
6+
### Bug Fixes
7+
8+
* add missing variables for LICENSE files ([#503](https://github.com/VeryGoodOpenSource/very_good_templates/issues/503)) ([203b8b0](https://github.com/VeryGoodOpenSource/very_good_templates/commit/203b8b033b29e6820213541b111a112a041f4a65))
9+
10+
11+
### Refactors
12+
13+
* **flutter_plugin:** add pigeon for platform communication ([#386](https://github.com/VeryGoodOpenSource/very_good_templates/issues/386)) ([2baf743](https://github.com/VeryGoodOpenSource/very_good_templates/commit/2baf7438c69000c341dd31f28b57450c22dd283d))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* **ci:** fix workflows ([#502](https://github.com/VeryGoodOpenSource/very_good_templates/issues/502)) ([c088199](https://github.com/VeryGoodOpenSource/very_good_templates/commit/c08819965881b2f09d7c0e03bfc4843096bfdbb9))
19+
* remove release-ready scripts ([#488](https://github.com/VeryGoodOpenSource/very_good_templates/issues/488)) ([1f13261](https://github.com/VeryGoodOpenSource/very_good_templates/commit/1f132616172ecb1e49bca64712c13fd767378c0e))
20+
* tighten template dependencies ([#504](https://github.com/VeryGoodOpenSource/very_good_templates/issues/504)) ([36845d0](https://github.com/VeryGoodOpenSource/very_good_templates/commit/36845d0e300d9565dd7da8b10ed62a34b5ecd8f8))
21+
322
## [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)
423

524

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)