Skip to content

Version Packages#998

Merged
Ibidapo merged 1 commit intomainfrom
changeset-release/main
Feb 4, 2026
Merged

Version Packages#998
Ibidapo merged 1 commit intomainfrom
changeset-release/main

Conversation

@ct-changesets
Copy link
Contributor

@ct-changesets ct-changesets bot commented Dec 10, 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

@commercetools/composable-commerce-test-data@13.13.0

Minor Changes

  • #997 b60bcce Thanks @krishhna123! - We're introducing new models named, line-item-recurrence-info and line-item-recurrence-info-draft, custom-line-item-recurrence-info and custom-line-item-recurrence-info-draft. All these models can be consumed from the @commercetools/composable-commerce-test-data/cart entry point.

    This is how new models could be used:

    import {
      LineItemRecurrenceInfoRest,
      LineItemRecurrenceInfoGraphql,
      LineItemRecurrenceInfoDraftRest,
      LineItemRecurrenceInfoDraftGraphql,
      CustomLineItemRecurrenceInfoRest,
      CustomLineItemRecurrenceInfoGraphql,
      CustomLineItemRecurrenceInfoDraftRest,
      CustomLineItemRecurrenceInfoDraftGraphql,
    } from '@commercetools/composable-commerce-test-data/cart';
    
    // Line item recurrence models
    const lineItemRecurrenceInfoRest =
      LineItemRecurrenceInfoRest.random().build();
    const lineItemRecurrenceInfoGraphql =
      LineItemRecurrenceInfoGraphql.random().build();
    const lineItemRecurrenceInfoDraftRest =
      LineItemRecurrenceInfoDraftRest.random().build();
    const lineItemRecurrenceInfoDraftGraphql =
      LineItemRecurrenceInfoDraftGraphql.random().build();
    
    // Custom line item recurrence models
    const customLineItemRecurrenceInfoRest =
      CustomLineItemRecurrenceInfoRest.random().build();
    const customLineItemRecurrenceInfoGraphql =
      CustomLineItemRecurrenceInfoGraphql.random().build();
    const customLineItemRecurrenceInfoDraftRest =
      CustomLineItemRecurrenceInfoDraftRest.random().build();
    const customLineItemRecurrenceInfoDraftGraphql =
      CustomLineItemRecurrenceInfoDraftGraphql.random().build();
  • #1003 fccb6bb Thanks @mario-priceless! - Jest 30 upgrade - Upgrade guide

@ct-changesets ct-changesets bot force-pushed the changeset-release/main branch 4 times, most recently from bc911ae to 637efc1 Compare December 10, 2025 10:22
@ct-changesets ct-changesets bot force-pushed the changeset-release/main branch 2 times, most recently from 71d29d9 to 793db7a Compare December 17, 2025 18:29
@ct-changesets ct-changesets bot force-pushed the changeset-release/main branch from 793db7a to 2c48141 Compare January 15, 2026 09:26
@ct-changesets ct-changesets bot force-pushed the changeset-release/main branch 2 times, most recently from b280189 to b56d135 Compare January 23, 2026 14:30
@ct-changesets ct-changesets bot force-pushed the changeset-release/main branch from b56d135 to 86e5709 Compare January 23, 2026 21:22
@Ibidapo Ibidapo merged commit 54e0f85 into main Feb 4, 2026
5 checks passed
@Ibidapo Ibidapo deleted the changeset-release/main branch February 4, 2026 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant