Skip to content

Commit f37f3c0

Browse files
authored
chore(very_good_wear_app): 1.1.0 (#326)
1 parent 3b11228 commit f37f3c0

File tree

4 files changed

+23
-7
lines changed

4 files changed

+23
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"very_good_flame_game": "1.0.0",
77
"very_good_flutter_package": "1.1.0",
88
"very_good_flutter_plugin": "1.0.0",
9-
"very_good_wear_app": "1.0.0"
9+
"very_good_wear_app": "1.1.0"
1010
}
1111

very_good_wear_app/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,21 @@ mason make very_good_wear_app
1717
mason make very_good_wear_app -o ./output_folder
1818
```
1919

20+
## [1.1.0](https://github.com/VeryGoodOpenSource/very_good_templates/compare/very_good_wear_app-v1.0.0...very_good_wear_app-v1.1.0) (2025-09-22)
21+
22+
23+
### Features
24+
25+
* 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))
26+
* 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))
27+
* 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))
28+
29+
30+
### Miscellaneous Chores
31+
32+
* automate releases ([#319](https://github.com/VeryGoodOpenSource/very_good_templates/issues/319)) ([17fb3a5](https://github.com/VeryGoodOpenSource/very_good_templates/commit/17fb3a5c742a42e7fff70b269deea961e4a15b4f))
33+
* **very_good_wear_app:** migrates Groovy scripts to Kotlin DSL ([#317](https://github.com/VeryGoodOpenSource/very_good_templates/issues/317)) ([aa8f4df](https://github.com/VeryGoodOpenSource/very_good_templates/commit/aa8f4df464f7e620a16799c39af638cceb4a6b97))
34+
2035
## 0.9.0
2136

2237
- chore(deps): bump very_good_analysis from 6.0.0 to 7.0.0 in /very_good_wear_app/hooks [#234](https://github.com/VeryGoodOpenSource/very_good_templates/pull/234)

very_good_wear_app/brick.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: very_good_wear_app
22
description: A Very Good WearOS Flutter app created by Very Good Ventures.
3-
repository: https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_wear_app
4-
version: 1.0.0
5-
3+
repository: >-
4+
https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_wear_app
5+
version: 1.1.0
66
environment:
77
mason: ^0.1.0
8-
98
vars:
109
project_name:
1110
type: string
@@ -19,7 +18,9 @@ vars:
1918
prompt: What is the organization name?
2019
application_id:
2120
type: string
22-
description: The application id. If omitted value will be formed by org_name + . + project_name.
21+
description: >-
22+
The application id. If omitted value will be formed by org_name + . +
23+
project_name.
2324
prompt: What is the application id?
2425
description:
2526
type: string

very_good_wear_app/version.txt

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)