npm @redwoodjs/core 8.1.1
v8.1.1

latest releases: 8.2.1-next.10, 9.0.0-canary.150, 9.0.0-canary.149...
7 days ago

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

Don't miss a new core release

NewReleases is sending notifications on new releases.