Skip to content

Commit

Permalink
feat: CHANGELOG for May 27, 2024 (#87)
Browse files Browse the repository at this point in the history
* feat: CHANGELOG for May 27, 2024

* description and formatting

* spell check refactor

* dictonary splitting

* missed one

---------

Co-authored-by: vgvbot <[email protected]>
Co-authored-by: Tom Arra <[email protected]>
  • Loading branch information
3 people authored May 28, 2024
1 parent 409c267 commit 7f5a33d
Show file tree
Hide file tree
Showing 8 changed files with 218 additions and 113 deletions.
14 changes: 14 additions & 0 deletions .github/.cspell/dart_dictionary.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# keywords/terms specific to the Dart/Flutter ecosystem
brickignore # Ignore file used by Mason bricks
canonicalize # From path.canonicalize
canvaskit # CLI option that improves rendering on web https://docs.flutter.dev/platform-integration/web/renderers#command-line-options
cupertino # Flutter module containing iOS-style widgets
dartanalyzer
dartdoc # documentation tool for dart
dartdocs # plural of dartdoc
dartfmt
endtemplate # Use @endtemplate to close a @template block in dartdoc
pubspec # dependency and configuration file of every Dart project
typedefs # plural of typedef
intelli # JetBrain's IDE
writeln # StringBuffer.writeln
16 changes: 16 additions & 0 deletions .github/.cspell/dev_dictionary.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# other phrases that are not words but are getting flagged. Typically contained in localization files or urls
brickhub
codeowner
depandabot
devserver
firestore
Fluttercon
formz
gradlew
mockingjay
mocktail
pana
pubignore
pubspec
talkstream
verygoodopensource
88 changes: 88 additions & 0 deletions .github/.cspell/people_usernames.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
# specific people's names and/or usernames
agacemi
AhmedLSayed9
alestiago
andyhorn
Arnooodles
AyadLaouissi
b-nugent
bbariskilic
cgutierr-zgz
chanan
davidmartos96
dezsocsete
DiRuffy
easazade
egyleader
erickzanardo
feduke-nukem
felangel
femalemonkeyman
gabrielrozendo
gonzalogauto
HenriqueNas
ianmaciel
isAlmogK
jackgllghr
JakeHadley
jamesblasco
jaumard
jdebecka
jneschisi
jorgecoca
jsgalarraga
jxstxn1
karokojnr
kelvinwieth
Kirpal
kmartins
lesanpi
lesnitsky
lsaudon
luiscib3r
luisredondo
macoshita
mafreud
maheini
marcellocamara
matiasleyba
mattiapispisa
mia-recki
mrgnhnt96
mrverdant13
MrSagarShah
mtwichel
Muhammed-Ayad
mxknt
ndelanou
NurRozikin
pablojimpas
pattobrien
PiotrFLEURY
Renan's
renancaraujo
rubenferreira97
ryzizub
SAGARSURI
SaiZayarHtet7
samanthaobrien
scarletteliza
Shakle
stact
SuhwanCha
superiorsd10
TahaTesser
Tienisto
Toavina23
tomarra
tomassasovsky
unger1984
verygoodstefan
willhlas
wolfenrain
yaksh1
ycchuang305
yczar
YousefSalahKassem
yuruyuri16
zoocityboy
3 changes: 3 additions & 0 deletions .github/.cspell/words_dictionary.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# actual english words (or common abbreviations) missing from CSpell
Photobooth
todos
36 changes: 36 additions & 0 deletions .github/cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"version": "0.2",
"enabled": true,
"language": "en",
"dictionaries": [
"en_US",
"softwareTerms",
"dart_dictionary",
"dev_dictionary",
"people_usernames",
"words_dictionary"
],
"dictionaryDefinitions": [
{
"name": "dart_dictionary",
"path": "./.cspell/dart_dictionary.txt",
"addWords": true
},
{
"name": "dev_dictionary",
"path": "./.cspell/dev_dictionary.txt",
"addWords": true
},
{
"name": "people_usernames",
"path": "./.cspell/people_usernames.txt",
"addWords": true
},
{
"name": "words_dictionary",
"path": "./.cspell/words_dictionary.txt",
"addWords": true
}
],
"ignorePaths": []
}
2 changes: 1 addition & 1 deletion .github/workflows/validate_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
files: "**"
config: .vscode/cspell.json
config: .github/cspell.json
incremental_files_only: false
verbose: true
112 changes: 0 additions & 112 deletions .vscode/cspell.json

