Skip to content

Commit 3ee90b5

Browse files
authored
chore(very_good_wear_app): v1.0.0 (#311)
1 parent 3cbe4d3 commit 3ee90b5

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

very_good_wear_app/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 1.0.0
2+
3+
refactor(very_good_wear_app)!: remove root-level project_name folder from brick structure.
4+
5+
## Migration details
6+
7+
The `very_good_wear_app` brick no longer includes a top-level project name folder.
8+
This allows generating the project directly into the current or a custom directory.
9+
10+
If you prefer to keep the output inside its own folder (as before), use the -o flag:
11+
12+
```dart
13+
// Before:
14+
mason make very_good_wear_app
15+
16+
// After:
17+
mason make very_good_wear_app -o ./output_folder
18+
```
19+
120
# 0.9.0
221

322
- 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: very_good_wear_app
22
description: A Very Good WearOS Flutter app created by Very Good Ventures.
33
repository: https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_wear_app
4-
version: 0.9.0
4+
version: 1.0.0
55

66
environment:
77
mason: ^0.1.0

0 commit comments

Comments
 (0)