Skip to content

Commit 7c8317c

Browse files
ci(changesets): version packages
1 parent f7658fe commit 7c8317c

4 files changed

Lines changed: 25 additions & 24 deletions

File tree

.changeset/changes_api.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

packages/history-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@commercetools/ts-client": "^4.2.1"
3636
},
3737
"devDependencies": {
38-
"@commercetools/platform-sdk": "8.16.0",
38+
"@commercetools/platform-sdk": "8.17.0",
3939
"@types/uuid": "10.0.0",
4040
"organize-imports-cli": "0.10.0",
4141
"tsconfig-replace-paths": "0.0.14",

packages/platform-sdk/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# @commercetools/platform-sdk
22

3+
## 8.17.0
4+
5+
### Minor Changes
6+
7+
- [#1163](https://github.com/commercetools/commercetools-sdk-typescript/pull/1163) [`f7658fe`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f7658fe066dd88c971c7e92973e67dc7029e7f3b) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Api changes**
8+
9+
<details>
10+
<summary>Required Property(s)</summary>
11+
12+
- changed property `variantSelection` of type `ProductSelectionProductAddedMessage` to be optional
13+
- changed property `variantExclusion` of type `ProductSelectionProductExcludedMessage` to be optional
14+
- changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional
15+
- changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional
16+
- changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional
17+
- changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional
18+
- changed property `variantSelection` of type `ProductSelectionProductAddedMessagePayload` to be optional
19+
- changed property `variantExclusion` of type `ProductSelectionProductExcludedMessagePayload` to be optional
20+
- changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional
21+
- changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional
22+
- changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional
23+
- changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional
24+
</details>
25+
326
## 8.16.0
427

528
### Minor Changes

packages/platform-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public"
55
},
66
"name": "@commercetools/platform-sdk",
7-
"version": "8.16.0",
7+
"version": "8.17.0",
88
"engines": {
99
"node": ">=18"
1010
},

0 commit comments

Comments
 (0)