diff --git a/.changeset/two-pumas-doubt.md b/.changeset/two-pumas-doubt.md new file mode 100644 index 00000000000..3e837425c49 --- /dev/null +++ b/.changeset/two-pumas-doubt.md @@ -0,0 +1,10 @@ +--- +'@clerk/clerk-react': major +--- + +Drop deprecations. Migration steps: +- use `setActive` instead of `setSession` from `useSessionList | useSignUp | useSignIn` hooks +- use `publishableKey` instead of `frontendApi` +- use `handleEmailLinkVerification` instead of `handleMagicLinkVerification` from `IsomorphicClerk` +- use `isEmailLinkError` instead of `isMagicLinkError` +- use `EmailLinkErrorCode` instead of `MagicLinkErrorCode`