From 1071e01bb4e8620776e4acc534e19f1a7ca89f15 Mon Sep 17 00:00:00 2001 From: Dimitris Klouvas Date: Tue, 31 Oct 2023 23:54:40 +0200 Subject: [PATCH] chore(clerk-react): Add changeset --- .changeset/two-pumas-doubt.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .changeset/two-pumas-doubt.md 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`