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 17, 2023
1 parent f730233 commit eb4a21e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .changeset/long-beds-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
'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`
- use `ClerkProviderOptionsWrapper` type instead of `IsomorphicClerkOptions`

0 comments on commit eb4a21e

Please sign in to comment.