ci(repo): Version packages#8440
Open
clerk-cookie wants to merge 1 commit intomainfrom
Open
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
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.1.1
Patch Changes
1c27d4d]:@clerk/backend@3.4.5
Patch Changes
1c27d4d]:@clerk/chrome-extension@3.1.22
Patch Changes
1c27d4d,84698b5]:@clerk/clerk-js@6.8.1
Patch 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 [
1c27d4d]:@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 [
1c27d4d]:@clerk/expo-passkeys@1.0.21
Patch Changes
1c27d4d]:@clerk/express@2.1.13
Patch Changes
1c27d4d]:@clerk/fastify@3.1.23
Patch Changes
1c27d4d]:@clerk/hono@0.1.23
Patch Changes
1c27d4d]:@clerk/localizations@4.5.9
Patch Changes
1c27d4d]:@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 [
1c27d4d]:@clerk/nuxt@2.3.1
Patch Changes
Follow Nuxt module conventions for server-side imports. (#8439) by @wobsoriano
Updated dependencies [
1c27d4d]:@clerk/react@6.5.1
Patch 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 [
1c27d4d]:@clerk/react-router@3.2.1
Patch Changes
1c27d4d]:@clerk/shared@4.9.1
Patch 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.@clerk/tanstack-react-start@1.2.1
Patch Changes
1c27d4d]:@clerk/testing@2.0.25
Patch Changes
1c27d4d]:@clerk/ui@1.7.1
Patch Changes
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 [
1c27d4d]:@clerk/vue@2.1.1
Patch Changes
1c27d4d]:@clerk/msw@0.0.21
Patch Changes
1c27d4d]: