Skip to content

Commit f77bfec

Browse files
authored
chore(very_good_flutter_plugin): 1.1.0 (#322)
1 parent f37f3c0 commit f77bfec

File tree

4 files changed

+26
-7
lines changed

4 files changed

+26
-7
lines changed

.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.1",
66
"very_good_flame_game": "1.0.0",
77
"very_good_flutter_package": "1.1.0",
8-
"very_good_flutter_plugin": "1.0.0",
8+
"very_good_flutter_plugin": "1.1.0",
99
"very_good_wear_app": "1.1.0"
1010
}
1111

very_good_flutter_plugin/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [1.1.0](https://github.com/VeryGoodOpenSource/very_good_templates/compare/very_good_flutter_plugin-v1.0.0...very_good_flutter_plugin-v1.1.0) (2025-09-22)
2+
3+
4+
### Features
5+
6+
* upgrade to flutter 3.35.0 ([#342](https://github.com/VeryGoodOpenSource/very_good_templates/issues/342)) ([6818041](https://github.com/VeryGoodOpenSource/very_good_templates/commit/681804198c03a6ab255802cedc15242832928e54))
7+
* upgrade to very_good_analysis 10.0.0 ([#346](https://github.com/VeryGoodOpenSource/very_good_templates/issues/346)) ([5a7d0dc](https://github.com/VeryGoodOpenSource/very_good_templates/commit/5a7d0dc7323a77583158acfbbe933a60302ed532))
8+
* upgraded plugin version and removed jdk7 dependency on build.kts ([#339](https://github.com/VeryGoodOpenSource/very_good_templates/issues/339)) ([8e60971](https://github.com/VeryGoodOpenSource/very_good_templates/commit/8e6097152174368e8923024ef1b2bf35f4a675ac))
9+
10+
11+
### Refactors
12+
13+
* **very_good_flutter_plugin:** migrate to swift package manager ([#354](https://github.com/VeryGoodOpenSource/very_good_templates/issues/354)) ([2f02778](https://github.com/VeryGoodOpenSource/very_good_templates/commit/2f027788df3ebb38cf7ffedb4f5718e61e41b355))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* automate releases ([#319](https://github.com/VeryGoodOpenSource/very_good_templates/issues/319)) ([17fb3a5](https://github.com/VeryGoodOpenSource/very_good_templates/commit/17fb3a5c742a42e7fff70b269deea961e4a15b4f))
19+
* **very_good_flutter_plugin:** migrates Groovy scripts to Kotlin DSL ([#316](https://github.com/VeryGoodOpenSource/very_good_templates/issues/316)) ([3e5628d](https://github.com/VeryGoodOpenSource/very_good_templates/commit/3e5628d65d2c33ab01c443df8b33e6e0ff35a07a))
120

221
## 1.0.0
322

very_good_flutter_plugin/brick.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: very_good_flutter_plugin
22
description: A Very Good federated Flutter plugin created by Very Good Ventures.
3-
repository: https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_flutter_plugin
4-
version: 1.0.0
5-
3+
repository: >-
4+
https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_flutter_plugin
5+
version: 1.1.0
66
environment:
77
mason: ^0.1.0
8-
98
vars:
109
project_name:
1110
type: string
@@ -48,6 +47,7 @@ vars:
4847
dart_fix_output:
4948
type: boolean
5049
description: >-
51-
Whether or not the generated Dart output files should be fixed and formatted.
50+
Whether or not the generated Dart output files should be fixed and
51+
formatted.
5252
default: false
5353
prompt: Should the generated output fix and format Dart files?
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.1.0

0 commit comments

Comments
 (0)