From 8bef927bcb4b1409dd72a09587966fd9f90013a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 14:39:37 -0600 Subject: [PATCH] feat: CHANGELOG for Feb 12, 2024 (#71) * feat: CHANGELOG for Feb 12, 2024 * Formatting and description --------- Co-authored-by: vgvbot Co-authored-by: Tom Arra --- .vscode/cspell.json | 1 + 2024/12-02-24.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 2024/12-02-24.md diff --git a/.vscode/cspell.json b/.vscode/cspell.json index f1b4ce4..f9ebf0d 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -49,6 +49,7 @@ "lesnitsky", "lsaudon", "luiscib", + "luisredondo", "maheini", "marcellocamara", "mattiapispisa", diff --git a/2024/12-02-24.md b/2024/12-02-24.md new file mode 100644 index 0000000..96be5f9 --- /dev/null +++ b/2024/12-02-24.md @@ -0,0 +1,30 @@ +# Very Good Changelog (02-12-2024) + +Starting to bump up Dart versions on some packages to keep them up to date. + +## formz + +- chore!: update Dart version constraints to ">=3.0.0 <4.0.0" ([@alestiago](https://github.com/alestiago)) + - https://github.com/VeryGoodOpenSource/formz/pull/115 + +## very_good_flame_game + +- chore!: update min Dart SDK ([@tomarra](https://github.com/tomarra)) + - https://github.com/VeryGoodOpenSource/very_good_flame_game/pull/151 +- chore: remove generator script ([@alestiago](https://github.com/alestiago)) + - https://github.com/VeryGoodOpenSource/very_good_flame_game/pull/149 + +## very_good_flutter_plugin + +- feat: allow optionally fixing template output ([@alestiago](https://github.com/alestiago)) + - https://github.com/VeryGoodOpenSource/very_good_flutter_plugin/pull/151 + +## cli_completion + +- chore: v0.5.0 ([@alestiago](https://github.com/alestiago)) + - https://github.com/VeryGoodOpenSource/cli_completion/pull/88 + +## very_good_test_runner + +- chore: Update Dart to 3.0.0 ([@luisredondo](https://github.com/luisredondo)) + - https://github.com/VeryGoodOpenSource/very_good_test_runner/pull/20