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 8, 2023
1 parent 4d8d06d commit b96ed5b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .changeset/two-pumas-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'@clerk/clerk-react': major
'@clerk/chrome-extension': 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`
- use `useEmailLink` instead of `useMagicLink`

0 comments on commit b96ed5b

Please sign in to comment.