From 77d2305a7fa7bff03d9077aac697eb5ce6c4e468 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:40:00 -0500 Subject: [PATCH] feat: CHANGELOG for Aug 21, 2023 (#39) * feat: CHANGELOG for Aug 08, 2023 * add cspell config * notes and formatting * workflow update --------- Co-authored-by: scarletteliza Co-authored-by: Tom Arra --- .github/workflows/validate_pr.yaml | 2 +- .vscode/cspell.json | 7 ++++ 2023/21-08-23.md | 55 ++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 .vscode/cspell.json create mode 100644 2023/21-08-23.md diff --git a/.github/workflows/validate_pr.yaml b/.github/workflows/validate_pr.yaml index 240953f..e6a1c8a 100644 --- a/.github/workflows/validate_pr.yaml +++ b/.github/workflows/validate_pr.yaml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check Spelling uses: streetsidesoftware/cspell-action@v2 with: diff --git a/.vscode/cspell.json b/.vscode/cspell.json new file mode 100644 index 0000000..63c5c27 --- /dev/null +++ b/.vscode/cspell.json @@ -0,0 +1,7 @@ +{ + "version": "0.2", + "enabled": true, + "language": "en", + "words": ["felangel"], + "ignorePaths": [] +} diff --git a/2023/21-08-23.md b/2023/21-08-23.md new file mode 100644 index 0000000..cf3818c --- /dev/null +++ b/2023/21-08-23.md @@ -0,0 +1,55 @@ +# Very Good Changelog (08-21-2023) + +More Dart Frog Updates! + +## dart_frog + +- feat: change production brick to support external dependencies in the Dockerfile ([@erickzanardo](https://github.com/erickzanardo)) + - https://github.com/VeryGoodOpenSource/dart_frog/pull/926 +- feat(vscode): defined DartFrogApplicationRegistry ([@alestiago](https://github.com/alestiago)) + - https://github.com/VeryGoodOpenSource/dart_frog/pull/933 +- feat(vscode): allow daemon to send requests ([@alestiago](https://github.com/alestiago)) + - https://github.com/VeryGoodOpenSource/dart_frog/pull/930 +- chore: add .DS_Store to create_dart_frog gitignore ([@jxstxn1](https://github.com/jxstxn1)) + - https://github.com/VeryGoodOpenSource/dart_frog/pull/936 +- feat(vscode): defined DartFrogApplication ([@alestiago](https://github.com/alestiago)) + - https://github.com/VeryGoodOpenSource/dart_frog/pull/932 +- feat(vscode): defined dev_server domain ([@alestiago](https://github.com/alestiago)) + - https://github.com/VeryGoodOpenSource/dart_frog/pull/931 +- feat(vscode): implemented requestIdentifierGenerator for Dart Frog daemon ([@alestiago](https://github.com/alestiago)) + - https://github.com/VeryGoodOpenSource/dart_frog/pull/929 +- feat: removing external checking from code gen ([@erickzanardo](https://github.com/erickzanardo)) + - https://github.com/VeryGoodOpenSource/dart_frog/pull/928 +- feat: removing external dependencies checking from dev brick ([@erickzanardo](https://github.com/erickzanardo)) + - https://github.com/VeryGoodOpenSource/dart_frog/pull/927 +- feat: allow prod server brick to use external dependencies ([@erickzanardo](https://github.com/erickzanardo)) + - https://github.com/VeryGoodOpenSource/dart_frog/pull/910 +- feat(vscode): allow invoking Dart Frog daemon ([@alestiago](https://github.com/alestiago)) + - https://github.com/VeryGoodOpenSource/dart_frog/pull/925 +- feat(vscode): define "deamon" domain messages ([@alestiago](https://github.com/alestiago)) + - https://github.com/VeryGoodOpenSource/dart_frog/pull/918 +- feat(vscode): implement daemon protocol ([@alestiago](https://github.com/alestiago)) + - https://github.com/VeryGoodOpenSource/dart_frog/pull/915 +- feat(vscode): define singleton DartFrogDeamon ([@alestiago](https://github.com/alestiago)) + - https://github.com/VeryGoodOpenSource/dart_frog/pull/917 + +## very_good_core + +- docs: update l10n README documentation ([@alestiago](https://github.com/alestiago)) + - https://github.com/VeryGoodOpenSource/very_good_core/pull/283 + +## very_good_hub + +- feat: persisting auth token ([@erickzanardo](https://github.com/erickzanardo)) + - https://github.com/VeryGoodOpenSource/very_good_hub/pull/9 + +## mockingjay + +- feat: update sdk constraint to include dart 3 ([@erickzanardo](https://github.com/erickzanardo)) + - https://github.com/VeryGoodOpenSource/mockingjay/pull/54 +- chore: bump to 0.4.0 and update changelog ([@erickzanardo](https://github.com/erickzanardo)) + - https://github.com/VeryGoodOpenSource/mockingjay/pull/53 +- chore(deps): bump to `mocktail` v1.0.0 ([@felangel](https://github.com/felangel)) + - https://github.com/VeryGoodOpenSource/mockingjay/pull/47 +- feat: fixing for Flutter 3.13.0 ([@erickzanardo](https://github.com/erickzanardo)) + - https://github.com/VeryGoodOpenSource/mockingjay/pull/51