Patch Release
This release fixes an inccorect error message during the compatibility check step in yarn create redwood-app
and fixes the undefined
s that were cluttering up the logger during dev:
- fix(crwa): correctly filter on booleans for compat checks #8225 by @jtoar
- fix: Fix logFormatter when no undefined ns, name, or message. #8181 by @dthyresson
- fix(cli): Add missing toml dependency #8196 by @Josh-Walker-GM