Version Packages (beta-v5)#2636
Closed
clerk-cookie wants to merge 2 commits intomainfrom
Closed
Conversation
dimkl
approved these changes
Jan 19, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@clerk/backend@1.0.0-beta-v5.18
Major Changes
The following paginated APIs now return
{ data, totalCount }instead of simple arrays, in order to make building paginated UIs easier: (#2633) by @dimklclerkClient.users.getOrganizationMembershipList(...)clerkClient.organization.getOrganizationList(...)clerkClient.organization.getOrganizationInvitationList(...)Revert changing the
{ data, errors }return value of the following helpers to throw theerrorsor return thedata(keep v4 format):import { verifyToken } from '@clerk/backend'import { signJwt, hasValidSignature, decodeJwt, verifyJwt } from '@clerk/backend/jwt'clerkClientmethods eg (clerkClient.users.getUserList(...))Patch Changes
Add the following properties to
users.updateUser(userId, params)params: (#2619) by @SokratisVidrospassword_hasherpassword_digestpublicMetadataprivateMetadataunsafeMetadata@clerk/clerk-js@5.0.0-beta-v5.19
Major Changes
Refresh the look and feel of the Clerk UI components (#2622) by @anagstef
For more info, refer to the upgrade guide from v4 to v5 in Clerk docs.
Patch Changes
Inform developers who are using legacy Clerk development instances that in V5 URL Based Session Syncing must be enabled. For more information refer to https://clerk.com/docs/upgrade-guides/url-based-session-syncing. (#2614) by @SokratisVidros
Display a warning in the browser's console when organization components are mounted but the "Organizations" feature is disabled for the instance. (#2603) by @panteliselef
Remove handshake-related query parameters on load of clerk-js. It's possible that these parameters will be returned from Clerk's API, but they are only applicable for SSR-compatible frameworks and so on the client they are unused. (#2624) by @BRKalow
Updated dependencies [
7886ba89d]:@clerk/localizations@2.0.0-beta-v5.12
Major Changes
Refresh the look and feel of the Clerk UI components (#2622) by @anagstef
For more info, refer to the upgrade guide from v4 to v5 in Clerk docs.
@clerk/themes@2.0.0-beta-v5.3
Major Changes
Refresh the look and feel of the Clerk UI components (#2622) by @anagstef
For more info, refer to the upgrade guide from v4 to v5 in Clerk docs.
@clerk/types@4.0.0-beta-v5.13
Major Changes
Refresh the look and feel of the Clerk UI components (#2622) by @anagstef
For more info, refer to the upgrade guide from v4 to v5 in Clerk docs.
@clerk/chrome-extension@1.0.0-beta-v5.19
Patch Changes
0a108ae3b,b6c4e1cfe,7886ba89d,7b40924e4]:@clerk/clerk-expo@1.0.0-beta-v5.19
Patch Changes
0a108ae3b,b6c4e1cfe,7886ba89d,7b40924e4]:@clerk/fastify@1.0.0-beta-v5.20
Patch Changes
8e5c881c4,7886ba89d,a6308c67e]:gatsby-plugin-clerk@5.0.0-beta-v5.20
Patch Changes
8e5c881c4,a6308c67e]:@clerk/nextjs@5.0.0-beta-v5.20
Patch Changes
Infer the path the component is mounted at automatically in pages and app router (#2634) by @nikosdouvlis
The following paginated APIs now return
{ data, totalCount }instead of simple arrays, in order to make building paginated UIs easier: (#2633) by @dimklclerkClient.users.getOrganizationMembershipList(...)clerkClient.organization.getOrganizationList(...)clerkClient.organization.getOrganizationInvitationList(...)Revert changing the
{ data, errors }return value of the following helpers to throw theerrorsor return thedata(keep v4 format):import { verifyToken } from '@clerk/backend'import { signJwt, hasValidSignature, decodeJwt, verifyJwt } from '@clerk/backend/jwt'clerkClientmethods eg (clerkClient.users.getUserList(...))Updated dependencies [
8e5c881c4,a6308c67e]:@clerk/clerk-react@5.0.0-beta-v5.17
Patch Changes
7886ba89d]:@clerk/remix@4.0.0-beta-v5.20
Patch Changes
8e5c881c4,a6308c67e]:@clerk/clerk-sdk-node@5.0.0-beta-v5.18
Patch Changes
The following paginated APIs now return
{ data, totalCount }instead of simple arrays, in order to make building paginated UIs easier: (#2633) by @dimklclerkClient.users.getOrganizationMembershipList(...)clerkClient.organization.getOrganizationList(...)clerkClient.organization.getOrganizationInvitationList(...)Revert changing the
{ data, errors }return value of the following helpers to throw theerrorsor return thedata(keep v4 format):import { verifyToken } from '@clerk/backend'import { signJwt, hasValidSignature, decodeJwt, verifyJwt } from '@clerk/backend/jwt'clerkClientmethods eg (clerkClient.users.getUserList(...))Updated dependencies [
8e5c881c4,a6308c67e]:@clerk/elements@0.0.2-beta-v5.8
Patch Changes
24de66951,8e5c881c4]: