From 97801cfd81a7cbd4ff4984fc4bfd93cbdfaf46ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 3 Nov 2025 13:20:15 +0000 Subject: [PATCH] ci(changesets): version packages --- .changeset/empty-apples-draw.md | 41 --------------------------- .changeset/thirty-comics-grow.md | 8 ------ packages/checkout-sdk/CHANGELOG.md | 41 +++++++++++++++++++++++++++ packages/checkout-sdk/package.json | 4 +-- packages/history-sdk/CHANGELOG.md | 43 +++++++++++++++++++++++++++++ packages/history-sdk/package.json | 6 ++-- packages/importapi-sdk/CHANGELOG.md | 43 +++++++++++++++++++++++++++++ packages/importapi-sdk/package.json | 4 +-- packages/platform-sdk/CHANGELOG.md | 43 +++++++++++++++++++++++++++++ packages/platform-sdk/package.json | 4 +-- packages/sdk-client-v3/CHANGELOG.md | 6 ++++ packages/sdk-client-v3/package.json | 2 +- 12 files changed, 186 insertions(+), 59 deletions(-) delete mode 100644 .changeset/empty-apples-draw.md delete mode 100644 .changeset/thirty-comics-grow.md diff --git a/.changeset/empty-apples-draw.md b/.changeset/empty-apples-draw.md deleted file mode 100644 index e019d8dcd..000000000 --- a/.changeset/empty-apples-draw.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -'@commercetools/checkout-sdk': minor -'@commercetools/history-sdk': minor -'@commercetools/importapi-sdk': minor -'@commercetools/platform-sdk': minor ---- - -**Api changes** - -
-Required Property(s) - -- changed property `variantSelection` of type `ProductSelectionProductAddedMessage` to be optional -- changed property `variantExclusion` of type `ProductSelectionProductExcludedMessage` to be optional -- changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional -- changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional -- changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional -- changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional -- changed property `variantSelection` of type `ProductSelectionProductAddedMessagePayload` to be optional -- changed property `variantExclusion` of type `ProductSelectionProductExcludedMessagePayload` to be optional -- changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional -- changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional -- changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional -- changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional -
- -
-Added Property(s) - -- added property `interfaceId` to type `MyTransactionDraft` -- added property `interfaceId` to type `Transaction` -- added property `interfaceId` to type `TransactionDraft` -
- -
-Added Type(s) - -- added type `PaymentTransactionInterfaceIdSetMessage` -- added type `PaymentTransactionInterfaceIdSetMessagePayload` -- added type `PaymentSetTransactionInterfaceIdAction` -
diff --git a/.changeset/thirty-comics-grow.md b/.changeset/thirty-comics-grow.md deleted file mode 100644 index 680706bc5..000000000 --- a/.changeset/thirty-comics-grow.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@commercetools/history-sdk': minor -'@commercetools/importapi-sdk': minor -'@commercetools/platform-sdk': minor -'@commercetools/ts-client': minor ---- - -Regular release diff --git a/packages/checkout-sdk/CHANGELOG.md b/packages/checkout-sdk/CHANGELOG.md index 5e1a5e877..324b69125 100644 --- a/packages/checkout-sdk/CHANGELOG.md +++ b/packages/checkout-sdk/CHANGELOG.md @@ -1,5 +1,46 @@ # @commercetools/checkout-sdk +## 1.1.0 + +### Minor Changes + +- [#1191](https://github.com/commercetools/commercetools-sdk-typescript/pull/1191) [`2898e78`](https://github.com/commercetools/commercetools-sdk-typescript/commit/2898e7831c731b611628e6516d99e19fa32d402e) Thanks [@ShipilA](https://github.com/ShipilA)! - **Api changes** + +
+ Required Property(s) + - changed property `variantSelection` of type `ProductSelectionProductAddedMessage` to be optional + - changed property `variantExclusion` of type `ProductSelectionProductExcludedMessage` to be optional + - changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional + - changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional + - changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional + - changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional + - changed property `variantSelection` of type `ProductSelectionProductAddedMessagePayload` to be optional + - changed property `variantExclusion` of type `ProductSelectionProductExcludedMessagePayload` to be optional + - changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional + - changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional + - changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional + - changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional +
+ +
+ Added Property(s) + - added property `interfaceId` to type `MyTransactionDraft` + - added property `interfaceId` to type `Transaction` + - added property `interfaceId` to type `TransactionDraft` +
+ +
+ Added Type(s) + - added type `PaymentTransactionInterfaceIdSetMessage` + - added type `PaymentTransactionInterfaceIdSetMessagePayload` + - added type `PaymentSetTransactionInterfaceIdAction` +
+ +### Patch Changes + +- Updated dependencies [[`2898e78`](https://github.com/commercetools/commercetools-sdk-typescript/commit/2898e7831c731b611628e6516d99e19fa32d402e)]: + - @commercetools/ts-client@4.4.0 + ## 1.0.0 ### Major Changes diff --git a/packages/checkout-sdk/package.json b/packages/checkout-sdk/package.json index 6dcbc0187..d87a93af3 100644 --- a/packages/checkout-sdk/package.json +++ b/packages/checkout-sdk/package.json @@ -4,7 +4,7 @@ "access": "public" }, "name": "@commercetools/checkout-sdk", - "version": "1.0.0", + "version": "1.1.0", "engines": { "node": ">=18" }, @@ -32,7 +32,7 @@ "./dist/commercetools-checkout-sdk.esm.js": "./dist/commercetools-checkout-sdk.browser.esm.js" }, "dependencies": { - "@commercetools/ts-client": "^4.2.1" + "@commercetools/ts-client": "^4.4.0" }, "devDependencies": { "organize-imports-cli": "0.10.0", diff --git a/packages/history-sdk/CHANGELOG.md b/packages/history-sdk/CHANGELOG.md index cbe564eb5..470b5de45 100644 --- a/packages/history-sdk/CHANGELOG.md +++ b/packages/history-sdk/CHANGELOG.md @@ -1,5 +1,48 @@ # @commercetools/history-sdk +## 5.7.0 + +### Minor Changes + +- [#1191](https://github.com/commercetools/commercetools-sdk-typescript/pull/1191) [`2898e78`](https://github.com/commercetools/commercetools-sdk-typescript/commit/2898e7831c731b611628e6516d99e19fa32d402e) Thanks [@ShipilA](https://github.com/ShipilA)! - **Api changes** + +
+ Required Property(s) + - changed property `variantSelection` of type `ProductSelectionProductAddedMessage` to be optional + - changed property `variantExclusion` of type `ProductSelectionProductExcludedMessage` to be optional + - changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional + - changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional + - changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional + - changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional + - changed property `variantSelection` of type `ProductSelectionProductAddedMessagePayload` to be optional + - changed property `variantExclusion` of type `ProductSelectionProductExcludedMessagePayload` to be optional + - changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional + - changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional + - changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional + - changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional +
+ +
+ Added Property(s) + - added property `interfaceId` to type `MyTransactionDraft` + - added property `interfaceId` to type `Transaction` + - added property `interfaceId` to type `TransactionDraft` +
+ +
+ Added Type(s) + - added type `PaymentTransactionInterfaceIdSetMessage` + - added type `PaymentTransactionInterfaceIdSetMessagePayload` + - added type `PaymentSetTransactionInterfaceIdAction` +
+ +- [#1191](https://github.com/commercetools/commercetools-sdk-typescript/pull/1191) [`2898e78`](https://github.com/commercetools/commercetools-sdk-typescript/commit/2898e7831c731b611628e6516d99e19fa32d402e) Thanks [@ShipilA](https://github.com/ShipilA)! - Regular release + +### Patch Changes + +- Updated dependencies [[`2898e78`](https://github.com/commercetools/commercetools-sdk-typescript/commit/2898e7831c731b611628e6516d99e19fa32d402e)]: + - @commercetools/ts-client@4.4.0 + ## 5.6.0 ### Minor Changes diff --git a/packages/history-sdk/package.json b/packages/history-sdk/package.json index 77382a3dc..5d83f2621 100644 --- a/packages/history-sdk/package.json +++ b/packages/history-sdk/package.json @@ -4,7 +4,7 @@ "access": "public" }, "name": "@commercetools/history-sdk", - "version": "5.6.0", + "version": "5.7.0", "engines": { "node": ">=18" }, @@ -32,10 +32,10 @@ "./dist/commercetools-history-sdk.esm.js": "./dist/commercetools-history-sdk.browser.esm.js" }, "dependencies": { - "@commercetools/ts-client": "^4.3.0" + "@commercetools/ts-client": "^4.4.0" }, "devDependencies": { - "@commercetools/platform-sdk": "8.18.0", + "@commercetools/platform-sdk": "8.19.0", "@types/uuid": "10.0.0", "organize-imports-cli": "0.10.0", "tsconfig-replace-paths": "0.0.14", diff --git a/packages/importapi-sdk/CHANGELOG.md b/packages/importapi-sdk/CHANGELOG.md index b2177630f..c94f20d1f 100644 --- a/packages/importapi-sdk/CHANGELOG.md +++ b/packages/importapi-sdk/CHANGELOG.md @@ -1,5 +1,48 @@ # @commercetools/importapi-sdk +## 6.9.0 + +### Minor Changes + +- [#1191](https://github.com/commercetools/commercetools-sdk-typescript/pull/1191) [`2898e78`](https://github.com/commercetools/commercetools-sdk-typescript/commit/2898e7831c731b611628e6516d99e19fa32d402e) Thanks [@ShipilA](https://github.com/ShipilA)! - **Api changes** + +
+ Required Property(s) + - changed property `variantSelection` of type `ProductSelectionProductAddedMessage` to be optional + - changed property `variantExclusion` of type `ProductSelectionProductExcludedMessage` to be optional + - changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional + - changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional + - changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional + - changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional + - changed property `variantSelection` of type `ProductSelectionProductAddedMessagePayload` to be optional + - changed property `variantExclusion` of type `ProductSelectionProductExcludedMessagePayload` to be optional + - changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional + - changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional + - changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional + - changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional +
+ +
+ Added Property(s) + - added property `interfaceId` to type `MyTransactionDraft` + - added property `interfaceId` to type `Transaction` + - added property `interfaceId` to type `TransactionDraft` +
+ +
+ Added Type(s) + - added type `PaymentTransactionInterfaceIdSetMessage` + - added type `PaymentTransactionInterfaceIdSetMessagePayload` + - added type `PaymentSetTransactionInterfaceIdAction` +
+ +- [#1191](https://github.com/commercetools/commercetools-sdk-typescript/pull/1191) [`2898e78`](https://github.com/commercetools/commercetools-sdk-typescript/commit/2898e7831c731b611628e6516d99e19fa32d402e) Thanks [@ShipilA](https://github.com/ShipilA)! - Regular release + +### Patch Changes + +- Updated dependencies [[`2898e78`](https://github.com/commercetools/commercetools-sdk-typescript/commit/2898e7831c731b611628e6516d99e19fa32d402e)]: + - @commercetools/ts-client@4.4.0 + ## 6.8.0 ### Minor Changes diff --git a/packages/importapi-sdk/package.json b/packages/importapi-sdk/package.json index ebc3356a5..53a3de325 100644 --- a/packages/importapi-sdk/package.json +++ b/packages/importapi-sdk/package.json @@ -4,7 +4,7 @@ "access": "public" }, "name": "@commercetools/importapi-sdk", - "version": "6.8.0", + "version": "6.9.0", "engines": { "node": ">=18" }, @@ -32,7 +32,7 @@ "./dist/commercetools-importapi-sdk.esm.js": "./dist/commercetools-importapi-sdk.browser.esm.js" }, "dependencies": { - "@commercetools/ts-client": "^4.3.0" + "@commercetools/ts-client": "^4.4.0" }, "devDependencies": { "@types/uuid": "10.0.0", diff --git a/packages/platform-sdk/CHANGELOG.md b/packages/platform-sdk/CHANGELOG.md index a8f1cea98..058c9134e 100644 --- a/packages/platform-sdk/CHANGELOG.md +++ b/packages/platform-sdk/CHANGELOG.md @@ -1,5 +1,48 @@ # @commercetools/platform-sdk +## 8.19.0 + +### Minor Changes + +- [#1191](https://github.com/commercetools/commercetools-sdk-typescript/pull/1191) [`2898e78`](https://github.com/commercetools/commercetools-sdk-typescript/commit/2898e7831c731b611628e6516d99e19fa32d402e) Thanks [@ShipilA](https://github.com/ShipilA)! - **Api changes** + +
+ Required Property(s) + - changed property `variantSelection` of type `ProductSelectionProductAddedMessage` to be optional + - changed property `variantExclusion` of type `ProductSelectionProductExcludedMessage` to be optional + - changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional + - changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional + - changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional + - changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional + - changed property `variantSelection` of type `ProductSelectionProductAddedMessagePayload` to be optional + - changed property `variantExclusion` of type `ProductSelectionProductExcludedMessagePayload` to be optional + - changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional + - changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional + - changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional + - changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional +
+ +
+ Added Property(s) + - added property `interfaceId` to type `MyTransactionDraft` + - added property `interfaceId` to type `Transaction` + - added property `interfaceId` to type `TransactionDraft` +
+ +
+ Added Type(s) + - added type `PaymentTransactionInterfaceIdSetMessage` + - added type `PaymentTransactionInterfaceIdSetMessagePayload` + - added type `PaymentSetTransactionInterfaceIdAction` +
+ +- [#1191](https://github.com/commercetools/commercetools-sdk-typescript/pull/1191) [`2898e78`](https://github.com/commercetools/commercetools-sdk-typescript/commit/2898e7831c731b611628e6516d99e19fa32d402e) Thanks [@ShipilA](https://github.com/ShipilA)! - Regular release + +### Patch Changes + +- Updated dependencies [[`2898e78`](https://github.com/commercetools/commercetools-sdk-typescript/commit/2898e7831c731b611628e6516d99e19fa32d402e)]: + - @commercetools/ts-client@4.4.0 + ## 8.18.0 ### Minor Changes diff --git a/packages/platform-sdk/package.json b/packages/platform-sdk/package.json index 10ffff294..2fdd52a10 100644 --- a/packages/platform-sdk/package.json +++ b/packages/platform-sdk/package.json @@ -4,7 +4,7 @@ "access": "public" }, "name": "@commercetools/platform-sdk", - "version": "8.18.0", + "version": "8.19.0", "engines": { "node": ">=18" }, @@ -26,7 +26,7 @@ "./dist/commercetools-platform-sdk.esm.js": "./dist/commercetools-platform-sdk.browser.esm.js" }, "dependencies": { - "@commercetools/ts-client": "^4.3.0" + "@commercetools/ts-client": "^4.4.0" }, "devDependencies": { "@types/uuid": "10.0.0", diff --git a/packages/sdk-client-v3/CHANGELOG.md b/packages/sdk-client-v3/CHANGELOG.md index 28c1f40e1..6b2d6a92e 100644 --- a/packages/sdk-client-v3/CHANGELOG.md +++ b/packages/sdk-client-v3/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools/ts-client +## 4.4.0 + +### Minor Changes + +- [#1191](https://github.com/commercetools/commercetools-sdk-typescript/pull/1191) [`2898e78`](https://github.com/commercetools/commercetools-sdk-typescript/commit/2898e7831c731b611628e6516d99e19fa32d402e) Thanks [@ShipilA](https://github.com/ShipilA)! - Regular release + ## 4.3.0 ### Minor Changes diff --git a/packages/sdk-client-v3/package.json b/packages/sdk-client-v3/package.json index bd1678873..5405bf04d 100644 --- a/packages/sdk-client-v3/package.json +++ b/packages/sdk-client-v3/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools/ts-client", - "version": "4.3.0", + "version": "4.4.0", "engines": { "node": ">=18" },