Skip to content

ci(repo): Version packages#5968

Merged
anagstef merged 1 commit into
mainfrom
changeset-release/main
May 22, 2025
Merged

ci(repo): Version packages#5968
anagstef merged 1 commit into
mainfrom
changeset-release/main

Conversation

@clerk-cookie

@clerk-cookie clerk-cookie commented May 20, 2025

Copy link
Copy Markdown
Collaborator

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@2.8.0

Minor Changes

  • Introduce treatPendingAsSignedOut option to getAuth and auth from clerkMiddleware (#5757) by @LauraBeatris

    By default, treatPendingAsSignedOut is set to true, which means pending sessions are treated as signed-out. You can set this option to false to treat pending sessions as authenticated.

    // `pending` sessions will be treated as signed-out by default
    const { userId } = getAuth(req, locals);
    // Both `active` and `pending` sessions will be treated as authenticated when `treatPendingAsSignedOut` is false
    const { userId } = getAuth(req, locals, { treatPendingAsSignedOut: false });
    clerkMiddleware((auth, context) => {
      const { redirectToSignIn, userId } = auth({ treatPendingAsSignedOut: false });
    
      // Both `active` and `pending` sessions will be treated as authenticated when `treatPendingAsSignedOut` is false
      if (!userId && isProtectedRoute(context.request)) {
        return redirectToSignIn();
      }
    });

Patch Changes

@clerk/backend@1.33.0

Minor Changes

  • Introduce treatPendingAsSignedOut option to getAuth (#5842) by @LauraBeatris

    // `pending` sessions will be treated as signed-out by default
    const { userId } = getAuth(req);
    // Both `active` and `pending` sessions will be treated as authenticated when `treatPendingAsSignedOut` is false
    const { userId } = getAuth(req, { treatPendingAsSignedOut: false });

Patch Changes

  • Fixes an issue with infinite redirect detection in the handshake flow. (#5981) by @brkalow

  • Updated dependencies [f237d76]:

    • @clerk/shared@3.9.3

@clerk/express@1.5.0

Minor Changes

  • Introduce treatPendingAsSignedOut option to getAuth (#5842) by @LauraBeatris

    // `pending` sessions will be treated as signed-out by default
    const { userId } = getAuth(req);
    // Both `active` and `pending` sessions will be treated as authenticated when `treatPendingAsSignedOut` is false
    const { userId } = getAuth(req, { treatPendingAsSignedOut: false });

Patch Changes

@clerk/nextjs@6.20.0

Minor Changes

  • Introduce treatPendingAsSignedOut option to getAuth and auth from clerkMiddleware (#5756) by @LauraBeatris

    By default, treatPendingAsSignedOut is set to true, which means pending sessions are treated as signed-out. You can set this option to false to treat pending sessions as authenticated.

    const { userId } = auth({ treatPendingAsSignedOut: false });
    const { userId } = getAuth(req, { treatPendingAsSignedOut: false });
    <SignedIn treatPendingAsSignedOut={false}>
      User has a session that is either pending (requires tasks resolution) or active
    </SignedIn>

Patch Changes

  • Updated dependencies [ced8912, f237d76, 5f1375b]:
    • @clerk/backend@1.33.0
    • @clerk/shared@3.9.3
    • @clerk/clerk-react@5.31.6

@clerk/agent-toolkit@0.0.38

Patch Changes

@clerk/chrome-extension@2.4.8

Patch Changes

@clerk/clerk-js@5.67.3

Patch Changes

  • Bug fix: Remove cancel subscription option when implicitly subscribed to the default free plan. (#5946) by @alexcarpenter

  • Maintain _ _clerk_ticket and _ _clerk_status query params through sign up verification flow (#5965) by @jacekradko

  • Maintain selected identifier when going through combined flow (#5972) by @jacekradko

  • Remove 'sms' channel parameter from phone code requests (#5966) by @anagstef

  • Updated dependencies [f237d76]:

    • @clerk/shared@3.9.3

@clerk/elements@0.23.29

Patch Changes

  • Updated dependencies [f237d76]:
    • @clerk/shared@3.9.3
    • @clerk/clerk-react@5.31.6

@clerk/clerk-expo@2.11.8

Patch Changes

@clerk/expo-passkeys@0.3.6

Patch Changes

  • Updated dependencies [f237d76]:
    • @clerk/shared@3.9.3

@clerk/fastify@2.2.21

Patch Changes

@clerk/nuxt@1.6.7

Patch Changes

  • Updated dependencies [ced8912, f237d76, 5f1375b]:
    • @clerk/backend@1.33.0
    • @clerk/shared@3.9.3
    • @clerk/vue@1.8.4

@clerk/clerk-react@5.31.6

Patch Changes

  • Updated dependencies [f237d76]:
    • @clerk/shared@3.9.3

@clerk/react-router@1.4.6

Patch Changes

  • Updated dependencies [ced8912, f237d76, 5f1375b]:
    • @clerk/backend@1.33.0
    • @clerk/shared@3.9.3
    • @clerk/clerk-react@5.31.6

@clerk/remix@4.7.6

Patch Changes

  • Updated dependencies [ced8912, f237d76, 5f1375b]:
    • @clerk/backend@1.33.0
    • @clerk/shared@3.9.3
    • @clerk/clerk-react@5.31.6

@clerk/shared@3.9.3

Patch Changes

  • Updated isLoaded comments for useOrganizationList. (#5970) by @royanger

@clerk/tanstack-react-start@0.15.6

Patch Changes

  • Updated dependencies [ced8912, f237d76, 5f1375b]:
    • @clerk/backend@1.33.0
    • @clerk/shared@3.9.3
    • @clerk/clerk-react@5.31.6

@clerk/testing@1.7.3

Patch Changes

@clerk/vue@1.8.4

Patch Changes

  • Updated dependencies [f237d76]:
    • @clerk/shared@3.9.3

@vercel

vercel Bot commented May 20, 2025

Copy link
Copy Markdown

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 22, 2025 1:55pm

@pkg-pr-new

pkg-pr-new Bot commented May 20, 2025

Copy link
Copy Markdown

Open in StackBlitz

@clerk/chrome-extension

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

@clerk/agent-toolkit

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

@clerk/astro

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

@clerk/clerk-js

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

@clerk/dev-cli

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

@clerk/elements

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

@clerk/backend

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

@clerk/clerk-expo

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

@clerk/express

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

@clerk/expo-passkeys

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

@clerk/fastify

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

@clerk/localizations

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

@clerk/nuxt

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

@clerk/react-router

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

@clerk/clerk-react

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

@clerk/remix

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

@clerk/nextjs

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

@clerk/tanstack-react-start

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

@clerk/shared

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

@clerk/testing

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

@clerk/themes

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

@clerk/types

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

@clerk/upgrade

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

@clerk/vue

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

commit: fc4a23c

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 666768a to 6728ba2 Compare May 20, 2025 16:05
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 6728ba2 to 7c10e1a Compare May 20, 2025 16:16
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 7c10e1a to 153d1e0 Compare May 20, 2025 16:49
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 153d1e0 to 576c9c2 Compare May 21, 2025 12:00
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 576c9c2 to db585a7 Compare May 21, 2025 16:26
@github-actions github-actions Bot force-pushed the changeset-release/main branch from db585a7 to 55e647b Compare May 21, 2025 21:24
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 55e647b to 56cec65 Compare May 22, 2025 02:38
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 56cec65 to f6edce7 Compare May 22, 2025 12:06
@github-actions github-actions Bot force-pushed the changeset-release/main branch from f6edce7 to 6722438 Compare May 22, 2025 12:34
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 6722438 to 38c6033 Compare May 22, 2025 13:31
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