From e1e0201b4d7b45a82c0d3774b06c0b3a22a66cc4 Mon Sep 17 00:00:00 2001 From: vgvbot Date: Mon, 5 Feb 2024 00:15:46 +0000 Subject: [PATCH 1/2] feat: CHANGELOG for Feb 05, 2024 --- 2024/05-02-24.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 2024/05-02-24.md diff --git a/2024/05-02-24.md b/2024/05-02-24.md new file mode 100644 index 0000000..6438952 --- /dev/null +++ b/2024/05-02-24.md @@ -0,0 +1,33 @@ +# Very Good Changelog (02-05-2024) + +TODO: Someone should write a nice description for this CHANGELOG + +## dart_frog +- chore(dart_frog): 1.1.0 ([@alestiago](https://github.com/alestiago)) + - https://github.com/VeryGoodOpenSource/dart_frog/pull/1280 +- chore(dart_frog_cli): 1.2.2 ([@alestiago](https://github.com/alestiago)) + - https://github.com/VeryGoodOpenSource/dart_frog/pull/1281 +- refactor(dart_frog_prod_server): remove pubspec lock dependency ([@alestiago](https://github.com/alestiago)) + - https://github.com/VeryGoodOpenSource/dart_frog/pull/1277 +- refactor(dart_frog_prod_server): define internal `PubspecLock` ([@alestiago](https://github.com/alestiago)) + - https://github.com/VeryGoodOpenSource/dart_frog/pull/1273 +- docs: update deploy pages's subtitles to make it clear and consistent ([@quentin7b](https://github.com/quentin7b)) + - https://github.com/VeryGoodOpenSource/dart_frog/pull/1237 +- feat(dart_frog): allow disabling Response buffer output ([@luiscib3r](https://github.com/luiscib3r)) + - https://github.com/VeryGoodOpenSource/dart_frog/pull/1261 + +## very_good_core +- chore: v0.5.1 ([@alestiago](https://github.com/alestiago)) + - https://github.com/VeryGoodOpenSource/very_good_core/pull/321 + +## very_good_flutter_plugin +- feat(very_good_flutter_plugin_hooks): define Dart and Very Good CLI classes ([@alestiago](https://github.com/alestiago)) + - https://github.com/VeryGoodOpenSource/very_good_flutter_plugin/pull/149 + +## very_good_workflows +- chore: v1.16.1 ([@alestiago](https://github.com/alestiago)) + - https://github.com/VeryGoodOpenSource/very_good_workflows/pull/173 + +## very_good_flame_game +- fix: resolve image caching issue on flame_game template ([@BBarisKilic](https://github.com/BBarisKilic)) + - https://github.com/VeryGoodOpenSource/very_good_flame_game/pull/143 From 1e62cf0e229d1ea816c618c8cea197f317634814 Mon Sep 17 00:00:00 2001 From: Tom Arra Date: Mon, 5 Feb 2024 07:42:01 -0600 Subject: [PATCH 2/2] description and spelling --- .vscode/cspell.json | 1 + 2024/05-02-24.md | 27 ++++++++++++++++----------- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/.vscode/cspell.json b/.vscode/cspell.json index d391646..f1b4ce4 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -48,6 +48,7 @@ "lesanpi", "lesnitsky", "lsaudon", + "luiscib", "maheini", "marcellocamara", "mattiapispisa", diff --git a/2024/05-02-24.md b/2024/05-02-24.md index 6438952..18a601a 100644 --- a/2024/05-02-24.md +++ b/2024/05-02-24.md @@ -1,33 +1,38 @@ # Very Good Changelog (02-05-2024) -TODO: Someone should write a nice description for this CHANGELOG +Releases for Dart Frog, Dart Frog CLI, Very Good Core, and Very Good Workflows ## dart_frog + - chore(dart_frog): 1.1.0 ([@alestiago](https://github.com/alestiago)) - - https://github.com/VeryGoodOpenSource/dart_frog/pull/1280 + - https://github.com/VeryGoodOpenSource/dart_frog/pull/1280 - chore(dart_frog_cli): 1.2.2 ([@alestiago](https://github.com/alestiago)) - - https://github.com/VeryGoodOpenSource/dart_frog/pull/1281 + - https://github.com/VeryGoodOpenSource/dart_frog/pull/1281 - refactor(dart_frog_prod_server): remove pubspec lock dependency ([@alestiago](https://github.com/alestiago)) - - https://github.com/VeryGoodOpenSource/dart_frog/pull/1277 + - https://github.com/VeryGoodOpenSource/dart_frog/pull/1277 - refactor(dart_frog_prod_server): define internal `PubspecLock` ([@alestiago](https://github.com/alestiago)) - - https://github.com/VeryGoodOpenSource/dart_frog/pull/1273 + - https://github.com/VeryGoodOpenSource/dart_frog/pull/1273 - docs: update deploy pages's subtitles to make it clear and consistent ([@quentin7b](https://github.com/quentin7b)) - - https://github.com/VeryGoodOpenSource/dart_frog/pull/1237 + - https://github.com/VeryGoodOpenSource/dart_frog/pull/1237 - feat(dart_frog): allow disabling Response buffer output ([@luiscib3r](https://github.com/luiscib3r)) - - https://github.com/VeryGoodOpenSource/dart_frog/pull/1261 + - https://github.com/VeryGoodOpenSource/dart_frog/pull/1261 ## very_good_core + - chore: v0.5.1 ([@alestiago](https://github.com/alestiago)) - - https://github.com/VeryGoodOpenSource/very_good_core/pull/321 + - https://github.com/VeryGoodOpenSource/very_good_core/pull/321 ## very_good_flutter_plugin + - feat(very_good_flutter_plugin_hooks): define Dart and Very Good CLI classes ([@alestiago](https://github.com/alestiago)) - - https://github.com/VeryGoodOpenSource/very_good_flutter_plugin/pull/149 + - https://github.com/VeryGoodOpenSource/very_good_flutter_plugin/pull/149 ## very_good_workflows + - chore: v1.16.1 ([@alestiago](https://github.com/alestiago)) - - https://github.com/VeryGoodOpenSource/very_good_workflows/pull/173 + - https://github.com/VeryGoodOpenSource/very_good_workflows/pull/173 ## very_good_flame_game + - fix: resolve image caching issue on flame_game template ([@BBarisKilic](https://github.com/BBarisKilic)) - - https://github.com/VeryGoodOpenSource/very_good_flame_game/pull/143 + - https://github.com/VeryGoodOpenSource/very_good_flame_game/pull/143