releases.shpreview

Query client shim restored for @clerk/shared <4.10.0

@clerk/clerk-js@6.11.1

Patch Changes

  • Add confirmation step for <__experimental_ConfigureSSO /> (#8531) by @LauraBeatris

  • Restore the clerk.__internal_queryClient getter as a backward-compatibility shim so apps still on @clerk/shared < 4.10.0 can hydrate their query client and continue to render paginated hooks (e.g. useOrganizationList, useOrganization). The getter lazily imports @tanstack/query-core only when accessed, so apps on @clerk/shared >= 4.10.0 (which use the singleton in @clerk/shared) pay zero runtime cost. (#8562) by @wobsoriano

  • Fix Future signUp.update() and signUp.sso() to patch the active sign-up resource URL when continuing an existing sign-up. (#8558) by @jacekradko

  • Updated dependencies [9fa6642, 930047f, b45777c, 5a7225e]:

    • @clerk/shared@4.12.0

Fetched May 16, 2026

Query client shim restored for @clerk/shared <4.10.0… — releases.sh