Skip to content

Commit

Permalink
chore(clerk-react): Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkl committed Nov 7, 2023
1 parent 7447b0d commit 1071e01
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .changeset/two-pumas-doubt.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 1071e01

Please sign in to comment.