Skip to content

Commit 85b6c6c

Browse files
authored
chore(very_good_wear_app): 1.2.0 (#377)
1 parent 73da930 commit 85b6c6c

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
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.2.0",
77
"very_good_flutter_package": "1.2.0",
88
"very_good_flutter_plugin": "1.2.0",
9-
"very_good_wear_app": "1.1.1"
9+
"very_good_wear_app": "1.2.0"
1010
}
1111

very_good_wear_app/CHANGELOG.md

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

3+
## [1.2.0](https://github.com/VeryGoodOpenSource/very_good_templates/compare/very_good_wear_app-v1.1.1...very_good_wear_app-v1.2.0) (2026-02-06)
4+
5+
6+
### Features
7+
8+
* add bloc lint to templates with bloc ([#382](https://github.com/VeryGoodOpenSource/very_good_templates/issues/382)) ([512edf2](https://github.com/VeryGoodOpenSource/very_good_templates/commit/512edf2117e9e1a8635a02bc74ac319b01deed54))
9+
* add license check workflow to templates ([#422](https://github.com/VeryGoodOpenSource/very_good_templates/issues/422)) ([bd280c0](https://github.com/VeryGoodOpenSource/very_good_templates/commit/bd280c00f90126856a5fe70d6417e1c83d20f74b))
10+
* upgrade to flutter 3.38.1 ([#394](https://github.com/VeryGoodOpenSource/very_good_templates/issues/394)) ([e436d76](https://github.com/VeryGoodOpenSource/very_good_templates/commit/e436d7606b0998fc5231d3bd1fd0c4650d0c8ae8))
11+
12+
13+
### Bug Fixes
14+
15+
* tighten bloc_lint version ([#424](https://github.com/VeryGoodOpenSource/very_good_templates/issues/424)) ([67f35de](https://github.com/VeryGoodOpenSource/very_good_templates/commit/67f35de7cdfbe1f7cf34e4654cb3cb91918ed934))
16+
* update changelog's format ([#371](https://github.com/VeryGoodOpenSource/very_good_templates/issues/371)) ([6c5d53d](https://github.com/VeryGoodOpenSource/very_good_templates/commit/6c5d53d50d37dbd4fc88e3154f05ab283120e59f))
17+
18+
19+
### Miscellaneous Chores
20+
21+
* bump very_good_analysis to 10.1.0 ([#400](https://github.com/VeryGoodOpenSource/very_good_templates/issues/400)) ([0c454c4](https://github.com/VeryGoodOpenSource/very_good_templates/commit/0c454c4166cf4e01c659ab723c5f94fc1a2edaa6))
22+
* tighten template dependencies ([#384](https://github.com/VeryGoodOpenSource/very_good_templates/issues/384)) ([922bf00](https://github.com/VeryGoodOpenSource/very_good_templates/commit/922bf00157ef07e6e9971a1eb938a0d187e1bd8d))
23+
* tighten template dependencies ([#385](https://github.com/VeryGoodOpenSource/very_good_templates/issues/385)) ([10ed573](https://github.com/VeryGoodOpenSource/very_good_templates/commit/10ed57357e67dc8a9eb0d132e9e7272c743f6781))
24+
* tighten template dependencies ([#401](https://github.com/VeryGoodOpenSource/very_good_templates/issues/401)) ([31b852c](https://github.com/VeryGoodOpenSource/very_good_templates/commit/31b852c18e2b00e5182fe996fe9534e55cce6832))
25+
326
## [1.1.1](https://github.com/VeryGoodOpenSource/very_good_templates/compare/very_good_wear_app-v1.1.0...very_good_wear_app-v1.1.1) (2025-09-30)
427

528

very_good_wear_app/brick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: very_good_wear_app
22
description: A Very Good WearOS Flutter app created by Very Good Ventures.
33
repository: >-
44
https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_wear_app
5-
version: 1.1.1
5+
version: 1.2.0
66
environment:
77
mason: ^0.1.0
88
vars:

very_good_wear_app/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
1.2.0

0 commit comments

Comments
 (0)