This file was deleted.

60 changes: 60 additions & 0 deletions 2024/27-05-24.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Very Good Changelog (05-27-2024)

Starting to get up to speed with Flutter 3.22 and Dart 3.4

## dart_frog

- chore: update create_dart_frog brick pubspec.yaml ([@mafreud](https://github.com/mafreud))
- https://github.com/VeryGoodOpenSource/dart_frog/pull/1372

## very_good_cli

- ci: update workflows to use Flutter 3.22 ([@alestiago](https://github.com/alestiago))
- https://github.com/VeryGoodOpenSource/very_good_cli/pull/1046

## very_good_templates

- chore(very_good_flutter_plugin): v0.8.0 ([@alestiago](https://github.com/alestiago))
- https://github.com/VeryGoodOpenSource/very_good_templates/pull/116
- chore(very_good_wear_app): v0.5.0 ([@alestiago](https://github.com/alestiago))
- https://github.com/VeryGoodOpenSource/very_good_templates/pull/115
- chore(very_good_flutter_package): v0.6.0 ([@alestiago](https://github.com/alestiago))
- https://github.com/VeryGoodOpenSource/very_good_templates/pull/114
- chore(very_good_flame_game): v0.7.0 ([@alestiago](https://github.com/alestiago))
- https://github.com/VeryGoodOpenSource/very_good_templates/pull/113
- chore(very_good_dart_package): v0.6.0 ([@alestiago](https://github.com/alestiago))
- https://github.com/VeryGoodOpenSource/very_good_templates/pull/112
- chore(very_good_dart_cli): v0.7.0 ([@alestiago](https://github.com/alestiago))
- https://github.com/VeryGoodOpenSource/very_good_templates/pull/111
- chore(very_good_core): v0.7.0 ([@alestiago](https://github.com/alestiago))
- https://github.com/VeryGoodOpenSource/very_good_templates/pull/110
- feat(very_good_flutter_plugin)!: ensure template uses Flutter 3.22 with Dart 3.4 ([@alestiago](https://github.com/alestiago))
- https://github.com/VeryGoodOpenSource/very_good_templates/pull/105
- feat(very_good_core)!: ensure template uses Flutter 3.22 with Dart 3.4 ([@alestiago](https://github.com/alestiago))
- https://github.com/VeryGoodOpenSource/very_good_templates/pull/97
- feat(very_good_dart_cli)!: ensure template uses Dart 3.4 ([@alestiago](https://github.com/alestiago))
- https://github.com/VeryGoodOpenSource/very_good_templates/pull/99
- feat(very_good_flame_game)!: ensure template uses Flutter 3.22 with Dart 3.4 ([@alestiago](https://github.com/alestiago))
- https://github.com/VeryGoodOpenSource/very_good_templates/pull/102
- feat(very_good_dart_package)!: ensure template uses Dart 3.4 ([@alestiago](https://github.com/alestiago))
- https://github.com/VeryGoodOpenSource/very_good_templates/pull/100
- feat(very_good_flutter_package)!: ensure template uses Flutter 3.22 with Dart 3.4 ([@alestiago](https://github.com/alestiago))
- https://github.com/VeryGoodOpenSource/very_good_templates/pull/101
- feat(very_good_wear_app)!: ensure template uses Flutter 3.22 with Dart 3.4 ([@alestiago](https://github.com/alestiago))
- https://github.com/VeryGoodOpenSource/very_good_templates/pull/104
- chore(very_good_flame_game): update index.html to support latest convention ([@alestiago](https://github.com/alestiago))
- https://github.com/VeryGoodOpenSource/very_good_templates/pull/107
- chore(very_good_core): update index.html to support latest convention ([@alestiago](https://github.com/alestiago))
- https://github.com/VeryGoodOpenSource/very_good_templates/pull/106
- feat: update android plugin template with latest flutter changes ([@tomarra](https://github.com/tomarra))
- https://github.com/VeryGoodOpenSource/very_good_templates/pull/95

## very_good_workflows

- fix: use `secrets` for credential information ([@wolfenrain](https://github.com/wolfenrain))
- https://github.com/VeryGoodOpenSource/very_good_workflows/pull/182

## mockingjay

- chore: sync min dark sdk with min flutter sdk ([@matiasleyba](https://github.com/matiasleyba))
- https://github.com/VeryGoodOpenSource/mockingjay/pull/70

0 comments on commit 7f5a33d

Please sign in to comment.