ci(repo): Version packages#8679
Open
clerk-cookie wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Snapi: no API changes detected in |
ebe2cd5 to
ec7617d
Compare
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/hono
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
ec7617d to
68a0399
Compare
68a0399 to
8d051f0
Compare
8d051f0 to
119c6d0
Compare
119c6d0 to
d2b3854
Compare
d2b3854 to
e738d2d
Compare
e738d2d to
8c51b1a
Compare
8c51b1a to
0083a4f
Compare
0083a4f to
b8cb62a
Compare
b8cb62a to
3121998
Compare
3121998 to
77cfc6b
Compare
77cfc6b to
67d9a72
Compare
67d9a72 to
f975969
Compare
f975969 to
7e3c640
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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@3.5.0
Minor Changes
users.replaceUserEmailAddress(userId, { emailAddress })replaces all of a user's email addresses with a single verified, primary email address (PUT /users/{user_id}/email_address).users.replaceUserPhoneNumber(userId, { phoneNumber })replaces all of a user's phone numbers with a single verified, primary phone number (PUT /users/{user_id}/phone_number).users.createUsernow acceptsbannedandlockedparameters to create a user that is already banned or locked.Patch Changes
Emit the "session token from cookie is missing the
azpclaim" warning once per process instead of on every authenticated request. Anazp-less cookie token is reused across requests, so the previous unguardedconsole.warncould flood production logs. (#8698) by @jacekradkoPreserve custom claims when verifying JWT-format M2M tokens.
M2MToken.fromJwtPayloadpreviously hardcodedclaimstonull, soclient.m2m.verify()(and request-levelauth()) dropped any custom claims embedded in the token. Custom claims are now reconstructed from the verified payload by stripping only the structural claims the backend adds when minting the token (iss,sub,exp,nbf,iat,jti). User-supplied claims such asaudare preserved. Tokens without custom claims still returnclaims: null, consistent with the opaque-token path. (#8697) by @jacekradkoUpdated dependencies [
c3df67a]:@clerk/astro@3.3.3
Patch Changes
1c42351,1701e0f,c3df67a,be55c4e]:@clerk/chrome-extension@3.1.32
Patch Changes
c3df67a,152c255,846a145,b09788e,b07afc4,a1d96f1]:@clerk/clerk-js@6.13.1
Patch Changes
c3df67a]:@clerk/expo@3.3.1
Patch Changes
c3df67a]:@clerk/expo-passkeys@1.1.1
Patch Changes
c3df67a]:@clerk/express@2.1.23
Patch Changes
1c42351,1701e0f,c3df67a,be55c4e]:@clerk/fastify@3.1.33
Patch Changes
Fixed
clerkPlugin()to honorpublishableKeyandsecretKeypassed in plugin options when authenticating Fastify requests. The plugin now also exposesrequest.clerk, which uses the same plugin keys and resolves the correct Clerk API host for non-production publishable keys. (#8640) by @wobsorianoUpdated dependencies [
1c42351,1701e0f,c3df67a,be55c4e]:@clerk/hono@0.1.33
Patch Changes
1c42351,1701e0f,c3df67a,be55c4e]:@clerk/localizations@4.7.1
Patch Changes
Layer architecture for configure steps per IdP and protocol on
<ConfigureSSO />(#8651) by @LauraBeatrisUpdated dependencies [
c3df67a]:@clerk/nextjs@7.4.3
Patch Changes
1c42351,1701e0f,c3df67a,be55c4e]:@clerk/nuxt@2.5.3
Patch Changes
1c42351,1701e0f,c3df67a,be55c4e]:@clerk/react@6.7.3
Patch Changes
c3df67a]:@clerk/react-router@3.3.3
Patch Changes
Read
VITE_CLERK_UNSAFE_DISABLE_DEVELOPMENT_MODE_CONSOLE_WARNINGon the client when React Router is used in SPA mode (or as a library). Previously the env-var shortcut only took effect through the SSRrootAuthLoader, so client-only setups had no way to suppress the development-keys warning without passingunsafe_disableDevelopmentModeConsoleWarningto<ClerkProvider>directly. (#8682) by @jacekradkoUpdated dependencies [
1c42351,1701e0f,c3df67a,be55c4e]:@clerk/shared@4.14.1
Patch Changes
<ConfigureSSO />(#8651) by @LauraBeatris@clerk/tanstack-react-start@1.3.3
Patch Changes
1c42351,1701e0f,c3df67a,be55c4e]:@clerk/testing@2.0.35
Patch Changes
1c42351,1701e0f,c3df67a,be55c4e]:@clerk/ui@1.14.1
Patch Changes
Layer architecture for configure steps per IdP and protocol on
<ConfigureSSO />(#8651) by @LauraBeatrisFix the legal consent checkbox growing in size when its label wraps to a second line while using the
simpletheme. The checkbox is now aligned to the start of the row so it no longer stretches to match the label height. (#8705) by @dmoernerAvoid sending duplicate verification codes when persisted email or phone code verifications are already pending. (#8548) by @jacekradko
Fix stepper chevron wrapping in
<ConfigureSSO />(#8693) by @alexcarpenterAdd mobile support for
<ConfigureSSO />navbar to display application name, logo and organization name (#8675) by @LauraBeatrisScope the
UserProfileactive-devices fetch cache byuser.idso a session switch or sign-out/sign-in on a shared device no longer renders the previous user's device activity (IP, location, browser/device) from the module-scoped cache. (#8703) by @dominic-clerkUpdated dependencies [
c3df67a]:@clerk/upgrade@2.0.3
Patch Changes
@clerk/vue@2.3.3
Patch Changes
c3df67a]:@clerk/msw@0.0.31
Patch Changes
c3df67a]: