Skip to content

Version Packages (beta-v5)#2617

Closed
clerk-cookie wants to merge 1 commit intomainfrom
changeset-release/main
Closed

Version Packages (beta-v5)#2617
clerk-cookie wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@clerk-cookie
Copy link
Copy Markdown
Collaborator

@clerk-cookie clerk-cookie commented Jan 17, 2024

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.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

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 @dimkl

    • clerkClient.users.getOrganizationMembershipList(...)
    • clerkClient.organization.getOrganizationList(...)
    • clerkClient.organization.getOrganizationInvitationList(...)

    Revert changing the { data, errors } return value of the following helpers to throw the errors or return the data (keep v4 format):

    • import { verifyToken } from '@clerk/backend'
    • import { signJwt, hasValidSignature, decodeJwt, verifyJwt } from '@clerk/backend/jwt'
    • BAPI clerkClient methods eg (clerkClient.users.getUserList(...))

Patch Changes

  • Add password_hasher and password_digest to users.updateUser(userId, params) (#2619) by @SokratisVidros

@clerk/clerk-js@5.0.0-beta-v5.19

Major Changes

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
    • @clerk/types@4.0.0-beta-v5.13

@clerk/localizations@2.0.0-beta-v5.12

Major Changes

@clerk/themes@2.0.0-beta-v5.3

Major Changes

@clerk/types@4.0.0-beta-v5.13

Major Changes

@clerk/chrome-extension@1.0.0-beta-v5.19

Patch Changes

@clerk/clerk-expo@1.0.0-beta-v5.19

Patch Changes

@clerk/fastify@1.0.0-beta-v5.20

Patch Changes

gatsby-plugin-clerk@5.0.0-beta-v5.20

Patch Changes

  • Updated dependencies [8e5c881c4, a6308c67e]:
    • @clerk/clerk-sdk-node@5.0.0-beta-v5.18
    • @clerk/backend@1.0.0-beta-v5.18
    • @clerk/clerk-react@5.0.0-beta-v5.17

@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 @dimkl

    • clerkClient.users.getOrganizationMembershipList(...)
    • clerkClient.organization.getOrganizationList(...)
    • clerkClient.organization.getOrganizationInvitationList(...)

    Revert changing the { data, errors } return value of the following helpers to throw the errors or return the data (keep v4 format):

    • import { verifyToken } from '@clerk/backend'
    • import { signJwt, hasValidSignature, decodeJwt, verifyJwt } from '@clerk/backend/jwt'
    • BAPI clerkClient methods eg (clerkClient.users.getUserList(...))
  • Updated dependencies [8e5c881c4, a6308c67e]:

    • @clerk/backend@1.0.0-beta-v5.18
    • @clerk/clerk-react@5.0.0-beta-v5.17

@clerk/clerk-react@5.0.0-beta-v5.17

Patch Changes

  • Updated dependencies [7886ba89d]:
    • @clerk/types@4.0.0-beta-v5.13

@clerk/remix@4.0.0-beta-v5.20

Patch Changes

  • Updated dependencies [8e5c881c4, a6308c67e]:
    • @clerk/backend@1.0.0-beta-v5.18
    • @clerk/clerk-react@5.0.0-beta-v5.17

@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 @dimkl

    • clerkClient.users.getOrganizationMembershipList(...)
    • clerkClient.organization.getOrganizationList(...)
    • clerkClient.organization.getOrganizationInvitationList(...)

    Revert changing the { data, errors } return value of the following helpers to throw the errors or return the data (keep v4 format):

    • import { verifyToken } from '@clerk/backend'
    • import { signJwt, hasValidSignature, decodeJwt, verifyJwt } from '@clerk/backend/jwt'
    • BAPI clerkClient methods eg (clerkClient.users.getUserList(...))
  • Updated dependencies [8e5c881c4, a6308c67e]:

    • @clerk/backend@1.0.0-beta-v5.18

@clerk/elements@0.0.2-beta-v5.8

Patch Changes

  • Updated dependencies [24de66951, 8e5c881c4]:
    • @clerk/nextjs@5.0.0-beta-v5.20
    • @clerk/clerk-react@5.0.0-beta-v5.17

@github-actions github-actions Bot force-pushed the changeset-release/main branch 13 times, most recently from efac5d3 to dd95047 Compare January 18, 2024 18:03
@clerk-cookie clerk-cookie changed the title Version Packages (alpha-v5) Version Packages (beta-v5) Jan 18, 2024
@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 551029f to 8d74f88 Compare January 19, 2024 00:49
@dimkl dimkl force-pushed the changeset-release/main branch from 34a1e50 to 4951461 Compare January 19, 2024 02:26
@dimkl dimkl enabled auto-merge January 19, 2024 02:28
@dimkl dimkl force-pushed the changeset-release/main branch from 4951461 to d3e9074 Compare January 19, 2024 02:30
@github-actions github-actions Bot force-pushed the changeset-release/main branch from d3e9074 to 1fccaf5 Compare January 19, 2024 02:33
@dimkl dimkl closed this Jan 19, 2024
auto-merge was automatically disabled January 19, 2024 02:34

Pull request was closed

@dimkl dimkl reopened this Jan 19, 2024
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 1fccaf5 to 7135632 Compare January 19, 2024 02:42
@dimkl dimkl closed this Jan 19, 2024
@dimkl dimkl reopened this Jan 19, 2024
@dimkl dimkl enabled auto-merge January 19, 2024 02:43
@dimkl dimkl disabled auto-merge January 19, 2024 02:48
@dimkl dimkl closed this Jan 19, 2024
@dimkl dimkl deleted the changeset-release/main branch January 19, 2024 02:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants