Skip to content

Commit

Permalink
chore(repo): Add changeset [WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkl committed Oct 26, 2023
1 parent 5f7e666 commit f95ab26
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .changeset/silly-poems-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
'@clerk/backend': major
---

Drop deprecated properties. Migration steps:
- remove `InterstitialAPI` and `remotePrivateInterstitial`
- use `createClerkClient` instead of `__unstable_options`
- replace `publishableKey` with `frontendApi`
- replace `clockSkewInMs` with `clockSkewInSeconds`
- replace `apiKey` with `secretKey`
- replace `SetClerkSecretKeyOrAPIKey` enum with `SetClerkSecretKey`
- remove `httpOptions`
- replace `image` with // TODO
- remove `pkgVersion`
- replace `Organization.getOrganizationInvitationList` with // TODO
- removed `orgs` claim (add it manually by adding `user.organizations` in a jwt template)

0 comments on commit f95ab26

Please sign in to comment.