Skip to content

ci(repo): Version packages #5874

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 1 commit into from
May 9, 2025
Merged

ci(repo): Version packages #5874

merged 1 commit into from
May 9, 2025

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/[email protected]

Minor Changes

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

Patch Changes

@clerk/[email protected]

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

@clerk/[email protected]

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/[email protected]

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/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

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
@sins921
Copy link

sins921 commented May 14, 2025

me rindo 😢

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