- Notifications
You must be signed in to change notification settings - Fork 402
ci(repo): Version packages #6015
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 ↗︎
|
@clerk/agent-toolkit
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/elements
@clerk/clerk-expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/clerk-react
@clerk/react-router
@clerk/remix
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/themes
@clerk/types
@clerk/upgrade
@clerk/vue
commit: |
8333ba1 to 1727bee Compare 1727bee to 1eff100 Compare 1eff100 to ee3bf99 Compare ee3bf99 to cc12504 Compare cc12504 to db37808 Compare db37808 to 2c93530 Compare 2c93530 to 6d93fa1 Compare 6d93fa1 to 8ca2a87 Compare 8ca2a87 to 08e2ea6 Compare 08e2ea6 to 1e3fd14 Compare 1e3fd14 to 22435da Compare 22435da to bae8ff5 Compare bae8ff5 to 10d05ad Compare 10d05ad to d95e05a Compare anagstef approved these changes May 29, 2025
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/backend@1.34.0
Minor Changes
clerkClient.organizations.getInstanceOrganizationMembershipList(#6022) by @tmilewskiPatch Changes
Add
notifyPrimaryEmailAddressChangedtoclient.users.updateUser(...)(#6023) by @tmilewskiUpdated dependencies [
f897773,2c6a0cc,71e6a1f]:@clerk/clerk-expo@2.12.0
Minor Changes
SecureStoreimplementationkeychainAccessibletoAFTER_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 @tmilewskiPatch Changes
694ff23,68bd90f,f897773,ac4f31c,2c6a0cc,71e6a1f,f357d8a]:@clerk/agent-toolkit@0.0.40
Patch Changes
5421421,f897773,1c97fd0,2c6a0cc,71e6a1f]:@clerk/astro@2.8.2
Patch Changes
5421421,f897773,1c97fd0,2c6a0cc,71e6a1f]:@clerk/chrome-extension@2.4.10
Patch Changes
694ff23,68bd90f,f897773,ac4f31c,2c6a0cc,71e6a1f,f357d8a]:@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
publicUserDatainOrganizationMembership(#6016) by @tmilewskiAdd support for the signup_rate_limit_exceeded error on OAuth flows (#6028) by @anagstef
Updated dependencies [
f897773,2c6a0cc,71e6a1f]:@clerk/elements@0.23.31
Patch Changes
f897773,2c6a0cc,71e6a1f]:@clerk/expo-passkeys@0.3.8
Patch Changes
f897773,2c6a0cc,71e6a1f]:@clerk/express@1.5.2
Patch Changes
5421421,f897773,1c97fd0,2c6a0cc,71e6a1f]:@clerk/fastify@2.2.23
Patch Changes
5421421,f897773,1c97fd0,2c6a0cc,71e6a1f]:@clerk/localizations@3.16.3
Patch Changes
Add "Past Due" amount on checkout flow when applicable (#6014) by @octoper
Updated dependencies [
2c6a0cc,71e6a1f]:@clerk/nextjs@6.20.2
Patch Changes
5421421,f897773,1c97fd0,2c6a0cc,71e6a1f]:@clerk/nuxt@1.6.9
Patch Changes
5421421,f897773,1c97fd0,2c6a0cc,71e6a1f]:@clerk/clerk-react@5.31.8
Patch Changes
f897773,2c6a0cc,71e6a1f]:@clerk/react-router@1.4.8
Patch Changes
5421421,f897773,1c97fd0,2c6a0cc,71e6a1f]:@clerk/remix@4.7.8
Patch Changes
5421421,f897773,1c97fd0,2c6a0cc,71e6a1f]:@clerk/shared@3.9.5
Patch Changes
Bug fix: In
createCheckAuthorizationallow for oldorg_roleformat in JWT v1 whereorg:is missing. (#5988) by @panteliselefExample session claims:
{ "org_id": "org_xxxx", "org_permissions": [], "org_role": "admin", "org_slug": "test" }Code
Updated dependencies [
2c6a0cc,71e6a1f]:@clerk/tanstack-react-start@0.15.8
Patch Changes
5421421,f897773,1c97fd0,2c6a0cc,71e6a1f]:@clerk/testing@1.7.5
Patch Changes
5421421,f897773,1c97fd0,2c6a0cc,71e6a1f]:@clerk/themes@2.2.48
Patch Changes
2c6a0cc,71e6a1f]:@clerk/types@4.59.3
Patch Changes
Add "Past Due" amount on checkout flow when applicable (#6014) by @octoper
Handle missing
publicUserDatainOrganizationMembership(#6016) by @tmilewski@clerk/vue@1.8.6
Patch Changes
f897773,2c6a0cc,71e6a1f]: