Skip to content

Conversation

@clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented May 27, 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 main, this PR will be updated.

Releases

@clerk/backend@1.34.0

Minor Changes

  • Adds clerkClient.organizations.getInstanceOrganizationMembershipList (#6022) by @tmilewski

Patch Changes

  • Add notifyPrimaryEmailAddressChanged to client.users.updateUser(...) (#6023) by @tmilewski

  • Updated dependencies [f897773, 2c6a0cc, 71e6a1f]:

    • @clerk/shared@3.9.5
    • @clerk/types@4.59.3

@clerk/clerk-expo@2.12.0

Minor Changes

  • Default token cache SecureStore implementation keychainAccessible to AFTER_FIRST_UNLOCK - The data in the keychain item cannot be accessed after a restart until the device has been unlocked once by the user. This may be useful if you need to access the item when the device is locked. (#6025) by @tmilewski

Patch Changes

@clerk/agent-toolkit@0.0.40

Patch Changes

@clerk/astro@2.8.2

Patch Changes

@clerk/chrome-extension@2.4.10

Patch Changes

@clerk/clerk-js@5.67.5

Patch Changes

  • Fixes a bug where the session cookie was getting incorrectly set from tabs that do not reflect the active session. (#5989) by @brkalow

  • Fix an issue where clerk-js was incorrectly emitting the new session's token during session switching. This impacts some applications that rely on Clerk's multi-session behavior. (#5986) by @brkalow

  • Fix issue where the combined flow wouldn't trigger if a phone number was used as an identifier while set as an optional field. (#5992) by @dstaley

  • Add "Past Due" amount on checkout flow when applicable (#6014) by @octoper

  • Handle missing publicUserData in OrganizationMembership (#6016) by @tmilewski

  • Add support for the signup_rate_limit_exceeded error on OAuth flows (#6028) by @anagstef

  • Updated dependencies [f897773, 2c6a0cc, 71e6a1f]:

    • @clerk/shared@3.9.5
    • @clerk/localizations@3.16.3
    • @clerk/types@4.59.3

@clerk/elements@0.23.31

Patch Changes

  • Updated dependencies [f897773, 2c6a0cc, 71e6a1f]:
    • @clerk/shared@3.9.5
    • @clerk/types@4.59.3
    • @clerk/clerk-react@5.31.8

@clerk/expo-passkeys@0.3.8

Patch Changes

@clerk/express@1.5.2

Patch Changes

@clerk/fastify@2.2.23

Patch Changes

@clerk/localizations@3.16.3

Patch Changes

  • Add "Past Due" amount on checkout flow when applicable (#6014) by @octoper

  • Updated dependencies [2c6a0cc, 71e6a1f]:

    • @clerk/types@4.59.3

@clerk/nextjs@6.20.2

Patch Changes

@clerk/nuxt@1.6.9

Patch Changes

@clerk/clerk-react@5.31.8

Patch Changes

@clerk/react-router@1.4.8

Patch Changes

@clerk/remix@4.7.8

Patch Changes

@clerk/shared@3.9.5

Patch Changes

  • Bug fix: In createCheckAuthorization allow for old org_role format in JWT v1 where org: is missing. (#5988) by @panteliselef

    Example session claims:

    {
      "org_id": "org_xxxx",
      "org_permissions": [],
      "org_role": "admin",
      "org_slug": "test"
    }

    Code

    authObject.has({ role: 'org:admin' }); // -> true
    authObject.has({ role: 'admin' }); // -> true
  • Updated dependencies [2c6a0cc, 71e6a1f]:

    • @clerk/types@4.59.3

@clerk/tanstack-react-start@0.15.8

Patch Changes

@clerk/testing@1.7.5

Patch Changes

@clerk/themes@2.2.48

Patch Changes

@clerk/types@4.59.3

Patch Changes

  • Add "Past Due" amount on checkout flow when applicable (#6014) by @octoper

  • Handle missing publicUserData in OrganizationMembership (#6016) by @tmilewski

@clerk/vue@1.8.6

Patch Changes

@vercel
Copy link

vercel bot commented May 27, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
clerk-js-sandbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 29, 2025 0:29am

@pkg-pr-new
Copy link

pkg-pr-new bot commented May 27, 2025

Open in StackBlitz

@clerk/agent-toolkit

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

@clerk/astro

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

@clerk/backend

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

@clerk/chrome-extension

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

@clerk/clerk-js

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

@clerk/dev-cli

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

@clerk/elements

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

@clerk/clerk-expo

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

@clerk/expo-passkeys

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

@clerk/express

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

@clerk/fastify

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

@clerk/localizations

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

@clerk/nextjs

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

@clerk/nuxt

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

@clerk/clerk-react

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

@clerk/react-router

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

@clerk/remix

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

@clerk/shared

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

@clerk/tanstack-react-start

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

@clerk/testing

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

@clerk/themes

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

@clerk/types

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

@clerk/upgrade

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

@clerk/vue

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

commit: d95e05a

@github-actions github-actions bot force-pushed the changeset-release/main branch from cc12504 to db37808 Compare May 28, 2025 10:15
@github-actions github-actions bot force-pushed the changeset-release/main branch from db37808 to 2c93530 Compare May 28, 2025 12:15
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2c93530 to 6d93fa1 Compare May 28, 2025 12:55
@github-actions github-actions bot force-pushed the changeset-release/main branch from 6d93fa1 to 8ca2a87 Compare May 28, 2025 14:06
@github-actions github-actions bot force-pushed the changeset-release/main branch from 8ca2a87 to 08e2ea6 Compare May 28, 2025 15:22
@github-actions github-actions bot force-pushed the changeset-release/main branch from 08e2ea6 to 1e3fd14 Compare May 28, 2025 17:22
@github-actions github-actions bot force-pushed the changeset-release/main branch from 1e3fd14 to 22435da Compare May 28, 2025 19:48
@github-actions github-actions bot force-pushed the changeset-release/main branch from 22435da to bae8ff5 Compare May 29, 2025 11:37
@github-actions github-actions bot force-pushed the changeset-release/main branch from bae8ff5 to 10d05ad Compare May 29, 2025 12:01
@anagstef anagstef closed this May 29, 2025
@anagstef anagstef reopened this May 29, 2025
@anagstef anagstef merged commit 94be195 into main May 29, 2025
38 checks passed
@anagstef anagstef deleted the changeset-release/main branch May 29, 2025 13:06
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.

3 participants