Skip to content

ci(repo): Version packages (Core 2)#7416

Merged
nikosdouvlis merged 1 commit intorelease/core-2from
changeset-release/release/core-2
Dec 10, 2025
Merged

ci(repo): Version packages (Core 2)#7416
nikosdouvlis merged 1 commit intorelease/core-2from
changeset-release/release/core-2

Conversation

@clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented Dec 9, 2025

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 release/core-2, this PR will be updated.

Releases

@clerk/backend@2.27.0

Minor Changes

  • Added API keys get, delete and update methods. (#7400) by @wobsoriano

    Usage:

    await clerkClient.apiKeys.get('api_key_id');
    
    await clerkClient.apiKeys.update({
      apiKeyId: 'api_key_id',
      scopes: ['scope1', 'scope2'],
    });
    
    await clerkClient.apiKeys.delete('api_key_id');

@clerk/agent-toolkit@0.2.9

Patch Changes

  • Updated dependencies [e448757]:
    • @clerk/backend@2.27.0

@clerk/astro@2.16.7

Patch Changes

  • Updated dependencies [e448757]:
    • @clerk/backend@2.27.0

@clerk/chrome-extension@2.8.11

Patch Changes

  • Updated dependencies []:
    • @clerk/clerk-js@5.114.1
    • @clerk/clerk-react@5.58.1

@clerk/clerk-js@5.114.1

Patch Changes

  • Updated dependencies [893d3e4]:
    • @clerk/localizations@3.30.1

@clerk/clerk-expo@2.19.11

Patch Changes

  • Updated dependencies []:
    • @clerk/clerk-js@5.114.1
    • @clerk/clerk-react@5.58.1

@clerk/express@1.7.57

Patch Changes

  • Updated dependencies [e448757]:
    • @clerk/backend@2.27.0

@clerk/fastify@2.6.9

Patch Changes

  • Updated dependencies [e448757]:
    • @clerk/backend@2.27.0

@clerk/localizations@3.30.1

Patch Changes

  • Added translations for Polish in UI elements for Organizations (#7390) by @kamil-homer

@clerk/nextjs@6.36.2

Patch Changes

  • Updated dependencies [e448757]:
    • @clerk/backend@2.27.0
    • @clerk/clerk-react@5.58.1

@clerk/nuxt@1.13.7

Patch Changes

  • Updated dependencies [e448757]:
    • @clerk/backend@2.27.0

@clerk/react-router@2.3.4

Patch Changes

  • Updated dependencies [e448757]:
    • @clerk/backend@2.27.0
    • @clerk/clerk-react@5.58.1

@clerk/remix@4.13.24

Patch Changes

  • Updated dependencies [e448757]:
    • @clerk/backend@2.27.0
    • @clerk/clerk-react@5.58.1

@clerk/tanstack-react-start@0.27.9

Patch Changes

  • Updated dependencies [e448757]:
    • @clerk/backend@2.27.0
    • @clerk/clerk-react@5.58.1

@clerk/testing@1.13.23

Patch Changes

  • Updated dependencies [e448757]:
    • @clerk/backend@2.27.0

@vercel
Copy link

vercel bot commented Dec 9, 2025

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

Project Deployment Preview Comments Updated (UTC)
clerk-js-sandbox Ready Ready Preview Comment Dec 10, 2025 1:05am

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 9, 2025

Important

Review skipped

Ignore keyword(s) in the title.

⛔ Ignored keywords (1)
  • ci(repo): Version packages

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch changeset-release/release/core-2

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 9, 2025

Open in StackBlitz

@clerk/agent-toolkit

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

@clerk/astro

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

@clerk/backend

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

@clerk/chrome-extension

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

@clerk/clerk-js

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

@clerk/dev-cli

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

@clerk/elements

npm i https://pkg.pr.new/@clerk/elements@7416

@clerk/clerk-expo

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

@clerk/expo-passkeys

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

@clerk/express

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

@clerk/fastify

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

@clerk/localizations

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

@clerk/nextjs

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

@clerk/nuxt

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

@clerk/clerk-react

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

@clerk/react-router

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

@clerk/remix

npm i https://pkg.pr.new/@clerk/remix@7416

@clerk/shared

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

@clerk/tanstack-react-start

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

@clerk/testing

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

@clerk/themes

npm i https://pkg.pr.new/@clerk/themes@7416

@clerk/types

npm i https://pkg.pr.new/@clerk/types@7416

@clerk/upgrade

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

@clerk/vue

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

commit: e7b8431

@nikosdouvlis nikosdouvlis merged commit 3d9e063 into release/core-2 Dec 10, 2025
45 of 46 checks passed
@nikosdouvlis nikosdouvlis deleted the changeset-release/release/core-2 branch December 10, 2025 09:08
wobsoriano pushed a commit that referenced this pull request Dec 10, 2025
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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