v8.1.1
Changelog
🛠️ Fixes
fix(cli): handle both single and double quotes during dbAuth setup (#11534) by @Josh-Walker-GM
If you had changed your prettier config to use double quotes instead of the default single quotes then the yarn rw setup auth dbAuth
would fail. This change fixes that command to work regardless of quote flavour.
fix(auth0): avoid use of undefined global in browser environment (#11531) by @Josh-Walker-GM
The Auth0 auth provider was failing in the browser due to trying to access global
. This change corrects this and fixes Auth0 usage in the browser.
🧹 Chore
Click to see all chore contributions
- chore(crwa): transform lint ignore line as part of ts-to-js (#11538) by @Josh-Walker-GM