diff --git a/.changeset/fuzzy-jokes-hang.md b/.changeset/fuzzy-jokes-hang.md
deleted file mode 100644
index 7d801e790..000000000
--- a/.changeset/fuzzy-jokes-hang.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-'@commercetools/history-sdk': minor
----
-
-**History changes**
-
-
-Added QueryParameter(s)
-
-- added query parameter `associateId` to method `get /{projectKey}`
-- added query parameter `associateId` to method `get /{projectKey}/{resourceType}`
-- added query parameter `associateId` to method `get /{projectKey}/{resourceType}/{ID}`
-
-
-
-Added Property(s)
-
-- added property `associate` to type `ModifiedBy`
-
diff --git a/.changeset/nasty-avocados-repeat.md b/.changeset/nasty-avocados-repeat.md
deleted file mode 100644
index 6c32f67e0..000000000
--- a/.changeset/nasty-avocados-repeat.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-'@commercetools/importapi-sdk': minor
----
-
-**Import changes**
-
-
-Added Enum(s)
-
-- added enum `canceled` to type `ProcessingState`
-
diff --git a/.changeset/smooth-games-move.md b/.changeset/smooth-games-move.md
deleted file mode 100644
index ab20f695b..000000000
--- a/.changeset/smooth-games-move.md
+++ /dev/null
@@ -1,94 +0,0 @@
----
-'@commercetools/platform-sdk': major
----
-
-**Api changes**
-
-
-Required Property(s)
-
-- changed property `textLineItemId` of type `MyShoppingListChangeTextLineItemNameAction` to be optional
-- changed property `textLineItemId` of type `MyShoppingListChangeTextLineItemQuantityAction` to be optional
-- changed property `lineItemId` of type `MyShoppingListRemoveLineItemAction` to be optional
-- changed property `textLineItemId` of type `MyShoppingListRemoveTextLineItemAction` to be optional
-- changed property `lineItemId` of type `MyShoppingListSetLineItemCustomFieldAction` to be optional
-- changed property `textLineItemId` of type `MyShoppingListSetTextLineItemCustomFieldAction` to be optional
-- changed property `textLineItemId` of type `MyShoppingListSetTextLineItemCustomTypeAction` to be optional
-- changed property `textLineItemId` of type `MyShoppingListSetTextLineItemDescriptionAction` to be optional
-- changed property `lineItemId` of type `ShoppingListChangeLineItemQuantityAction` to be optional
-- changed property `textLineItemId` of type `ShoppingListChangeTextLineItemNameAction` to be optional
-- changed property `textLineItemId` of type `ShoppingListChangeTextLineItemQuantityAction` to be optional
-- changed property `lineItemId` of type `ShoppingListRemoveLineItemAction` to be optional
-- changed property `textLineItemId` of type `ShoppingListRemoveTextLineItemAction` to be optional
-- changed property `lineItemId` of type `ShoppingListSetLineItemCustomFieldAction` to be optional
-- changed property `lineItemId` of type `ShoppingListSetLineItemCustomTypeAction` to be optional
-- changed property `textLineItemId` of type `ShoppingListSetTextLineItemCustomFieldAction` to be optional
-- changed property `textLineItemId` of type `ShoppingListSetTextLineItemCustomTypeAction` to be optional
-- changed property `textLineItemId` of type `ShoppingListSetTextLineItemDescriptionAction` to be optional
-
-
-
-Added Property(s)
-
-- added property `perMethodExternalTaxRate` to type `LineItemDraft`
-- added property `key` to type `MyShoppingListAddLineItemAction`
-- added property `key` to type `MyShoppingListAddTextLineItemAction`
-- added property `textLineItemKey` to type `MyShoppingListChangeTextLineItemNameAction`
-- added property `textLineItemKey` to type `MyShoppingListChangeTextLineItemQuantityAction`
-- added property `lineItemKey` to type `MyShoppingListRemoveLineItemAction`
-- added property `textLineItemKey` to type `MyShoppingListRemoveTextLineItemAction`
-- added property `lineItemKey` to type `MyShoppingListSetLineItemCustomFieldAction`
-- added property `textLineItemKey` to type `MyShoppingListSetTextLineItemCustomFieldAction`
-- added property `textLineItemKey` to type `MyShoppingListSetTextLineItemCustomTypeAction`
-- added property `textLineItemKey` to type `MyShoppingListSetTextLineItemDescriptionAction`
-- added property `cart` to type `QuoteRequest`
-- added property `key` to type `ShoppingListLineItem`
-- added property `key` to type `ShoppingListLineItemDraft`
-- added property `key` to type `TextLineItem`
-- added property `key` to type `TextLineItemDraft`
-- added property `key` to type `ShoppingListAddLineItemAction`
-- added property `key` to type `ShoppingListAddTextLineItemAction`
-- added property `lineItemKey` to type `ShoppingListChangeLineItemQuantityAction`
-- added property `textLineItemKey` to type `ShoppingListChangeTextLineItemNameAction`
-- added property `textLineItemKey` to type `ShoppingListChangeTextLineItemQuantityAction`
-- added property `lineItemKey` to type `ShoppingListRemoveLineItemAction`
-- added property `textLineItemKey` to type `ShoppingListRemoveTextLineItemAction`
-- added property `lineItemKey` to type `ShoppingListSetLineItemCustomFieldAction`
-- added property `lineItemKey` to type `ShoppingListSetLineItemCustomTypeAction`
-- added property `textLineItemKey` to type `ShoppingListSetTextLineItemCustomFieldAction`
-- added property `textLineItemKey` to type `ShoppingListSetTextLineItemCustomTypeAction`
-- added property `textLineItemKey` to type `ShoppingListSetTextLineItemDescriptionAction`
-- added property `staged` to type `StandalonePriceDraft`
-
-
-
-Added Type(s)
-
-- added type `MethodExternalTaxRateDraft`
-- added type `QuoteRenegotiationRequestedMessage`
-- added type `StandalonePriceStagedChangesRemovedMessage`
-- added type `QuoteRenegotiationRequestedMessagePayload`
-- added type `StandalonePriceStagedChangesRemovedMessagePayload`
-- added type `StagedPriceDraft`
-- added type `StandalonePriceRemoveStagedChangesAction`
-
-
-
-Removed Method(s)
-
-- :warning: removed method `apiRoot.withProjectKey().me().payments().withKey().get()`
-- :warning: removed method `apiRoot.withProjectKey().me().payments().withKey().post()`
-- :warning: removed method `apiRoot.withProjectKey().me().payments().withKey().delete()`
-
-
-
-Removed Resource(s)
-
-- :warning: removed resource `/{projectKey}/me/payments/key={key}`
-
-
-
-Removed Enum(s)
-
-- :warning: removed enum `Failed` from type `QuoteState`
-
diff --git a/packages/history-sdk/CHANGELOG.md b/packages/history-sdk/CHANGELOG.md
index a6cc31c92..62a7f672e 100644
--- a/packages/history-sdk/CHANGELOG.md
+++ b/packages/history-sdk/CHANGELOG.md
@@ -1,5 +1,25 @@
# @commercetools/history-sdk
+## 3.6.0
+
+### Minor Changes
+
+- [`0e0c5bf`](https://github.com/commercetools/commercetools-sdk-typescript/commit/0e0c5bfc7e9f9c0c30dfdd520aed768122c7933d) Thanks [@jenschude](https://github.com/jenschude)! - **History changes**
+
+
+ Added QueryParameter(s)
+
+ - added query parameter `associateId` to method `get /{projectKey}`
+ - added query parameter `associateId` to method `get /{projectKey}/{resourceType}`
+ - added query parameter `associateId` to method `get /{projectKey}/{resourceType}/{ID}`
+
+
+
+ Added Property(s)
+
+ - added property `associate` to type `ModifiedBy`
+
+
## 3.5.0
### Minor Changes
diff --git a/packages/history-sdk/package.json b/packages/history-sdk/package.json
index f8a231a17..1789e046e 100644
--- a/packages/history-sdk/package.json
+++ b/packages/history-sdk/package.json
@@ -4,7 +4,7 @@
"access": "public"
},
"name": "@commercetools/history-sdk",
- "version": "3.5.0",
+ "version": "3.6.0",
"engines": {
"node": ">=14"
},
@@ -38,7 +38,7 @@
"@commercetools/sdk-middleware-logger": "^3.0.0"
},
"devDependencies": {
- "@commercetools/platform-sdk": "5.0.0",
+ "@commercetools/platform-sdk": "6.0.0",
"@types/uuid": "9.0.2",
"organize-imports-cli": "0.10.0",
"tsconfig-replace-paths": "0.0.13",
diff --git a/packages/importapi-sdk/CHANGELOG.md b/packages/importapi-sdk/CHANGELOG.md
index b79a23f69..90eb53e98 100644
--- a/packages/importapi-sdk/CHANGELOG.md
+++ b/packages/importapi-sdk/CHANGELOG.md
@@ -1,5 +1,17 @@
# @commercetools/importapi-sdk
+## 4.7.0
+
+### Minor Changes
+
+- [`0e0c5bf`](https://github.com/commercetools/commercetools-sdk-typescript/commit/0e0c5bfc7e9f9c0c30dfdd520aed768122c7933d) Thanks [@jenschude](https://github.com/jenschude)! - **Import changes**
+
+
+ Added Enum(s)
+
+ - added enum `canceled` to type `ProcessingState`
+
+
## 4.6.2
### Patch Changes
diff --git a/packages/importapi-sdk/package.json b/packages/importapi-sdk/package.json
index 6e31bb1df..882dc9e75 100644
--- a/packages/importapi-sdk/package.json
+++ b/packages/importapi-sdk/package.json
@@ -4,7 +4,7 @@
"access": "public"
},
"name": "@commercetools/importapi-sdk",
- "version": "4.6.2",
+ "version": "4.7.0",
"engines": {
"node": ">=14"
},
diff --git a/packages/ml-sdk/package.json b/packages/ml-sdk/package.json
index 13d733a89..28e63772a 100644
--- a/packages/ml-sdk/package.json
+++ b/packages/ml-sdk/package.json
@@ -38,7 +38,7 @@
"@commercetools/sdk-middleware-logger": "^3.0.0"
},
"devDependencies": {
- "@commercetools/platform-sdk": "5.0.0",
+ "@commercetools/platform-sdk": "6.0.0",
"@types/uuid": "9.0.2",
"organize-imports-cli": "0.10.0",
"tsconfig-replace-paths": "0.0.13",
diff --git a/packages/platform-sdk/CHANGELOG.md b/packages/platform-sdk/CHANGELOG.md
index ecf11a157..faf972274 100644
--- a/packages/platform-sdk/CHANGELOG.md
+++ b/packages/platform-sdk/CHANGELOG.md
@@ -1,5 +1,100 @@
# @commercetools/platform-sdk
+## 6.0.0
+
+### Major Changes
+
+- [`0e0c5bf`](https://github.com/commercetools/commercetools-sdk-typescript/commit/0e0c5bfc7e9f9c0c30dfdd520aed768122c7933d) Thanks [@jenschude](https://github.com/jenschude)! - **Api changes**
+
+
+ Required Property(s)
+
+ - changed property `textLineItemId` of type `MyShoppingListChangeTextLineItemNameAction` to be optional
+ - changed property `textLineItemId` of type `MyShoppingListChangeTextLineItemQuantityAction` to be optional
+ - changed property `lineItemId` of type `MyShoppingListRemoveLineItemAction` to be optional
+ - changed property `textLineItemId` of type `MyShoppingListRemoveTextLineItemAction` to be optional
+ - changed property `lineItemId` of type `MyShoppingListSetLineItemCustomFieldAction` to be optional
+ - changed property `textLineItemId` of type `MyShoppingListSetTextLineItemCustomFieldAction` to be optional
+ - changed property `textLineItemId` of type `MyShoppingListSetTextLineItemCustomTypeAction` to be optional
+ - changed property `textLineItemId` of type `MyShoppingListSetTextLineItemDescriptionAction` to be optional
+ - changed property `lineItemId` of type `ShoppingListChangeLineItemQuantityAction` to be optional
+ - changed property `textLineItemId` of type `ShoppingListChangeTextLineItemNameAction` to be optional
+ - changed property `textLineItemId` of type `ShoppingListChangeTextLineItemQuantityAction` to be optional
+ - changed property `lineItemId` of type `ShoppingListRemoveLineItemAction` to be optional
+ - changed property `textLineItemId` of type `ShoppingListRemoveTextLineItemAction` to be optional
+ - changed property `lineItemId` of type `ShoppingListSetLineItemCustomFieldAction` to be optional
+ - changed property `lineItemId` of type `ShoppingListSetLineItemCustomTypeAction` to be optional
+ - changed property `textLineItemId` of type `ShoppingListSetTextLineItemCustomFieldAction` to be optional
+ - changed property `textLineItemId` of type `ShoppingListSetTextLineItemCustomTypeAction` to be optional
+ - changed property `textLineItemId` of type `ShoppingListSetTextLineItemDescriptionAction` to be optional
+
+
+
+ Added Property(s)
+
+ - added property `perMethodExternalTaxRate` to type `LineItemDraft`
+ - added property `key` to type `MyShoppingListAddLineItemAction`
+ - added property `key` to type `MyShoppingListAddTextLineItemAction`
+ - added property `textLineItemKey` to type `MyShoppingListChangeTextLineItemNameAction`
+ - added property `textLineItemKey` to type `MyShoppingListChangeTextLineItemQuantityAction`
+ - added property `lineItemKey` to type `MyShoppingListRemoveLineItemAction`
+ - added property `textLineItemKey` to type `MyShoppingListRemoveTextLineItemAction`
+ - added property `lineItemKey` to type `MyShoppingListSetLineItemCustomFieldAction`
+ - added property `textLineItemKey` to type `MyShoppingListSetTextLineItemCustomFieldAction`
+ - added property `textLineItemKey` to type `MyShoppingListSetTextLineItemCustomTypeAction`
+ - added property `textLineItemKey` to type `MyShoppingListSetTextLineItemDescriptionAction`
+ - added property `cart` to type `QuoteRequest`
+ - added property `key` to type `ShoppingListLineItem`
+ - added property `key` to type `ShoppingListLineItemDraft`
+ - added property `key` to type `TextLineItem`
+ - added property `key` to type `TextLineItemDraft`
+ - added property `key` to type `ShoppingListAddLineItemAction`
+ - added property `key` to type `ShoppingListAddTextLineItemAction`
+ - added property `lineItemKey` to type `ShoppingListChangeLineItemQuantityAction`
+ - added property `textLineItemKey` to type `ShoppingListChangeTextLineItemNameAction`
+ - added property `textLineItemKey` to type `ShoppingListChangeTextLineItemQuantityAction`
+ - added property `lineItemKey` to type `ShoppingListRemoveLineItemAction`
+ - added property `textLineItemKey` to type `ShoppingListRemoveTextLineItemAction`
+ - added property `lineItemKey` to type `ShoppingListSetLineItemCustomFieldAction`
+ - added property `lineItemKey` to type `ShoppingListSetLineItemCustomTypeAction`
+ - added property `textLineItemKey` to type `ShoppingListSetTextLineItemCustomFieldAction`
+ - added property `textLineItemKey` to type `ShoppingListSetTextLineItemCustomTypeAction`
+ - added property `textLineItemKey` to type `ShoppingListSetTextLineItemDescriptionAction`
+ - added property `staged` to type `StandalonePriceDraft`
+
+
+
+ Added Type(s)
+
+ - added type `MethodExternalTaxRateDraft`
+ - added type `QuoteRenegotiationRequestedMessage`
+ - added type `StandalonePriceStagedChangesRemovedMessage`
+ - added type `QuoteRenegotiationRequestedMessagePayload`
+ - added type `StandalonePriceStagedChangesRemovedMessagePayload`
+ - added type `StagedPriceDraft`
+ - added type `StandalonePriceRemoveStagedChangesAction`
+
+
+
+ Removed Method(s)
+
+ - :warning: removed method `apiRoot.withProjectKey().me().payments().withKey().get()`
+ - :warning: removed method `apiRoot.withProjectKey().me().payments().withKey().post()`
+ - :warning: removed method `apiRoot.withProjectKey().me().payments().withKey().delete()`
+
+
+
+ Removed Resource(s)
+
+ - :warning: removed resource `/{projectKey}/me/payments/key={key}`
+
+
+
+ Removed Enum(s)
+
+ - :warning: removed enum `Failed` from type `QuoteState`
+
+
## 5.0.0
### Major Changes
diff --git a/packages/platform-sdk/package.json b/packages/platform-sdk/package.json
index 1cc5b2c9f..ef6e574cf 100644
--- a/packages/platform-sdk/package.json
+++ b/packages/platform-sdk/package.json
@@ -4,7 +4,7 @@
"access": "public"
},
"name": "@commercetools/platform-sdk",
- "version": "5.0.0",
+ "version": "6.0.0",
"engines": {
"node": ">=14"
},