Skip to content

ci(repo): Version packages#8218

Merged
wobsoriano merged 2 commits intomainfrom
changeset-release/main
Apr 6, 2026
Merged

ci(repo): Version packages#8218
wobsoriano merged 2 commits intomainfrom
changeset-release/main

Conversation

@clerk-cookie
Copy link
Copy Markdown
Collaborator

@clerk-cookie clerk-cookie commented Apr 1, 2026

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/agent-toolkit@0.3.9

Patch Changes

@clerk/astro@3.0.9

Patch Changes

@clerk/backend@3.2.5

Patch Changes

  • Export ClerkAPIResponseError and ClerkRuntimeError classes from error subpaths for consistency with the already-exported type guards. (#8228) by @jacekradko

  • feat: add orderBy argument to getInvitationList to control sorting (supports leading '+' for ascending and '-' for descending) (#7137) by @mario-jerkovic

  • Updated dependencies [b289566, 636b496, aa63796]:

    • @clerk/shared@4.4.1

@clerk/chrome-extension@3.1.7

Patch Changes

@clerk/clerk-js@6.4.1

Patch Changes

@clerk/expo@3.1.7

Patch Changes

@clerk/expo-passkeys@1.0.8

Patch Changes

@clerk/express@2.0.9

Patch Changes

@clerk/fastify@3.1.7

Patch Changes

@clerk/hono@0.1.7

Patch Changes

  • Add support for CLERK_MACHINE_SECRET_KEY environment variable. This enables M2M token scope verification without needing to pass machineSecretKey explicitly to clerkMiddleware(). (#8222) by @wobsoriano

  • Updated dependencies [b289566, abfd5ef, 5a54fa9, 636b496, aa63796]:

    • @clerk/shared@4.4.1
    • @clerk/backend@3.2.5

@clerk/localizations@4.3.1

Patch Changes

@clerk/nextjs@7.0.9

Patch Changes

  • Export ClerkAPIResponseError and ClerkRuntimeError classes from error subpaths for consistency with the already-exported type guards. (#8228) by @jacekradko

  • Updated dependencies [b289566, abfd5ef, 5a54fa9, 636b496, aa63796]:

    • @clerk/shared@4.4.1
    • @clerk/backend@3.2.5
    • @clerk/react@6.1.5

@clerk/nuxt@2.0.9

Patch Changes

  • Export ClerkAPIResponseError and ClerkRuntimeError classes from error subpaths for consistency with the already-exported type guards. (#8228) by @jacekradko

  • Updated dependencies [b289566, abfd5ef, 5a54fa9, 636b496, aa63796]:

    • @clerk/shared@4.4.1
    • @clerk/backend@3.2.5
    • @clerk/vue@2.0.9

@clerk/react@6.1.5

Patch Changes

  • Export ClerkAPIResponseError and ClerkRuntimeError classes from error subpaths for consistency with the already-exported type guards. (#8228) by @jacekradko

  • Updated dependencies [b289566, 636b496, aa63796]:

    • @clerk/shared@4.4.1

@clerk/react-router@3.0.9

Patch Changes

  • Export ClerkAPIResponseError and ClerkRuntimeError classes from error subpaths for consistency with the already-exported type guards. (#8228) by @jacekradko

  • Updated dependencies [b289566, abfd5ef, 5a54fa9, 636b496, aa63796]:

    • @clerk/shared@4.4.1
    • @clerk/backend@3.2.5
    • @clerk/react@6.1.5

@clerk/shared@4.4.1

Patch Changes

  • Add provider and logoPublicUrl to EnterpriseConnection resource (#8203) by @LauraBeatris

  • Add oiat (original_issued_at) field to JwtHeader type for Session Minter monotonic token freshness checks. (#8107) by @nikosdouvlis

  • Add docs URL to passkey_invalid_rpID_or_domain error (#8216) by @tmilewski

@clerk/tanstack-react-start@1.0.9

Patch Changes

@clerk/testing@2.0.9

Patch Changes

@clerk/ui@1.3.1

Patch Changes

@clerk/vue@2.0.9

Patch Changes

  • Export ClerkAPIResponseError and ClerkRuntimeError classes from error subpaths for consistency with the already-exported type guards. (#8228) by @jacekradko

  • Updated dependencies [b289566, 636b496, aa63796]:

    • @clerk/shared@4.4.1

@clerk/msw@0.0.8

Patch Changes

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment Apr 6, 2026 8:30pm

Request Review

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Apr 1, 2026

Open in StackBlitz

@clerk/agent-toolkit

npm i https://pkg.pr.new/@clerk/agent-toolkit@8218

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@8218

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@8218

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@8218

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@8218

@clerk/dev-cli

npm i https://pkg.pr.new/@clerk/dev-cli@8218

@clerk/expo

npm i https://pkg.pr.new/@clerk/expo@8218

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@8218

@clerk/express

npm i https://pkg.pr.new/@clerk/express@8218

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@8218

@clerk/hono

npm i https://pkg.pr.new/@clerk/hono@8218

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@8218

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@8218

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@8218

@clerk/react

npm i https://pkg.pr.new/@clerk/react@8218

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@8218

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@8218

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@8218

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@8218

@clerk/ui

npm i https://pkg.pr.new/@clerk/ui@8218

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@8218

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@8218

commit: 12f75b0

Copy link
Copy Markdown
Member

@wobsoriano wobsoriano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@wobsoriano wobsoriano closed this Apr 6, 2026
@wobsoriano wobsoriano reopened this Apr 6, 2026
@wobsoriano wobsoriano merged commit b36c211 into main Apr 6, 2026
74 of 82 checks passed
@wobsoriano wobsoriano deleted the changeset-release/main branch April 6, 2026 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants