-
Notifications
You must be signed in to change notification settings - Fork 338
ci(repo): Version packages #5665
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
Merged
Merged
Conversation
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
7ddab31
to
b299806
Compare
b299806
to
e54f1a3
Compare
e54f1a3
to
a2f3478
Compare
a2f3478
to
030f6f6
Compare
030f6f6
to
d0e9064
Compare
d0e9064
to
9038060
Compare
9038060
to
ac4ef2d
Compare
ac4ef2d
to
eb04346
Compare
eb04346
to
c9a6757
Compare
c9a6757
to
3127b4f
Compare
tmilewski
approved these changes
Apr 21, 2025
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
Introduce
Clerk.status
for tracking the state of the clerk singleton. (#5476) by @panteliselefPossible values for
Clerk.status
are:"loading"
: Set during initialization"error"
: Set when hotloading clerk-js failed orClerk.load()
failed"ready"
: Set when Clerk is fully operational"degraded"
: Set when Clerk is partially operationalThe computed value of
Clerk.loaded
is:true
whenClerk.status
is either"ready"
or"degraded"
.false
whenClerk.status
is"loading"
or"error"
.Introduce
clerk.legacy.browser.js
for legacy browser support. (#5495) by @dstaleyPatch Changes
Fix duplicate checkout calls when clicking Get Started buttons (#5664) by @aeliox
Remove the experimental commerce flag (#5666) by @aeliox
Adds support for collecting and verifying user email (when they don't already have one associated with their payer) during checkout (#5671) by @aeliox
Fixes incorrect org invoices endpoint.
Extracts plan CTA button styling, labeling, and selecting into context methods.
Adds UserProfile / OrgProfile specific scrollbox IDs for drawer portal-ing (fixes issue where both could be open)
Fixes incorrect button action in SubscriptionList for active but expiring subscriptions.
Rollback change to lazy-loading suspense wrapper (#5670) by @aeliox
Add
<SubscriptionsList />
to both UserProfile and OrgProfile components. (#5658) by @alexcarpenterIntroduce experimental method for opening
<SubscriptionDetails />
component.Updated dependencies [
68dc2b6
,33201bf
,4334598
,0ae0403
]:@clerk/[email protected]
Minor Changes
Introduce
useClerk().status
alongside<ClerkFailed />
and<ClerkDegraded />
. (#5476) by @panteliselefuseClerk().status
Possible values for
useClerk().status
are:"loading"
: Set during initialization"error"
: Set when hotloading clerk-js failed orClerk.load()
failed"ready"
: Set when Clerk is fully operational"degraded"
: Set when Clerk is partially operationalThe computed value of
useClerk().loaded
is:true
whenuseClerk().status
is either"ready"
or"degraded"
.false
whenuseClerk().status
is"loading"
or"error"
.<ClerkFailed />
<ClerkDegraded />
Patch Changes
4334598
,33201bf
,4334598
,0ae0403
]:@clerk/[email protected]
Minor Changes
Introduce
useClerk().status
alongside<ClerkFailed />
and<ClerkDegraded />
. (#5476) by @panteliselefuseClerk().status
Possible values for
useClerk().status
are:"loading"
: Set during initialization"error"
: Set when hotloading clerk-js failed orClerk.load()
failed"ready"
: Set when Clerk is fully operational"degraded"
: Set when Clerk is partially operationalThe computed value of
useClerk().loaded
is:true
whenuseClerk().status
is either"ready"
or"degraded"
.false
whenuseClerk().status
is"loading"
or"error"
.<ClerkFailed />
<ClerkDegraded />
Patch Changes
Add
<SubscriptionsList />
to both UserProfile and OrgProfile components. (#5658) by @alexcarpenterIntroduce experimental method for opening
<SubscriptionDetails />
component.Updated dependencies [
33201bf
,4334598
,0ae0403
]:@clerk/[email protected]
Minor Changes
Switching over our interception of FAPI calls from page.route to context.route as routes set up with page.route() take precedence over browser context routes when request matches both handlers. (#5673) by @jacekradko
This allows for users to override calls to FAPI more consistently
Patch Changes
33201bf
,4334598
,0ae0403
]:@clerk/[email protected]
Minor Changes
Introduce
Clerk.status
for tracking the state of the clerk singleton. (#5476) by @panteliselefPossible values for
Clerk.status
are:"loading"
: Set during initialization"error"
: Set when hotloading clerk-js failed orClerk.load()
failed"ready"
: Set when Clerk is fully operational"degraded"
: Set when Clerk is partially operationalThe computed value of
Clerk.loaded
is:true
whenClerk.status
is either"ready"
or"degraded"
.false
whenClerk.status
is"loading"
or"error"
.Patch Changes
Adds support for collecting and verifying user email (when they don't already have one associated with their payer) during checkout (#5671) by @aeliox
Fixes incorrect org invoices endpoint.
Extracts plan CTA button styling, labeling, and selecting into context methods.
Adds UserProfile / OrgProfile specific scrollbox IDs for drawer portal-ing (fixes issue where both could be open)
Fixes incorrect button action in SubscriptionList for active but expiring subscriptions.
Add
<SubscriptionsList />
to both UserProfile and OrgProfile components. (#5658) by @alexcarpenterIntroduce experimental method for opening
<SubscriptionDetails />
component.@clerk/[email protected]
Patch Changes
33201bf
,4334598
,0ae0403
]:@clerk/[email protected]
Patch Changes
33201bf
,4334598
,0ae0403
]:@clerk/[email protected]
Patch Changes
33201bf
,4334598
,0ae0403
]:@clerk/[email protected]
Patch Changes
4334598
,3336161
,f707756
,33201bf
,62a1c54
,4334598
,0ae0403
,6f4cf71
]:@clerk/[email protected]
Patch Changes
4334598
,33201bf
,4334598
,0ae0403
]:@clerk/[email protected]
Patch Changes
4334598
,3336161
,f707756
,33201bf
,62a1c54
,4334598
,0ae0403
,6f4cf71
]:@clerk/[email protected]
Patch Changes
33201bf
,4334598
,0ae0403
]:@clerk/[email protected]
Patch Changes
33201bf
,4334598
,0ae0403
]:@clerk/[email protected]
Patch Changes
33201bf
,4334598
,0ae0403
]:@clerk/[email protected]
Patch Changes
Account for all possible cases from
not_allowed_access
error codes (#5688) by @tmilewskiAdds support for collecting and verifying user email (when they don't already have one associated with their payer) during checkout (#5671) by @aeliox
Fixes incorrect org invoices endpoint.
Extracts plan CTA button styling, labeling, and selecting into context methods.
Adds UserProfile / OrgProfile specific scrollbox IDs for drawer portal-ing (fixes issue where both could be open)
Fixes incorrect button action in SubscriptionList for active but expiring subscriptions.
Add
<SubscriptionsList />
to both UserProfile and OrgProfile components. (#5658) by @alexcarpenterIntroduce experimental method for opening
<SubscriptionDetails />
component.Updated dependencies [
33201bf
,4334598
,0ae0403
]:@clerk/[email protected]
Patch Changes
33201bf
,4334598
,0ae0403
]:@clerk/[email protected]
Patch Changes
4334598
,33201bf
,4334598
,0ae0403
]:@clerk/[email protected]
Patch Changes
4334598
,33201bf
,4334598
,0ae0403
]:@clerk/[email protected]
Patch Changes
33201bf
,4334598
,0ae0403
]:@clerk/[email protected]
Patch Changes
4334598
,33201bf
,4334598
,0ae0403
]:@clerk/[email protected]
Patch Changes
33201bf
,4334598
,0ae0403
]:@clerk/[email protected]
Patch Changes
33201bf
,4334598
,0ae0403
]: