Skip to content

Conversation

@clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented May 7, 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.32.0

Minor Changes

  • Add handling of new Handshake nonce flow when authenticating requests (#5865) by @jacekradko

Patch Changes

@clerk/clerk-js@5.65.0

Minor Changes

  • Add handling of new Handshake nonce flow when authenticating requests (#5865) by @jacekradko

  • Fix issue where we were not correctly passing the checkoutProps through within the PricingTable component. Removes internal checkoutProps prefix from PricingTableBaseProps. (#5888) by @alexcarpenter

Patch Changes

  • Added a notice in tooltip when member no has permissions to manage billing for all manager related buttons (#5852) by @octoper

  • Fix and issue after paying with a new card where it was navigationg to existing payment sources and then complete checkout screen (#5882) by @octoper

  • Update profile components plans page heading from Switch plans to Plans (#5889) by @alexcarpenter

  • Sort payment sources so always default one is on top (#5875) by @octoper

  • Add element descriptor to the text element rendered within UserPreview component. (#5878) by @alexcarpenter

  • Remove no manage billing permissions alert from the of start billing page (#5873) by @octoper

  • Fix mobile <Drawer /> sizing. (#5880) by @alexcarpenter

  • Add descriptor ids to UserMembershipList and OrganizationSwitcherTrigger elements to improve styling experience. (#5881) by @alexcarpenter

  • Removes white space from PlanCard when the ctaPosition is top and there are no features (#5885) by @alexcarpenter

  • Fix the "Plan starts at" date when a user downgrades from a paid plan to the free plan (#5893) by @nikosdouvlis

  • Add loading state to <PaymentSources /> component. (#5879) by @alexcarpenter

  • Updated dependencies [d81c1c1, 0f5145e, afdfd18, b7c51ba, 437b53b, 5217155]:

    • @clerk/localizations@3.15.2
    • @clerk/types@4.58.0
    • @clerk/shared@3.8.2

@clerk/types@4.58.0

Minor Changes

  • Fix issue where we were not correctly passing the checkoutProps through within the PricingTable component. Removes internal checkoutProps prefix from PricingTableBaseProps. (#5888) by @alexcarpenter

Patch Changes

  • Update profile components plans page heading from Switch plans to Plans (#5889) by @alexcarpenter

  • Add element descriptor to the text element rendered within UserPreview component. (#5878) by @alexcarpenter

  • Add descriptor ids to UserMembershipList and OrganizationSwitcherTrigger elements to improve styling experience. (#5881) by @alexcarpenter

  • Fix the "Plan starts at" date when a user downgrades from a paid plan to the free plan (#5893) by @nikosdouvlis

@clerk/vue@1.8.0

Minor Changes

  • Introduce feature or plan based authorization (#5890) by @wobsoriano

    useAuth()

    Plan

    const { has } = useAuth();
    has.value({ plan: 'my-plan' });

    Feature

    const { has } = useAuth();
    has.value({ feature: 'my-feature' });

    Scoped per user or per org

    const { has } = useAuth();
    
    has.value({ feature: 'org:my-feature' });
    has.value({ feature: 'user:my-feature' });
    has.value({ plan: 'user:my-plan' });
    has.value({ plan: 'org:my-plan' });

    <Protect />

    Plan

    <Protect plan="my-plan" />

    Feature

    <Protect feature="my-feature" />

    Scoped per user or per org

    <Protect feature="org:my-feature" />
    <Protect feature="user:my-feature" />
    <Protect plan="org:my-plan" />
    <Protect plan="user:my-plan" />

Patch Changes

@clerk/agent-toolkit@0.0.34

Patch Changes

@clerk/astro@2.7.2

Patch Changes

  • Export <CreateOrganization /> Astro component (#5876) by @wobsoriano

    Usage:

    ---
    import { CreateOrganization } from '@clerk/astro/components'
    ---
    
    <CreateOrganization />
  • Updated dependencies [0769a9b, 0f5145e, afdfd18, b7c51ba, 437b53b, 5217155]:

    • @clerk/backend@1.32.0
    • @clerk/types@4.58.0
    • @clerk/shared@3.8.2

@clerk/chrome-extension@2.4.3

Patch Changes

@clerk/elements@0.23.25

Patch Changes

@clerk/clerk-expo@2.11.3

Patch Changes

@clerk/expo-passkeys@0.3.2

Patch Changes

@clerk/express@1.4.17

Patch Changes

@clerk/fastify@2.2.17

Patch Changes

@clerk/localizations@3.15.2

Patch Changes

@clerk/nextjs@6.19.2

Patch Changes

@clerk/nuxt@1.6.3

Patch Changes

@clerk/clerk-react@5.31.2

Patch Changes

@clerk/react-router@1.4.2

Patch Changes

@clerk/remix@4.7.2

Patch Changes

@clerk/shared@3.8.2

Patch Changes

@clerk/tanstack-react-start@0.15.2

Patch Changes

@clerk/testing@1.6.7

Patch Changes

@clerk/themes@2.2.43

Patch Changes

@vercel
Copy link

vercel bot commented May 7, 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 9, 2025 3:57pm

@github-actions github-actions bot force-pushed the changeset-release/main branch from 827e9ab to 409cb7f Compare May 7, 2025 13:01
@github-actions github-actions bot force-pushed the changeset-release/main branch from 409cb7f to 1a4ea14 Compare May 7, 2025 15:17
@github-actions github-actions bot force-pushed the changeset-release/main branch from 1a4ea14 to c038c13 Compare May 7, 2025 17:22
@github-actions github-actions bot force-pushed the changeset-release/main branch from c038c13 to 9d3f605 Compare May 8, 2025 08:41
@github-actions github-actions bot force-pushed the changeset-release/main branch from 9d3f605 to fc39844 Compare May 8, 2025 13:25
@github-actions github-actions bot force-pushed the changeset-release/main branch from fc39844 to 772a533 Compare May 8, 2025 13:37
@github-actions github-actions bot force-pushed the changeset-release/main branch from 772a533 to 11741ed Compare May 8, 2025 20:31
@github-actions github-actions bot force-pushed the changeset-release/main branch from 11741ed to ba2e5e2 Compare May 8, 2025 21:54
@github-actions github-actions bot force-pushed the changeset-release/main branch from ba2e5e2 to 96f5550 Compare May 9, 2025 13:36
@github-actions github-actions bot force-pushed the changeset-release/main branch from 96f5550 to 9b58751 Compare May 9, 2025 14:43
@github-actions github-actions bot force-pushed the changeset-release/main branch from 9b58751 to 81e4941 Compare May 9, 2025 14:53
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