Releases: fedeya/next-auth-sanity
Releases · fedeya/next-auth-sanity
v1.4.6
What's Changed
- Update README.md by @alec-bfa in #17
- build(deps-dev): bump next-auth from 4.19.2 to 4.20.1 by @dependabot in #18
New Contributors
- @alec-bfa made their first contribution in #17
- @dependabot made their first contribution in #18
Full Changelog: v1.4.5...v1.4.6
v1.4.5
v1.4.4
v1.4.3
What's Changed
Fixed: imports to dist
Example
- import { signUp } from 'next-auth-sanity/dist/client';
+ import { signUp } from 'next-auth-sanity/client';
Changed Axios to Fetch for reduce bundle in signUp
Full Changelog: v1.4.0...1.4.3