You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: very_good_wear_app/CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
20
# 0.9.0
2
21
3
22
- 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)
0 commit comments