Uh oh!
There was an error while loading. Please reload this page.
ci(repo): Version packages - #5466
Merged
Merged
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
github-actionsBotforce-pushed
the
changeset-release/main
branch
from
March 27, 2025 16:48
ace6eb2 to
87d3c57Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
March 27, 2025 17:01
87d3c57 to
40ebcbdComparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
March 27, 2025 20:46
40ebcbd to
c13977aComparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
March 28, 2025 00:45
c13977a to
5823092Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
March 28, 2025 12:23
5823092 to
fd1e39eComparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
March 28, 2025 12:52
fd1e39e to
5e30aebComparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
March 28, 2025 23:10
5e30aeb to
734e716Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
March 30, 2025 20:47
734e716 to
3ca2155Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
March 30, 2025 22:07
3ca2155 to
d29b238Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
March 30, 2025 22:15
d29b238 to
2ec9646Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
March 31, 2025 08:38
2ec9646 to
a74c462Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
March 31, 2025 09:04
a74c462 to
c2984a2Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
March 31, 2025 09:57
c2984a2 to
ff6897fComparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
April 1, 2025 12:26
0fae7d6 to
fd1c926Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
April 1, 2025 14:56
fd1c926 to
f728073Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
April 1, 2025 15:45
f728073 to
2f00842Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
April 1, 2025 16:28
2f00842 to
672e9a7Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
April 1, 2025 17:09
672e9a7 to
5ffdb7bComparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
April 1, 2025 20:55
5ffdb7b to
c82799cComparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
April 2, 2025 07:40
c82799c to
b6b7d0aComparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
April 2, 2025 11:52
b6b7d0a to
37c36ecComparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
April 2, 2025 12:46
37c36ec to
f296ca1Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
April 2, 2025 16:39
f296ca1 to
6a09ecbComparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
April 2, 2025 18:25
6a09ecb to
2f67083Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
April 3, 2025 04:05
2f67083 to
49cd923Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
April 3, 2025 10:36
49cd923 to
a403253Comparegithub-actionsBotforce-pushed
the
changeset-release/main
branch
from
April 3, 2025 12:21
a403253 to
cb56dfdCompareanagstef
approved these changes
Apr 3, 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 freeto 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.5.0
Minor Changes
Introduce a
verifyWebhook()function to verify incoming Clerk webhook requests and process the payload. This function handles webhook signature verification usingSvixand 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.protectandauth.redirectToSignIn(#5440) by @LauraBeatrisPatch Changes
Remove telemtry event from
clerkMiddleware(). (#5501) by @brkalowUpdated dependencies [
60a9a51,e984494,cd6ee92,ec4521b,38828ae,f30fa75,9c68678,fe065a9,619cde8]:@clerk/backend@1.26.0
Minor Changes
Expose
retryAftervalue onClerkAPIResponseErrorfor 429 responses. (#5480) by @dstaleyIntroduce a
verifyWebhook()function to verify incoming Clerk webhook requests and process the payload. This function handles webhook signature verification usingSvixand 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.protectandauth.redirectToSignIn(#5440) by @LauraBeatrisPatch Changes
60a9a51,e984494,ec4521b,38828ae,f30fa75,9c68678,619cde8]:@clerk/clerk-js@5.59.0
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/clientrequest returns a500status code, preventing infinite request loops./clientrequest fails during initialization, the poller stops, a dummy client is created, a manual request to/tokensis attempted, and polling resumes.Expose
retryAftervalue onClerkAPIResponseErrorfor 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.allSettledwith 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/express@1.4.0
Minor Changes
Introduce a
verifyWebhook()function to verify incoming Clerk webhook requests and process the payload. This function handles webhook signature verification usingSvixand 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/fastify@2.2.0
Minor Changes
Introduce a
verifyWebhook()function to verify incoming Clerk webhook requests and process the payload. This function handles webhook signature verification usingSvixand 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/nextjs@6.13.0
Minor Changes
Introduce a
verifyWebhook()function to verify incoming Clerk webhook requests and process the payload. This function handles webhook signature verification usingSvixand 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.protectandauth.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/nuxt@1.5.0
Minor Changes
Deprecate
event.context.authin favor ofevent.context.auth()as function (#5513) by @LauraBeatrisexport default clerkMiddleware((event) => { + const { userId } = event.context.auth()- const { userId } = event.context.auth const isAdminRoute = event.path.startsWith('/api/admin') if (!userId && isAdminRoute) { throw createError({ statusCode: 401, statusMessage: 'Unauthorized: User not signed in', }) } })Introduce a
verifyWebhook()function to verify incoming Clerk webhook requests and process the payload. This function handles webhook signature verification usingSvixand 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/react-router@1.2.0
Minor Changes
Introduce a
verifyWebhook()function to verify incoming Clerk webhook requests and process the payload. This function handles webhook signature verification usingSvixand 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/shared@3.3.0
Minor Changes
Expose
retryAftervalue onClerkAPIResponseErrorfor 429 responses. (#5480) by @dstaleySet
retryImmediately: falseas the default forretry(). (#5397) by @panteliselefBump
swrto2.3.3. (#5467) by @panteliselefPatch Changes
Create a utility that implements
Promise.allSettledwith ES6/ES2015 compatibility. (#5491) by @panteliselefUpdated dependencies [
ec4521b,f30fa75,9c68678]:@clerk/tanstack-react-start@0.13.0
Minor Changes
Introduce a
verifyWebhook()function to verify incoming Clerk webhook requests and process the payload. This function handles webhook signature verification usingSvixand 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/agent-toolkit@0.0.17
Patch Changes
60a9a51,e984494,cd6ee92,ec4521b,38828ae,f30fa75,9c68678,fe065a9,619cde8]:@clerk/chrome-extension@2.2.24
Patch Changes
e984494,60a9a51,e984494,837d7ca,243b153,7ee21b7,1b1d49b,ec4521b,38828ae,f30fa75,9c68678,6fcd93c,ab1c379,04ba49f,619cde8,743f1f1]:@clerk/elements@0.23.9
Patch Changes
60a9a51,e984494,ec4521b,38828ae,f30fa75,9c68678,619cde8]:@clerk/clerk-expo@2.9.7
Patch Changes
e984494,60a9a51,e984494,837d7ca,243b153,7ee21b7,1b1d49b,ec4521b,38828ae,f30fa75,9c68678,6fcd93c,ab1c379,04ba49f,619cde8,743f1f1]:@clerk/expo-passkeys@0.2.1
Patch Changes
60a9a51,e984494,ec4521b,38828ae,f30fa75,9c68678,619cde8]:@clerk/localizations@3.13.5
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/clerk-react@5.25.6
Patch Changes
Improve JSDoc comments (#5457) by @alexisintech
Updated dependencies [
60a9a51,e984494,ec4521b,38828ae,f30fa75,9c68678,619cde8]:@clerk/remix@4.5.12
Patch Changes
60a9a51,e984494,cd6ee92,ec4521b,38828ae,f30fa75,9c68678,fe065a9,619cde8]:@clerk/testing@1.4.34
Patch Changes
60a9a51,e984494,cd6ee92,ec4521b,38828ae,f30fa75,9c68678,fe065a9,619cde8]:@clerk/themes@2.2.27
Patch Changes
ec4521b,f30fa75,9c68678]:@clerk/types@4.50.2
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/vue@1.4.6
Patch Changes
60a9a51,e984494,ec4521b,38828ae,f30fa75,9c68678,619cde8]: