ci(repo): Version packages#8440
Merged
jacekradko merged 1 commit intomainfrom May 5, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/hono
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
a5719a0 to
95601c8
Compare
95601c8 to
bb978ef
Compare
bb978ef to
54bf6a1
Compare
54bf6a1 to
2e5cec4
Compare
2e5cec4 to
812c5b1
Compare
812c5b1 to
3aaee62
Compare
3aaee62 to
cc7ba3a
Compare
cc7ba3a to
aea6e3d
Compare
aea6e3d to
f44a06f
Compare
f44a06f to
228a453
Compare
228a453 to
f729774
Compare
f729774 to
9746f0a
Compare
9746f0a to
de3aeb6
Compare
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.
Releases
@clerk/astro@3.2.0
Minor Changes
<ConfigureSSO />component. Not ready for usage yet. (#8427) by @LauraBeatrisPatch Changes
9e9230c,68d32df,1c27d4d,1001193]:@clerk/clerk-js@6.9.0
Minor Changes
<ConfigureSSO />component. Not ready for usage yet. (#8427) by @LauraBeatrisPatch Changes
Move ownership of the clerk-rq
QueryClientfrom@clerk/clerk-jsinto@clerk/shared. TheQueryObserver(constructed in@clerk/shared) and theQueryobjects it observes now always come from a single@tanstack/query-coreresolution — the cross-bundle API contract that produced @clerk/nextjs 7.2.8 breaks with e.isFetched' is undefined #8428 (Query.isFetched is not a function) no longer exists. (#8434) by @jacekradkoThis removes the undocumented
clerk.__internal_queryClientgetter from both@clerk/clerk-jsand@clerk/react'sIsomorphicClerk. TheQueryClientis owned by an internal singleton in@clerk/shared, lazily instantiated on the browser only — server renders returnundefined, preserving SSR safety and avoiding cross-request cache sharing.@tanstack/query-coreis no longer a direct dependency of@clerk/clerk-js; it remains a dep of@clerk/sharedand resolves consumer-side as before.Updated dependencies [
9e9230c,68d32df,1c27d4d,1001193]:@clerk/localizations@4.6.0
Minor Changes
<ConfigureSSO />component. Not ready for usage yet. (#8427) by @LauraBeatrisPatch Changes
Localize API keys table headers (#8462) by @jebibot
Updated dependencies [
9e9230c,68d32df,1c27d4d,1001193]:@clerk/nuxt@2.4.0
Minor Changes
<ConfigureSSO />component. Not ready for usage yet. (#8427) by @LauraBeatrisPatch Changes
Follow Nuxt module conventions for server-side imports. (#8439) by @wobsoriano
Updated dependencies [
9e9230c,68d32df,1c27d4d,1001193]:@clerk/react@6.6.0
Minor Changes
<ConfigureSSO />component. Not ready for usage yet. (#8427) by @LauraBeatrisPatch Changes
Move ownership of the clerk-rq
QueryClientfrom@clerk/clerk-jsinto@clerk/shared. TheQueryObserver(constructed in@clerk/shared) and theQueryobjects it observes now always come from a single@tanstack/query-coreresolution — the cross-bundle API contract that produced @clerk/nextjs 7.2.8 breaks with e.isFetched' is undefined #8428 (Query.isFetched is not a function) no longer exists. (#8434) by @jacekradkoThis removes the undocumented
clerk.__internal_queryClientgetter from both@clerk/clerk-jsand@clerk/react'sIsomorphicClerk. TheQueryClientis owned by an internal singleton in@clerk/shared, lazily instantiated on the browser only — server renders returnundefined, preserving SSR safety and avoiding cross-request cache sharing.@tanstack/query-coreis no longer a direct dependency of@clerk/clerk-js; it remains a dep of@clerk/sharedand resolves consumer-side as before.Updated dependencies [
9e9230c,68d32df,1c27d4d,1001193]:@clerk/shared@4.10.0
Minor Changes
<ConfigureSSO />component. Not ready for usage yet. (#8427) by @LauraBeatrisPatch Changes
Localize API keys table headers (#8462) by @jebibot
Avoid referencing
process.envwhen auto-proxy detection runs in runtimes whereprocessis unavailable. (#8466) by @jacekradkoMove ownership of the clerk-rq
QueryClientfrom@clerk/clerk-jsinto@clerk/shared. TheQueryObserver(constructed in@clerk/shared) and theQueryobjects it observes now always come from a single@tanstack/query-coreresolution — the cross-bundle API contract that produced @clerk/nextjs 7.2.8 breaks with e.isFetched' is undefined #8428 (Query.isFetched is not a function) no longer exists. (#8434) by @jacekradkoThis removes the undocumented
clerk.__internal_queryClientgetter from both@clerk/clerk-jsand@clerk/react'sIsomorphicClerk. TheQueryClientis owned by an internal singleton in@clerk/shared, lazily instantiated on the browser only — server renders returnundefined, preserving SSR safety and avoiding cross-request cache sharing.@tanstack/query-coreis no longer a direct dependency of@clerk/clerk-js; it remains a dep of@clerk/sharedand resolves consumer-side as before.@clerk/ui@1.8.0
Minor Changes
<ConfigureSSO />component. Not ready for usage yet. (#8427) by @LauraBeatrisPatch Changes
Localize API keys table headers (#8462) by @jebibot
Surface initialization errors and stalled mounts in the component renderer. The internal
ensureMountedpipeline now logs a[Clerk UI]error to the console when the lazy module import rejects, and emits a diagnostic warning if the renderer has not mounted within 10 seconds. Makes silent failures (e.g. failed dev-server chunk loads, unresolved lazy-compilation proxies) surface with an actionable message instead of hanging without feedback. (#8379) by @jacekradkoUpdated dependencies [
9e9230c,68d32df,1c27d4d,1001193]:@clerk/vue@2.2.0
Minor Changes
<ConfigureSSO />component. Not ready for usage yet. (#8427) by @LauraBeatrisPatch Changes
9e9230c,68d32df,1c27d4d,1001193]:@clerk/backend@3.4.5
Patch Changes
9e9230c,68d32df,1c27d4d,1001193]:@clerk/chrome-extension@3.1.22
Patch Changes
9e9230c,68d32df,1c27d4d,1001193,84698b5]:@clerk/expo@3.2.8
Patch Changes
Fix session loss on Expo JS reload (pressing R in dev) (#8469) by @chriscanin
NativeSessionSyncwas calling nativesignOut()during the loading phase whenisSignedInisundefined. On a JS reload, the native module persists from the previous session, sosignOut()revokes the session server-side and clears all keychain items, forcing the user to log in again. This adds anisLoadedguard so nativesignOut()is only called when Clerk has confirmed the user is actually signed out.Updated dependencies [
9e9230c,68d32df,1c27d4d,1001193]:@clerk/expo-passkeys@1.0.21
Patch Changes
9e9230c,68d32df,1c27d4d,1001193]:@clerk/express@2.1.13
Patch Changes
9e9230c,68d32df,1c27d4d,1001193]:@clerk/fastify@3.1.23
Patch Changes
9e9230c,68d32df,1c27d4d,1001193]:@clerk/hono@0.1.23
Patch Changes
9e9230c,68d32df,1c27d4d,1001193]:@clerk/nextjs@7.3.1
Patch Changes
Enforce middleware authorization during the keyless bootstrap window.
auth.protect()and custom authorization checks now fail closed instead of being bypassed while the publishable key is being provisioned. (#8369) by @jacekradkoUpdated dependencies [
9e9230c,68d32df,1c27d4d,1001193]:@clerk/react-router@3.2.1
Patch Changes
9e9230c,68d32df,1c27d4d,1001193]:@clerk/tanstack-react-start@1.2.1
Patch Changes
9e9230c,68d32df,1c27d4d,1001193]:@clerk/testing@2.0.25
Patch Changes
9e9230c,68d32df,1c27d4d,1001193]:@clerk/msw@0.0.21
Patch Changes
9e9230c,68d32df,1c27d4d,1001193]: