Skip to content

Commit

Permalink
feat: CHANGELOG for Aug 21, 2023 (#39)
Browse files Browse the repository at this point in the history
* feat: CHANGELOG for Aug 08, 2023

* add cspell config

* notes and formatting

* workflow update

---------

Co-authored-by: scarletteliza <[email protected]>
Co-authored-by: Tom Arra <[email protected]>
  • Loading branch information
3 people authored Oct 30, 2023
1 parent 13a8b93 commit 77d2305
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 7 additions & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"version": "0.2",
"enabled": true,
"language": "en",
"words": ["felangel"],
"ignorePaths": []
}
55 changes: 55 additions & 0 deletions 2023/21-08-23.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 77d2305

Please sign in to comment.