diff --git a/.changeset/email-first-registration.md b/.changeset/email-first-registration.md deleted file mode 100644 index 9109d4d..0000000 --- a/.changeset/email-first-registration.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@seamless-auth/react": patch ---- - -Register with just an email. The registration form no longer requires a phone -number (it stays optional, validated only when provided), and a successful -registration now routes to email verification (`/verifyEmailOTP`) instead of -phone verification — matching the auth server's email-first registration. After -verifying the email code the user is signed in. diff --git a/CHANGELOG.md b/CHANGELOG.md index 81b453f..150b324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @seamless-auth/react +## 0.2.1 + +### Patch Changes + +- 26fda9d: Register with just an email. The registration form no longer requires a phone + number (it stays optional, validated only when provided), and a successful + registration now routes to email verification (`/verifyEmailOTP`) instead of + phone verification — matching the auth server's email-first registration. After + verifying the email code the user is signed in. + ## 0.2.0 ### Minor Changes diff --git a/package.json b/package.json index db31e9d..3dd2aca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@seamless-auth/react", - "version": "0.2.0", + "version": "0.2.1", "description": "A drop-in authentication solution for modern React applications.", "type": "module", "exports": {