Skip to content

Commit 3dc8010

Browse files
authored
chore(very_good_flame_game): 1.1.0 (#327)
1 parent 6ba019d commit 3dc8010

File tree

4 files changed

+36
-8
lines changed

4 files changed

+36
-8
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"very_good_dart_cli": "1.1.0",
44
"very_good_dart_package": "1.1.0",
55
"very_good_docs_site": "1.0.1",
6-
"very_good_flame_game": "1.0.0",
6+
"very_good_flame_game": "1.1.0",
77
"very_good_flutter_package": "1.1.0",
88
"very_good_flutter_plugin": "1.1.0",
99
"very_good_wear_app": "1.1.0"

very_good_flame_game/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## [1.1.0](https://github.com/VeryGoodOpenSource/very_good_templates/compare/very_good_flame_game-v1.0.0...very_good_flame_game-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+
* **very_good_flame_game:** add platform options ([#340](https://github.com/VeryGoodOpenSource/very_good_templates/issues/340)) ([f3a6792](https://github.com/VeryGoodOpenSource/very_good_templates/commit/f3a6792af70c6006bfbf4b30d92e0d91b6246205))
10+
* **very_good_flame:** update assets.gen.dart ([#349](https://github.com/VeryGoodOpenSource/very_good_templates/issues/349)) ([2f9da8c](https://github.com/VeryGoodOpenSource/very_good_templates/commit/2f9da8c3bbb423876ff125a067755932a74a2b38))
11+
12+
13+
### Bug Fixes
14+
15+
* **very_good_flame_game:** Change so "tap count" message is responsive to window size ([#338](https://github.com/VeryGoodOpenSource/very_good_templates/issues/338)) ([3b8c11e](https://github.com/VeryGoodOpenSource/very_good_templates/commit/3b8c11e5c77124645c742b1475ebf9a9209680eb))
16+
* **very_good_flame_game:** deprecated android gradle plugin version ([#315](https://github.com/VeryGoodOpenSource/very_good_templates/issues/315)) ([fb4385d](https://github.com/VeryGoodOpenSource/very_good_templates/commit/fb4385dd5acb3c7eaae3b1a1bdc0a4fac5e91449))
17+
* **very_good_flame_game:** Improve text readability by changing color… ([#335](https://github.com/VeryGoodOpenSource/very_good_templates/issues/335)) ([0a42ee2](https://github.com/VeryGoodOpenSource/very_good_templates/commit/0a42ee292238bda7c86b9220a640b31154070dcd))
18+
* **very_good_flame_game:** trim audio to not repeat sound effect ([#336](https://github.com/VeryGoodOpenSource/very_good_templates/issues/336)) ([9b423ac](https://github.com/VeryGoodOpenSource/very_good_templates/commit/9b423ac7ab707a83fac4a456ea798d525513fac2))
19+
20+
21+
### Miscellaneous Chores
22+
23+
* automate releases ([#319](https://github.com/VeryGoodOpenSource/very_good_templates/issues/319)) ([17fb3a5](https://github.com/VeryGoodOpenSource/very_good_templates/commit/17fb3a5c742a42e7fff70b269deea961e4a15b4f))
24+
* tighten template dependencies ([#318](https://github.com/VeryGoodOpenSource/very_good_templates/issues/318)) ([70a1f0c](https://github.com/VeryGoodOpenSource/very_good_templates/commit/70a1f0ced2ec663bcace86166ca31de616b8de59))
25+
* tighten template dependencies ([#348](https://github.com/VeryGoodOpenSource/very_good_templates/issues/348)) ([4167a25](https://github.com/VeryGoodOpenSource/very_good_templates/commit/4167a255c3b126418fefbadbeb6968c7bd861ed8))
26+
* tighten template dependencies ([#351](https://github.com/VeryGoodOpenSource/very_good_templates/issues/351)) ([68b6651](https://github.com/VeryGoodOpenSource/very_good_templates/commit/68b665139a7893a5ec760f2074928f990ee45045))
27+
* tighten template dependencies ([#353](https://github.com/VeryGoodOpenSource/very_good_templates/issues/353)) ([a7f24a7](https://github.com/VeryGoodOpenSource/very_good_templates/commit/a7f24a7b952ab2f59b6fb69023f319cd7a4f0a3f))
28+
* **very_good_flame_game:** migrates Groovy scripts to Kotlin DSL ([#314](https://github.com/VeryGoodOpenSource/very_good_templates/issues/314)) ([e384bed](https://github.com/VeryGoodOpenSource/very_good_templates/commit/e384bedad9c4f32cb97ed1395ceb02ad85200de9))
129

230
## 1.0.0
331

very_good_flame_game/brick.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: very_good_flame_game
22
description: A Very Good Flame Game created by Very Good Ventures.
3-
repository: https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_flame_game
4-
version: 1.0.0
5-
3+
repository: >-
4+
https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_flame_game
5+
version: 1.1.0
66
environment:
77
mason: ^0.1.0
8-
98
vars:
109
project_name:
1110
type: string
@@ -20,8 +19,9 @@ vars:
2019
application_id:
2120
type: string
2221
description: >-
23-
The application id on Android, Bundle ID on iOS and company name on Windows.
24-
If omitted value will be formed based on org_name and project_name.
22+
The application id on Android, Bundle ID on iOS and company name on
23+
Windows. If omitted value will be formed based on org_name and
24+
project_name.
2525
prompt: What is the application id?
2626
description:
2727
type: string

very_good_flame_game/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)