-
Notifications
You must be signed in to change notification settings - Fork 402
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/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]: