Skip to content

v8.1.1

Compare
Choose a tag to compare
@Josh-Walker-GM Josh-Walker-GM released this 12 Sep 02:19
· 246 commits to main since this release
e0a1e7d

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