-
Notifications
You must be signed in to change notification settings - Fork 345
ci(repo): Version packages #5466
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 ↗︎
|
ace6eb2
to
87d3c57
Compare
87d3c57
to
40ebcbd
Compare
40ebcbd
to
c13977a
Compare
c13977a
to
5823092
Compare
5823092
to
fd1e39e
Compare
fd1e39e
to
5e30aeb
Compare
5e30aeb
to
734e716
Compare
734e716
to
3ca2155
Compare
3ca2155
to
d29b238
Compare
d29b238
to
2ec9646
Compare
2ec9646
to
a74c462
Compare
a74c462
to
c2984a2
Compare
c2984a2
to
ff6897f
Compare
a403253
to
cb56dfd
Compare
anagstef
approved these changes
Apr 3, 2025
cb56dfd
to
994e7a6
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
Introduce a
verifyWebhook()
function to verify incoming Clerk webhook requests and process the payload. This function handles webhook signature verification usingSvix
and is now available across all backend and fullstack SDKs. (#5468) by @wobsorianoTo get started, install
svix
, which Clerk uses to verify its webhooks:Then in your webhook route handler, import
verifyWebhook()
from the Astro SDK:For more information on how to sync Clerk data to your app with webhooks, see our guide.
Redirect to tasks on
auth.protect
andauth.redirectToSignIn
(#5440) by @LauraBeatrisPatch Changes
Remove telemtry event from
clerkMiddleware()
. (#5501) by @brkalowUpdated dependencies [
60a9a51
,e984494
,cd6ee92
,ec4521b
,38828ae
,f30fa75
,9c68678
,fe065a9
,619cde8
]:@clerk/[email protected]
Minor Changes
Expose
retryAfter
value onClerkAPIResponseError
for 429 responses. (#5480) by @dstaleyIntroduce a
verifyWebhook()
function to verify incoming Clerk webhook requests and process the payload. This function handles webhook signature verification usingSvix
and is now available across all backend and fullstack SDKs. (#5468) by @wobsorianoTo get started, install
svix
, which Clerk uses to verify its webhooks:Then in your webhook route handler, import
verifyWebhook()
from the Backend SDK:For more information on how to sync Clerk data to your app with webhooks, see our guide.
Redirect to tasks on
auth.protect
andauth.redirectToSignIn
(#5440) by @LauraBeatrisPatch Changes
60a9a51
,e984494
,ec4521b
,38828ae
,f30fa75
,9c68678
,619cde8
]:@clerk/[email protected]
Minor Changes
Improve session refresh logic. (#5397) by @panteliselef
getToken()
call complete before the next poll begins.Clerk.handleUnauthenticated()
now sets the session to null when a/client
request returns a500
status code, preventing infinite request loops./client
request fails during initialization, the poller stops, a dummy client is created, a manual request to/tokens
is attempted, and polling resumes.Expose
retryAfter
value onClerkAPIResponseError
for 429 responses. (#5480) by @dstaleyPatch Changes
Remove non-actionable error from Session poller. (#5494) by @panteliselef
Treat pending sessions as signed-out by default in
Clerk.isSignedIn
(#5505) by @LauraBeatrisadd v0 preview domain to opt-in to pop-up auth flow (#5502) by @mwickett
Fix sign in prepare first factor cache key (#5474) by @octoper
Create a utility that implements
Promise.allSettled
with ES6/ES2015 compatibility. (#5491) by @panteliselefRemove usage of
<PlanCard />
from<SubscriptionDetailDrawer />
. (#5469) by @alexcarpenterAdd payment source section to
UserProfile
(#5492) by @aelioxUpdate secured by clerk link URL. (#5504) by @alexcarpenter
Emit captcha errors if the turnstile fails to execute (#5520) by @anagstef
Sorting available factors so factors with primary will always be on top (#5465) by @octoper
Allows to set primary phone number action when reverification is enabled
Filters out non supported strategies for reverification (#5475) by @octoper
Updated dependencies [
60a9a51
,e984494
,67d34eb
,ec4521b
,38828ae
,f30fa75
,9c68678
,619cde8
]:@clerk/[email protected]
Minor Changes
Introduce a
verifyWebhook()
function to verify incoming Clerk webhook requests and process the payload. This function handles webhook signature verification usingSvix
and is now available across all backend and fullstack SDKs. (#5468) by @wobsorianoTo get started, install
svix
, which Clerk uses to verify its webhooks:Then in your webhook route handler, import
verifyWebhook()
from the Express SDK:For more information on how to sync Clerk data to your app with webhooks, see our guide.
Patch Changes
60a9a51
,e984494
,cd6ee92
,ec4521b
,38828ae
,f30fa75
,9c68678
,fe065a9
,619cde8
]:@clerk/[email protected]
Minor Changes
Introduce a
verifyWebhook()
function to verify incoming Clerk webhook requests and process the payload. This function handles webhook signature verification usingSvix
and is now available across all backend and fullstack SDKs. (#5468) by @wobsorianoTo get started, install
svix
, which Clerk uses to verify its webhooks:Then in your webhook route handler, import
verifyWebhook()
from the Fastify SDK:For more information on how to sync Clerk data to your app with webhooks, see our guide.
Patch Changes
60a9a51
,e984494
,cd6ee92
,ec4521b
,38828ae
,f30fa75
,9c68678
,fe065a9
,619cde8
]:@clerk/[email protected]
Minor Changes
Introduce a
verifyWebhook()
function to verify incoming Clerk webhook requests and process the payload. This function handles webhook signature verification usingSvix
and is now available across all backend and fullstack SDKs. (#5468) by @wobsorianoTo get started, install
svix
, which Clerk uses to verify its webhooks:Then in your webhook route handler, import
verifyWebhook()
from the Next.js SDK:For more information on how to sync Clerk data to your app with webhooks, see our guide.
Redirect to tasks on
auth.protect
andauth.redirectToSignIn
(#5440) by @LauraBeatrisPatch Changes
Fixing a Typing error in clerkMiddleware (#5470) by @jacekradko
Remove telemtry event from
clerkMiddleware()
. (#5501) by @brkalowUpdated dependencies [
60a9a51
,e984494
,cd6ee92
,ec4521b
,38828ae
,f30fa75
,9c68678
,fe065a9
,619cde8
]:@clerk/[email protected]
Minor Changes
Deprecate
event.context.auth
in favor ofevent.context.auth()
as function (#5513) by @LauraBeatrisIntroduce a
verifyWebhook()
function to verify incoming Clerk webhook requests and process the payload. This function handles webhook signature verification usingSvix
and is now available across all backend and fullstack SDKs. (#5468) by @wobsorianoTo get started, install
svix
, which Clerk uses to verify its webhooks:Then in your webhook route handler, import
verifyWebhook()
from the Nuxt SDK:For more information on how to sync Clerk data to your app with webhooks, see our guide.
Patch Changes
Remove telemtry event from
clerkMiddleware()
. (#5501) by @brkalowUpdated dependencies [
60a9a51
,e984494
,cd6ee92
,ec4521b
,38828ae
,f30fa75
,9c68678
,fe065a9
,619cde8
]:@clerk/[email protected]
Minor Changes
Introduce a
verifyWebhook()
function to verify incoming Clerk webhook requests and process the payload. This function handles webhook signature verification usingSvix
and is now available across all backend and fullstack SDKs. (#5468) by @wobsorianoTo get started, install
svix
, which Clerk uses to verify its webhooks:Then in your webhook route handler, import
verifyWebhook()
from the React Router SDK:For more information on how to sync Clerk data to your app with webhooks, see our guide.
Patch Changes
60a9a51
,e984494
,cd6ee92
,ec4521b
,38828ae
,f30fa75
,9c68678
,fe065a9
,619cde8
]:@clerk/[email protected]
Minor Changes
Expose
retryAfter
value onClerkAPIResponseError
for 429 responses. (#5480) by @dstaleySet
retryImmediately: false
as the default forretry()
. (#5397) by @panteliselefBump
swr
to2.3.3
. (#5467) by @panteliselefPatch Changes
Create a utility that implements
Promise.allSettled
with ES6/ES2015 compatibility. (#5491) by @panteliselefUpdated dependencies [
ec4521b
,f30fa75
,9c68678
]:@clerk/[email protected]
Minor Changes
Introduce a
verifyWebhook()
function to verify incoming Clerk webhook requests and process the payload. This function handles webhook signature verification usingSvix
and is now available across all backend and fullstack SDKs. (#5468) by @wobsorianoTo get started, install
svix
, which Clerk uses to verify its webhooks:Then in your webhook route handler, import
verifyWebhook()
from the TanStack React Start SDK:For more information on how to sync Clerk data to your app with webhooks, see our guide.
Patch Changes
60a9a51
,e984494
,cd6ee92
,ec4521b
,38828ae
,f30fa75
,9c68678
,fe065a9
,619cde8
]:@clerk/[email protected]
Patch Changes
60a9a51
,e984494
,cd6ee92
,ec4521b
,38828ae
,f30fa75
,9c68678
,fe065a9
,619cde8
]:@clerk/[email protected]
Patch Changes
e984494
,60a9a51
,e984494
,837d7ca
,243b153
,7ee21b7
,1b1d49b
,ec4521b
,38828ae
,f30fa75
,9c68678
,6fcd93c
,ab1c379
,04ba49f
,619cde8
,743f1f1
]:@clerk/[email protected]
Patch Changes
60a9a51
,e984494
,ec4521b
,38828ae
,f30fa75
,9c68678
,619cde8
]:@clerk/[email protected]
Patch Changes
e984494
,60a9a51
,e984494
,837d7ca
,243b153
,7ee21b7
,1b1d49b
,ec4521b
,38828ae
,f30fa75
,9c68678
,6fcd93c
,ab1c379
,04ba49f
,619cde8
,743f1f1
]:@clerk/[email protected]
Patch Changes
60a9a51
,e984494
,ec4521b
,38828ae
,f30fa75
,9c68678
,619cde8
]:@clerk/[email protected]
Patch Changes
Update fr-FR TOS/privacy policy loclization to include the appropriate links. (#5511) by @alexcarpenter
Add payment source section to
UserProfile
(#5492) by @aelioxUpdated dependencies [
ec4521b
,f30fa75
,9c68678
]:@clerk/[email protected]
Patch Changes
Improve JSDoc comments (#5457) by @alexisintech
Updated dependencies [
60a9a51
,e984494
,ec4521b
,38828ae
,f30fa75
,9c68678
,619cde8
]:@clerk/[email protected]
Patch Changes
60a9a51
,e984494
,cd6ee92
,ec4521b
,38828ae
,f30fa75
,9c68678
,fe065a9
,619cde8
]:@clerk/[email protected]
Patch Changes
60a9a51
,e984494
,cd6ee92
,ec4521b
,38828ae
,f30fa75
,9c68678
,fe065a9
,619cde8
]:@clerk/[email protected]
Patch Changes
ec4521b
,f30fa75
,9c68678
]:@clerk/[email protected]
Patch Changes
Improve JSDoc comments (#5457) by @alexisintech
Remove usage of
<PlanCard />
from<SubscriptionDetailDrawer />
. (#5469) by @alexcarpenterAdd payment source section to
UserProfile
(#5492) by @aeliox@clerk/[email protected]
Patch Changes
60a9a51
,e984494
,ec4521b
,38828ae
,f30fa75
,9c68678
,619cde8
]: