Skip to content

Commit 174997b

Browse files
committed
chore(very_good_flutter_plugin): 1.4.0
1 parent 7cbba80 commit 174997b

5 files changed

Lines changed: 21 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.5.1",
77
"very_good_flutter_package": "1.3.2",
8-
"very_good_flutter_plugin": "1.3.4",
8+
"very_good_flutter_plugin": "1.4.0",
99
"very_good_app_ui": "0.2.2"
1010
}
1111

very_good_flutter_plugin/CHANGELOG.md

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

3+
## [1.4.0](https://github.com/VeryGoodOpenSource/very_good_templates/compare/very_good_flutter_plugin-v1.3.4...very_good_flutter_plugin-v1.4.0) (2026-06-09)
4+
5+
6+
### Features
7+
8+
* upgrade to Flutter 3.44 and Dart 3.12 ([#536](https://github.com/VeryGoodOpenSource/very_good_templates/issues/536)) ([9026daf](https://github.com/VeryGoodOpenSource/very_good_templates/commit/9026dafa774e176e551154dc25e6be8d8358f40f))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* add SECURITY.md policy ([#546](https://github.com/VeryGoodOpenSource/very_good_templates/issues/546)) ([7cbba80](https://github.com/VeryGoodOpenSource/very_good_templates/commit/7cbba80aab0ebbf891f17a207ee1b6f445932f43))
14+
15+
16+
### Docs
17+
18+
* add publishing instructions for federated plugin path dependencies ([#544](https://github.com/VeryGoodOpenSource/very_good_templates/issues/544)) ([db82aca](https://github.com/VeryGoodOpenSource/very_good_templates/commit/db82acae607d932fb3de87b030c2f362927afe03))
19+
320
## [1.3.4](https://github.com/VeryGoodOpenSource/very_good_templates/compare/very_good_flutter_plugin-v1.3.3...very_good_flutter_plugin-v1.3.4) (2026-05-05)
421

522

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.4
5+
version: 1.4.0
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.4'; // x-release-please-version
9+
const $templateVersion = '1.4.0'; // x-release-please-version
1010

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

0 commit comments

Comments
 (0)