-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci(repo): Version packages #5524
Open
clerk-cookie
wants to merge
1
commit into
main
Choose a base branch
from
changeset-release/main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
3bafddf
to
0c08a65
Compare
0c08a65
to
c5d24ee
Compare
c5d24ee
to
0acc156
Compare
0acc156
to
f25640f
Compare
2ab2880
to
4ec833b
Compare
4ec833b
to
7250ba3
Compare
7250ba3
to
87c4457
Compare
87c4457
to
bdb1186
Compare
bdb1186
to
a1990cd
Compare
a1990cd
to
0e8eee7
Compare
0e8eee7
to
1b15b5f
Compare
1b15b5f
to
3ec92df
Compare
3ec92df
to
073fbcb
Compare
073fbcb
to
806151d
Compare
806151d
to
0192501
Compare
0192501
to
02fa888
Compare
02fa888
to
aa87080
Compare
aa87080
to
67590f7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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/[email protected]
Minor Changes
useAuth
to handle pending sessions as signed-out by default, with opt-out viauseAuth({ treatPendingAsSignedOut: false })
orclerk({ treatPendingAsSignedOut: false })
(#5507) by @LauraBeatrisPatch Changes
Introduce
treatPendingAsSignedOut
prop to client control components (#5512) by @LauraBeatrisUpdated dependencies [
e1ec52b
,bebb6d8
,d0d5203
,6112420
,2cceeba
,9b25e31
]:@clerk/[email protected]
Minor Changes
Introduces
ver
as 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/[email protected]
Minor Changes
Update
useAuth
to 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
clerkMiddleware
with support for both standard and strict-dynamic modes. Key features: (#5493) by @jacekradkoExample
Patch Changes
e1ec52b
,bebb6d8
,a8180ce
,d0d5203
,6112420
,2cceeba
,026ad57
,9b25e31
]:@clerk/[email protected]
Minor Changes
Update
useSession
to handle pending sessions as signed-out by default, with opt-out viauseSession({ treatPendingAsSignedOut: false })
or<ClerkProvider treatPendingAsSignedOut={false} />
(#5525) by @LauraBeatrisUpdate
useAuth
to 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
treatPendingAsSignedOut
prop to client control components (#5512) by @LauraBeatrisUpdated dependencies [
e1ec52b
,bebb6d8
,d0d5203
,6112420
,9b25e31
]:@clerk/[email protected]
Minor Changes
useAuth
to 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/[email protected]
Minor Changes
ver
as 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
ver
claim as experimental (#5548) by @octoper@clerk/[email protected]
Minor Changes
Update
useSession
to handle pending sessions as signed-out by default, with opt-out viauseSession({ treatPendingAsSignedOut: false })
orapp.use(clerkPlugin, { treatPendingAsSignedOut: false })
(#5525) by @LauraBeatrisUpdate
useAuth
to handle pending sessions as signed-out by default, with opt-out viauseAuth({ treatPendingAsSignedOut: false })
orapp.use(clerkPlugin, { treatPendingAsSignedOut: false })
(#5507) by @LauraBeatrisPatch Changes
Introduce
treatPendingAsSignedOut
prop to client control components (#5512) by @LauraBeatrisUpdated dependencies [
e1ec52b
,bebb6d8
,d0d5203
,6112420
,9b25e31
]:@clerk/[email protected]
Patch Changes
e1ec52b
,bebb6d8
,d0d5203
,6112420
,2cceeba
,9b25e31
]:@clerk/[email protected]
Patch Changes
31ad772
,e1ec52b
,bebb6d8
,a8180ce
,936d223
,9f3de7a
,6112420
,e1ec52b
,026ad57
,250b311
]:@clerk/[email protected]
Patch Changes
Adds support for Apple Pay to
AddPaymentSource
component, 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
resourceId
touseFetch
hook (#5536) by @aelioxFix routing issue in
<Checkout />
component by wrapping theLazyDrawerRenderer
with 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
setActive
for internal routing only (#5535) by @LauraBeatrisUpdated dependencies [
e1ec52b
,bebb6d8
,c3e7886
,d0d5203
,6112420
,9b25e31
,26ce4c1
]:@clerk/[email protected]
Patch Changes
e1ec52b
,bebb6d8
,a8180ce
,d0d5203
,6112420
,026ad57
,9b25e31
]:@clerk/[email protected]
Patch Changes
31ad772
,e1ec52b
,bebb6d8
,a8180ce
,936d223
,d0d5203
,9f3de7a
,6112420
,e1ec52b
,026ad57
,250b311
,9b25e31
]:@clerk/[email protected]
Patch Changes
e1ec52b
,bebb6d8
,d0d5203
,6112420
,9b25e31
]:@clerk/[email protected]
Patch Changes
e1ec52b
,bebb6d8
,d0d5203
,6112420
,2cceeba
,9b25e31
]:@clerk/[email protected]
Patch Changes
e1ec52b
,bebb6d8
,d0d5203
,6112420
,2cceeba
,9b25e31
]:@clerk/[email protected]
Patch Changes
feat(localizations): Add waitlist values for es-MX (#5392) by @Gledros
Improve
de-DE
localization by defining previouslyundefined
values (#5508) by @vaihtovirtaUpdated dependencies [
e1ec52b
,bebb6d8
,d0d5203
,9b25e31
]:@clerk/[email protected]
Patch Changes
a8180ce
,e1ec52b
,6112420
,bebb6d8
,d0d5203
,6112420
,2cceeba
,026ad57
,9b25e31
]:@clerk/[email protected]
Patch Changes
e1ec52b
,bebb6d8
,a8180ce
,d0d5203
,6112420
,2cceeba
,026ad57
,9b25e31
]:@clerk/[email protected]
Patch Changes
e1ec52b
,bebb6d8
,a8180ce
,d0d5203
,6112420
,2cceeba
,026ad57
,9b25e31
]:@clerk/[email protected]
Patch Changes
e1ec52b
,bebb6d8
,a8180ce
,d0d5203
,6112420
,2cceeba
,026ad57
,9b25e31
]:@clerk/[email protected]
Patch Changes
e1ec52b
,bebb6d8
,d0d5203
,6112420
,2cceeba
,9b25e31
]:@clerk/[email protected]
Patch Changes
e1ec52b
,bebb6d8
,d0d5203
,9b25e31
]: