ci(repo): Version packages - #5524
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
April 3, 2025 18:19
3bafddf to
0c08a65
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
April 3, 2025 19:17
0c08a65 to
c5d24ee
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
April 3, 2025 19:28
c5d24ee to
0acc156
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
April 3, 2025 21:34
0acc156 to
f25640f
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
April 4, 2025 15:05
7250ba3 to
87c4457
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
April 4, 2025 18:24
87c4457 to
bdb1186
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
April 4, 2025 20:28
bdb1186 to
a1990cd
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
April 4, 2025 22:54
a1990cd to
0e8eee7
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
April 7, 2025 07:58
0e8eee7 to
1b15b5f
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
April 7, 2025 08:46
1b15b5f to
3ec92df
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
April 7, 2025 09:47
3ec92df to
073fbcb
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
April 7, 2025 09:58
073fbcb to
806151d
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
April 7, 2025 10:08
806151d to
0192501
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
April 7, 2025 10:22
0192501 to
02fa888
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
April 7, 2025 10:42
02fa888 to
aa87080
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
April 7, 2025 11:05
aa87080 to
67590f7
Compare
dstaley
approved these changes
Apr 7, 2025
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@2.6.0
Minor Changes
useAuthto handle pending sessions as signed-out by default, with opt-out viauseAuth({ treatPendingAsSignedOut: false })orclerk({ treatPendingAsSignedOut: false })(#5507) by @LauraBeatrisPatch Changes
Introduce
treatPendingAsSignedOutprop to client control components (#5512) by @LauraBeatrisUpdated dependencies [
e1ec52b,bebb6d8,d0d5203,6112420,2cceeba,9b25e31]:@clerk/backend@1.27.0
Minor Changes
Introduces
veras JWT claim to allow versioning of the session token. (#5521) by @octoperAdded constants.Headers.ContentSecurityPolicy and constants.Headers.Nonce (#5493) by @jacekradko
Patch Changes
e1ec52b,bebb6d8,d0d5203,6112420,9b25e31]:@clerk/nextjs@6.14.0
Minor Changes
Update
useAuthto handle pending sessions as signed-out by default, with opt-out viauseAuth({ treatPendingAsSignedOut: false })or<ClerkProvider treatPendingAsSignedOut={false} />(#5507) by @LauraBeatrisauth().redirectToSignUp()that can be used in API routes and pages. Originally effort by @sambarnes (#5533) by @panteliselefAdded Content Security Policy (CSP) header generation functionality to
clerkMiddlewarewith support for both standard and strict-dynamic modes. Key features: (#5493) by @jacekradkoExample
Patch Changes
e1ec52b,bebb6d8,a8180ce,d0d5203,6112420,2cceeba,026ad57,9b25e31]:@clerk/clerk-react@5.26.0
Minor Changes
Update
useSessionto handle pending sessions as signed-out by default, with opt-out viauseSession({ treatPendingAsSignedOut: false })or<ClerkProvider treatPendingAsSignedOut={false} />(#5525) by @LauraBeatrisUpdate
useAuthto handle pending sessions as signed-out by default, with opt-out viauseAuth({ treatPendingAsSignedOut: false })or<ClerkProvider treatPendingAsSignedOut={false} />(#5507) by @LauraBeatrisPatch Changes
Fixes an issue where a race condition was caused by triggering navigations during a call to
setActive. (#5515) by @dstaleyIntroduce
clerk.__internal_openCheckout()andclerk.__internal_closeCheckout()methods and remove<Checkout />from within the<PricingTable />component. (#5481) by @alexcarpenterIntroduce
treatPendingAsSignedOutprop to client control components (#5512) by @LauraBeatrisUpdated dependencies [
e1ec52b,bebb6d8,d0d5203,6112420,9b25e31]:@clerk/shared@3.4.0
Minor Changes
useAuthto handle pending sessions as signed-out by default, with opt-out viauseAuth({ treatPendingAsSignedOut: false })or<ClerkProvider treatPendingAsSignedOut={false} />(#5507) by @LauraBeatrisPatch Changes
e1ec52b,bebb6d8,d0d5203,9b25e31]:@clerk/types@4.51.0
Minor Changes
veras JWT claim to allow versioning of the session token. (#5521) by @octoperPatch Changes
Fixes an issue where a race condition was caused by triggering navigations during a call to
setActive. (#5515) by @dstaleyIntroduce
clerk.__internal_openCheckout()andclerk.__internal_closeCheckout()methods and remove<Checkout />from within the<PricingTable />component. (#5481) by @alexcarpenterMark
verclaim as experimental (#5548) by @octoper@clerk/vue@1.5.0
Minor Changes
Update
useSessionto handle pending sessions as signed-out by default, with opt-out viauseSession({ treatPendingAsSignedOut: false })orapp.use(clerkPlugin, { treatPendingAsSignedOut: false })(#5525) by @LauraBeatrisUpdate
useAuthto handle pending sessions as signed-out by default, with opt-out viauseAuth({ treatPendingAsSignedOut: false })orapp.use(clerkPlugin, { treatPendingAsSignedOut: false })(#5507) by @LauraBeatrisPatch Changes
Introduce
treatPendingAsSignedOutprop to client control components (#5512) by @LauraBeatrisUpdated dependencies [
e1ec52b,bebb6d8,d0d5203,6112420,9b25e31]:@clerk/agent-toolkit@0.0.18
Patch Changes
e1ec52b,bebb6d8,d0d5203,6112420,2cceeba,9b25e31]:@clerk/chrome-extension@2.2.25
Patch Changes
31ad772,e1ec52b,bebb6d8,a8180ce,936d223,9f3de7a,6112420,e1ec52b,026ad57,250b311]:@clerk/clerk-js@5.59.1
Patch Changes
Adds support for Apple Pay to
AddPaymentSourcecomponent, and removes the unusable "collapsed" state. (#5506) by @aelioxFixes an issue where a race condition was caused by triggering navigations during a call to
setActive. (#5515) by @dstaleyIntroduce
clerk.__internal_openCheckout()andclerk.__internal_closeCheckout()methods and remove<Checkout />from within the<PricingTable />component. (#5481) by @alexcarpenterAdd optional
resourceIdtouseFetchhook (#5536) by @aelioxFix routing issue in
<Checkout />component by wrapping theLazyDrawerRendererwith nestedVirtualRouter. (#5527) by @alexcarpenterFixes an issue where the SSO callback URL was incorrectly set for combined sign-in/sign-up. (#5515) by @dstaley
Trigger navigation to tasks on
setActivefor internal routing only (#5535) by @LauraBeatrisUpdated dependencies [
e1ec52b,bebb6d8,c3e7886,d0d5203,6112420,9b25e31,26ce4c1]:@clerk/elements@0.23.10
Patch Changes
e1ec52b,bebb6d8,a8180ce,d0d5203,6112420,026ad57,9b25e31]:@clerk/clerk-expo@2.9.8
Patch Changes
31ad772,e1ec52b,bebb6d8,a8180ce,936d223,d0d5203,9f3de7a,6112420,e1ec52b,026ad57,250b311,9b25e31]:@clerk/expo-passkeys@0.2.2
Patch Changes
e1ec52b,bebb6d8,d0d5203,6112420,9b25e31]:@clerk/express@1.4.1
Patch Changes
e1ec52b,bebb6d8,d0d5203,6112420,2cceeba,9b25e31]:@clerk/fastify@2.2.1
Patch Changes
e1ec52b,bebb6d8,d0d5203,6112420,2cceeba,9b25e31]:@clerk/localizations@3.13.6
Patch Changes
feat(localizations): Add waitlist values for es-MX (#5392) by @Gledros
Improve
de-DElocalization by defining previouslyundefinedvalues (#5508) by @vaihtovirtaUpdated dependencies [
e1ec52b,bebb6d8,d0d5203,9b25e31]:@clerk/nuxt@1.5.1
Patch Changes
a8180ce,e1ec52b,6112420,bebb6d8,d0d5203,6112420,2cceeba,026ad57,9b25e31]:@clerk/react-router@1.2.1
Patch Changes
e1ec52b,bebb6d8,a8180ce,d0d5203,6112420,2cceeba,026ad57,9b25e31]:@clerk/remix@4.5.13
Patch Changes
e1ec52b,bebb6d8,a8180ce,d0d5203,6112420,2cceeba,026ad57,9b25e31]:@clerk/tanstack-react-start@0.13.1
Patch Changes
e1ec52b,bebb6d8,a8180ce,d0d5203,6112420,2cceeba,026ad57,9b25e31]:@clerk/testing@1.4.35
Patch Changes
e1ec52b,bebb6d8,d0d5203,6112420,2cceeba,9b25e31]:@clerk/themes@2.2.28
Patch Changes
e1ec52b,bebb6d8,d0d5203,9b25e31]: