Skip to content

ci(repo): Version packages #5723

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
Apr 29, 2025
Merged

ci(repo): Version packages #5723

merged 1 commit into from
Apr 29, 2025

Conversation

clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented Apr 25, 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

  • Introduce <PricingTable forOrganizations /> to display plans that available only for organizations. (#5740) by @panteliselef

  • Setting the Partitioned attribute on __session cookie (#5514) by @jacekradko

Patch Changes

  • Checkout confirm request handles both new/existing payment sources (#5745) by @octoper

  • Exclude matrix variant of <PricingTable />. (#5724) by @panteliselef

  • Fix layout shift caused by the invisible captcha mechanism (#5753) by @anagstef

  • For each plan inside the <PricingTable/> display "Switch to this plan" instead of "Get started" when a subscription already exists. (#5722) by @panteliselef

  • Renames all instances of SubscriptionDetails to PlanDetails to better reflect the capabilities, use cases, and params of the component. (#5749) by @aeliox

  • Split CommerceTotals to CommerceCheckoutTotals and CommerceInvoiceTotals. (#5726) by @panteliselef

    • Break out subscriptions and plans into different pages within UserProfile and OrgProfile (#5727) by @aeliox

    • Display free plan row when "active" and plan has features

    • Tidy up design of subscription rows and badging

    • Adds SubscriptionDetails support for plans without a current subscription

  • Bug fix: Checkout drawer not opening after user selected another account from UserButton. (#5743) by @panteliselef

  • Fix list spacing within PricingTable and PlanDetails components. (#5755) by @alexcarpenter

  • Replace "commerce" with "billing" in error message when components cannot render because the feature is disabled. (#5741) by @panteliselef

  • Remove stale properties from __experimental_CommerceInvoiceResource (#5738) by @panteliselef

  • Switch to "Payment method" terminology instead of "Payment source". (#5721) by @panteliselef

    • Removes userProfile.__experimental_billingPage.start.headerTitle__paymentSources
    • Adds userProfile.__experimental_billingPage.start.headerTitle__paymentMethods
  • Retry confrim checkout requests if any erros with >=500 status code occur (#5742) by @octoper

  • Add the CAPTCHA element on the SignIn component (#5739) by @anagstef

  • Update the text in Checkout buttons from "Pay $0" to "Subscribe". (#5720) by @panteliselef

  • Updated dependencies [b02e766, 5d78b28, d7f4438, 5866855, 0007106, 462b5b2, 447d7a9, 2beea29, 115601d]:

@clerk/[email protected]

Minor Changes

  • Add Playwright page objects for Clerk functionality. This functionality is directly extracted from the end-to-end integration test suite that Clerk uses to develop Clerk components. While the API is being refined for public consumption, it will be available under the @clerk/testing/playwright/unstable import, and is not subject to SemVer compatibility guidelines. (#5661) by @dstaley

    import { test } from '@playwright/test';
    import { createPageObjects } from '@clerk/testing/playwright/unstable';
    
    test('can sign up with email and password', async context => {
      const po = createPageObjects(context);
    
      // Go to sign up page
      await po.signUp.goTo();
    
      // Fill in sign up form
      await po.signUp.signUpWithEmailAndPassword({
        email: '[email protected]',
        password: Math.random().toString(36),
      });
    
      // Verify email
      await po.signUp.enterTestOtpCode();
    
      // Check if user is signed in
      await po.expect.toBeSignedIn();
    });

Patch Changes

@clerk/[email protected]

Minor Changes

  • Introduce <PricingTable forOrganizations /> to display plans that available only for organizations. (#5740) by @panteliselef

Patch Changes

  • Checkout confirm request handles both new/existing payment sources (#5745) by @octoper

  • Exclude matrix variant of <PricingTable />. (#5724) by @panteliselef

  • Renames all instances of SubscriptionDetails to PlanDetails to better reflect the capabilities, use cases, and params of the component. (#5749) by @aeliox

  • Split CommerceTotals to CommerceCheckoutTotals and CommerceInvoiceTotals. (#5726) by @panteliselef

    • Break out subscriptions and plans into different pages within UserProfile and OrgProfile (#5727) by @aeliox

    • Display free plan row when "active" and plan has features

    • Tidy up design of subscription rows and badging

    • Adds SubscriptionDetails support for plans without a current subscription

  • Remove stale properties from __experimental_CommerceInvoiceResource (#5738) by @panteliselef

  • Switch to "Payment method" terminology instead of "Payment source". (#5721) by @panteliselef

    • Removes userProfile.__experimental_billingPage.start.headerTitle__paymentSources
    • Adds userProfile.__experimental_billingPage.start.headerTitle__paymentMethods
  • Update checkout.totals.totalDueNow to always be defined. (#5720) by @panteliselef

@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

    • Break out subscriptions and plans into different pages within UserProfile and OrgProfile (#5727) by @aeliox

    • Display free plan row when "active" and plan has features

    • Tidy up design of subscription rows and badging

    • Adds SubscriptionDetails support for plans without a current subscription

  • Switch to "Payment method" terminology instead of "Payment source". (#5721) by @panteliselef

    • Removes userProfile.__experimental_billingPage.start.headerTitle__paymentSources
    • Adds userProfile.__experimental_billingPage.start.headerTitle__paymentMethods
  • Updated dependencies [b02e766, 5d78b28, d7f4438, 5866855, 0007106, 462b5b2, 447d7a9, 2beea29, 115601d]:

@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 Apr 25, 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 Apr 29, 2025 7:20pm

@github-actions github-actions bot force-pushed the changeset-release/main branch from 21121de to f83fee2 Compare April 28, 2025 13:59
@github-actions github-actions bot force-pushed the changeset-release/main branch from f83fee2 to 89474e1 Compare April 28, 2025 14:11
@github-actions github-actions bot force-pushed the changeset-release/main branch from 89474e1 to aca2b2d Compare April 28, 2025 14:16
@github-actions github-actions bot force-pushed the changeset-release/main branch from aca2b2d to 49eb59e Compare April 28, 2025 17:02
@github-actions github-actions bot force-pushed the changeset-release/main branch from 49eb59e to 74314a0 Compare April 28, 2025 18:19
@github-actions github-actions bot force-pushed the changeset-release/main branch from 74314a0 to 5c95ec0 Compare April 28, 2025 19:20
@github-actions github-actions bot force-pushed the changeset-release/main branch from 5c95ec0 to 45546ce Compare April 28, 2025 20:49
@github-actions github-actions bot force-pushed the changeset-release/main branch from 45546ce to 55aa8ee Compare April 29, 2025 11:39
@github-actions github-actions bot force-pushed the changeset-release/main branch from 55aa8ee to 7424a6e Compare April 29, 2025 13:25
@github-actions github-actions bot force-pushed the changeset-release/main branch from 7424a6e to 1d1996d Compare April 29, 2025 16:16
@tmilewski tmilewski merged commit 218056f into main Apr 29, 2025
32 checks passed
@tmilewski tmilewski deleted the changeset-release/main branch April 29, 2025 21:45
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