Skip to content

Commit

Permalink
chore(repo): Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkl committed Nov 16, 2023
1 parent c7654d2 commit cc78b25
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .changeset/long-beds-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
'gatsby-plugin-clerk': major
'@clerk/nextjs': major
'@clerk/clerk-react': major
'@clerk/remix': major
'@clerk/types': major
---

Drop deprecations. Migration steps:
- drop `orgs` jwt claim from session token
- change type of `auth` param of `withServerAuth()` callback to `AuthObject` from `ServerSideAuth` in `gatsby-clerk-plugin`
- use `auth.sessionClaims` instead of `auth.claims`
- use `AuthObject` properties from `auth`
- use `publishableKey` instead of `frontendApi`

0 comments on commit cc78b25

Please sign in to comment.