Skip to content

Commit 5c28626

Browse files
committed
chore(very_good_dart_cli): 1.2.0
1 parent 476d256 commit 5c28626

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"very_good_core": "1.1.2",
3-
"very_good_dart_cli": "1.1.0",
3+
"very_good_dart_cli": "1.2.0",
44
"very_good_dart_package": "1.1.0",
55
"very_good_docs_site": "1.0.2",
66
"very_good_flame_game": "1.1.2",

very_good_dart_cli/CHANGELOG.md

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

3+
## [1.2.0](https://github.com/VeryGoodOpenSource/very_good_templates/compare/very_good_dart_cli-v1.1.0...very_good_dart_cli-v1.2.0) (2026-01-13)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* update changelog's format ([#371](https://github.com/VeryGoodOpenSource/very_good_templates/issues/371)) ([6c5d53d](https://github.com/VeryGoodOpenSource/very_good_templates/commit/6c5d53d50d37dbd4fc88e3154f05ab283120e59f))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* tighten template dependencies ([#372](https://github.com/VeryGoodOpenSource/very_good_templates/issues/372)) ([e8c9a7d](https://github.com/VeryGoodOpenSource/very_good_templates/commit/e8c9a7dd5c71a62b8e856c05e42249901a5d2bc7))
19+
* tighten template dependencies ([#385](https://github.com/VeryGoodOpenSource/very_good_templates/issues/385)) ([10ed573](https://github.com/VeryGoodOpenSource/very_good_templates/commit/10ed57357e67dc8a9eb0d132e9e7272c743f6781))
20+
321
## [1.1.0](https://github.com/VeryGoodOpenSource/very_good_templates/compare/very_good_dart_cli-v1.0.0...very_good_dart_cli-v1.1.0) (2025-09-22)
422

523

very_good_dart_cli/brick.yaml

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

very_good_dart_cli/version.txt

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

0 commit comments

Comments
 (0)