ci(repo): Version packages#8501
Open
clerk-cookie wants to merge 1 commit intomainfrom
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@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: |
1e3b6a8 to
486482d
Compare
486482d to
6c1c082
Compare
6c1c082 to
5555d1f
Compare
5555d1f to
d189e94
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/astro@3.2.2
Patch Changes
6408ab6]:@clerk/backend@3.4.7
Patch Changes
RoleSetJSON,RoleSetItemJSON, andRoleSetMigrationJSONtypes matching the BAPI OpenAPI schema. Addrole_set_key,last_active_at, andmissing_member_with_elevated_permissionstoOrganizationJSON. (#8502) by @jacekradko@clerk/chrome-extension@3.1.24
Patch Changes
db3f1a9]:@clerk/express@2.1.15
Patch Changes
Forward all
AuthenticateRequestOptionsandVerifyTokenOptionspassed toclerkMiddleware()through to the backendauthenticateRequest()call. Previously only a hand-picked subset was forwarded, so options likeorganizationSyncOptions,skipJwksCache, andheaderTypewere accepted by the TypeScript types but silently ignored at runtime — the same class of bug that causedclockSkewInMsto be dropped. (#8370) by @jacekradkoAdditionally, when
apiUrlorapiVersionare passed toclerkMiddleware()and no customclerkClientis supplied, the middleware now builds a per-middlewareClerkClientconfigured with those values instead of using the env-only default singleton. This is required because@clerk/backendpinsapiUrl/apiVersionat client construction time and ignores runtime overrides onauthenticateRequest(). Passing your ownclerkClientcontinues to take precedence.Updated dependencies [
6408ab6]:@clerk/fastify@3.1.25
Patch Changes
6408ab6]:@clerk/hono@0.1.25
Patch Changes
6408ab6]:@clerk/nextjs@7.3.3
Patch Changes
6408ab6]:@clerk/nuxt@2.4.2
Patch Changes
6408ab6]:@clerk/react-router@3.2.3
Patch Changes
6408ab6]:@clerk/tanstack-react-start@1.2.3
Patch Changes
6408ab6]:@clerk/testing@2.0.27
Patch Changes
6408ab6]:@clerk/ui@1.9.1
Patch Changes
unsafeMetadatais passed to<SignUp />(#8500) by @wobsoriano