From b68af69a1f7330537ddbbb2939fad96cc9b2e90a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 12:52:18 +0000 Subject: [PATCH] ci(changesets): version packages --- .changeset/new-facts-build.md | 5 ----- standalone/CHANGELOG.md | 6 ++++++ standalone/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/new-facts-build.md diff --git a/.changeset/new-facts-build.md b/.changeset/new-facts-build.md deleted file mode 100644 index a418821374..0000000000 --- a/.changeset/new-facts-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commercetools/composable-commerce-test-data': patch ---- - -Export staged types from the standalone-price entry point. TStagedStandalonePrice, TStagedStandalonePriceBuilder, TStagedPriceDraft, TStagedPriceDraftBuilder and related types are now re-exported from @commercetools/composable-commerce-test-data/standalone-price. diff --git a/standalone/CHANGELOG.md b/standalone/CHANGELOG.md index 076327be43..8e258f0bc2 100644 --- a/standalone/CHANGELOG.md +++ b/standalone/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools/composable-commerce-test-data +## 13.13.1 + +### Patch Changes + +- [#1008](https://github.com/commercetools/test-data/pull/1008) [`f230439`](https://github.com/commercetools/test-data/commit/f230439150311e7698567e7f1c8d982b6d4bee63) Thanks [@nima-ct](https://github.com/nima-ct)! - Export staged types from the standalone-price entry point. TStagedStandalonePrice, TStagedStandalonePriceBuilder, TStagedPriceDraft, TStagedPriceDraftBuilder and related types are now re-exported from @commercetools/composable-commerce-test-data/standalone-price. + ## 13.13.0 ### Minor Changes diff --git a/standalone/package.json b/standalone/package.json index 176052483d..cf9c638806 100644 --- a/standalone/package.json +++ b/standalone/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools/composable-commerce-test-data", - "version": "13.13.0", + "version": "13.13.1", "description": "Data models for commercetools platform APIs", "repository": { "type": "git",