Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: CHANGELOG for Oct 2, 2023 #48

Merged
merged 4 commits into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,36 @@
"language": "en",
"words": [
"alestiago",
"bbariskilic",
"brickhub",
"codeowner",
"depandabot",
"erickzanardo",
"felangel",
"formz",
"gradlew",
"Hadley",
"ianmaciel",
"jackgllghr",
"jaumard",
"jdebecka",
"mattiapispisa",
"mockingjay",
"mocktail",
"mtwichel",
"pana",
"pubspec",
"Renan's",
"renancaraujo",
"Rozikin",
"samanthaobrien",
"scarletteliza",
"Tienisto",
"tomassasovsky",
"unger",
"verygoodopensource",
"wolfenrain"
"wolfenrain",
"ycchuang"
],
"ignorePaths": []
}
24 changes: 24 additions & 0 deletions 2023/02-10-23.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Very Good Changelog (10-02-2023)

New Dart fixes, and more updates!

## very_good_cli

- fix: markdown formatting correction in CONTRIBUTING.md file ([@superiorsd10](https://github.com/superiorsd10))
- https://github.com/VeryGoodOpenSource/very_good_cli/pull/824
- chore: remove extraneous lock file ([@renancaraujo](https://github.com/renancaraujo))
- https://github.com/VeryGoodOpenSource/very_good_cli/pull/821
- fix: avoid failure when running local tests ([@alestiago](https://github.com/alestiago))
- https://github.com/VeryGoodOpenSource/very_good_cli/pull/820
- feat(bricks): include SPDX license brick ([@alestiago](https://github.com/alestiago))
- https://github.com/VeryGoodOpenSource/very_good_cli/pull/813

## dart_frog

- ci(dart_frog_cli): remove concurrency to avoid intermittent hangs and test failures ([@alestiago](https://github.com/alestiago))
- https://github.com/VeryGoodOpenSource/dart_frog/pull/1072

## very_good_workflows

- chore: add release script to generate changelogs ([@renancaraujo](https://github.com/renancaraujo))
- https://github.com/VeryGoodOpenSource/very_good_workflows/pull/145
2 changes: 1 addition & 1 deletion 2023/17-01-23.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
- https://github.com/VeryGoodOpenSource/very_good_core/pull/212
- chore: v0.1.10 (@felangel)
- https://github.com/VeryGoodOpenSource/very_good_core/pull/219
- fix(brick): pre_gen.dart recase extension fix (@felangel)
- fix(brick): pre_gen.dart re-case extension fix (@felangel)
- https://github.com/VeryGoodOpenSource/very_good_core/pull/218
- chore: v0.1.9 (@renancaraujo)
- https://github.com/VeryGoodOpenSource/very_good_core/pull/214
Expand Down
2 changes: 1 addition & 1 deletion 2023/17-03-23.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A huge highlight from this week was publishing [Renan's blog about building Wear

## very_good_cli

- fix(test_optimizer): order files on pregen to guarantee consistency #681 (@renancaraujo)
- fix(test_optimizer): order files on pre-gen to guarantee consistency #681 (@renancaraujo)
- https://github.com/VeryGoodOpenSource/very_good_cli/pull/681
- test: stop testing test path and identifier ordering #685 (@alestiago)
- https://github.com/VeryGoodOpenSource/very_good_cli/pull/685
Expand Down
4 changes: 2 additions & 2 deletions 2023/18-09-23.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Updates on all Templates and Very good CLI. A new Dart Frog VSCode extension ver
- https://github.com/VeryGoodOpenSource/very_good_flame_game/pull/117
- fix: text style tests for `CounterComponent` ([@renancaraujo](https://github.com/renancaraujo))
- https://github.com/VeryGoodOpenSource/very_good_flame_game/pull/112
- chore: update mason, add runner tests, gradlew, update metadata, ignored files, and depdendencies ([@renancaraujo](https://github.com/renancaraujo))
- chore: update mason, add runner tests, gradlew, update metadata, ignored files, and dependencies ([@renancaraujo](https://github.com/renancaraujo))
- https://github.com/VeryGoodOpenSource/very_good_flame_game/pull/111
- fix: Update flame and correct tests ([@renancaraujo](https://github.com/renancaraujo))
- https://github.com/VeryGoodOpenSource/very_good_flame_game/pull/109
Expand All @@ -21,7 +21,7 @@ Updates on all Templates and Very good CLI. A new Dart Frog VSCode extension ver
- https://github.com/VeryGoodOpenSource/dart_frog/pull/1047
- chore(dart_frog_cli): v1.1.1 ([@renancaraujo](https://github.com/renancaraujo))
- https://github.com/VeryGoodOpenSource/dart_frog/pull/1049
- fix(dart_frog_cli): prevent staggered devserver kills ([@renancaraujo](https://github.com/renancaraujo))
- fix(dart_frog_cli): prevent staggered dev server kills ([@renancaraujo](https://github.com/renancaraujo))
- https://github.com/VeryGoodOpenSource/dart_frog/pull/1048
- docs: add daemon request format warning ([@alestiago](https://github.com/alestiago))
- https://github.com/VeryGoodOpenSource/dart_frog/pull/1045
Expand Down
Loading