Skip to content

Commit 97801cf

Browse files
ci(changesets): version packages
1 parent 2898e78 commit 97801cf

File tree

12 files changed

+186
-59
lines changed

12 files changed

+186
-59
lines changed

.changeset/empty-apples-draw.md

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

.changeset/thirty-comics-grow.md

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

packages/checkout-sdk/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#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**
8+
9+
<details>
10+
<summary>Required Property(s)</summary>
11+
- changed property `variantSelection` of type `ProductSelectionProductAddedMessage` to be optional
12+
- changed property `variantExclusion` of type `ProductSelectionProductExcludedMessage` to be optional
13+
- changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional
14+
- changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional
15+
- changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional
16+
- changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional
17+
- changed property `variantSelection` of type `ProductSelectionProductAddedMessagePayload` to be optional
18+
- changed property `variantExclusion` of type `ProductSelectionProductExcludedMessagePayload` to be optional
19+
- changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional
20+
- changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional
21+
- changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional
22+
- changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional
23+
</details>
24+
25+
<details>
26+
<summary>Added Property(s)</summary>
27+
- added property `interfaceId` to type `MyTransactionDraft`
28+
- added property `interfaceId` to type `Transaction`
29+
- added property `interfaceId` to type `TransactionDraft`
30+
</details>
31+
32+
<details>
33+
<summary>Added Type(s)</summary>
34+
- added type `PaymentTransactionInterfaceIdSetMessage`
35+
- added type `PaymentTransactionInterfaceIdSetMessagePayload`
36+
- added type `PaymentSetTransactionInterfaceIdAction`
37+
</details>
38+
39+
### Patch Changes
40+
41+
- Updated dependencies [[`2898e78`](https://github.com/commercetools/commercetools-sdk-typescript/commit/2898e7831c731b611628e6516d99e19fa32d402e)]:
42+
- @commercetools/ts-client@4.4.0
43+
344
## 1.0.0
445

546
### Major Changes

packages/checkout-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public"
55
},
66
"name": "@commercetools/checkout-sdk",
7-
"version": "1.0.0",
7+
"version": "1.1.0",
88
"engines": {
99
"node": ">=18"
1010
},
@@ -32,7 +32,7 @@
3232
"./dist/commercetools-checkout-sdk.esm.js": "./dist/commercetools-checkout-sdk.browser.esm.js"
3333
},
3434
"dependencies": {
35-
"@commercetools/ts-client": "^4.2.1"
35+
"@commercetools/ts-client": "^4.4.0"
3636
},
3737
"devDependencies": {
3838
"organize-imports-cli": "0.10.0",

packages/history-sdk/CHANGELOG.md

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

3+
## 5.7.0
4+
5+
### Minor Changes
6+
7+
- [#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**
8+
9+
<details>
10+
<summary>Required Property(s)</summary>
11+
- changed property `variantSelection` of type `ProductSelectionProductAddedMessage` to be optional
12+
- changed property `variantExclusion` of type `ProductSelectionProductExcludedMessage` to be optional
13+
- changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional
14+
- changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional
15+
- changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional
16+
- changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional
17+
- changed property `variantSelection` of type `ProductSelectionProductAddedMessagePayload` to be optional
18+
- changed property `variantExclusion` of type `ProductSelectionProductExcludedMessagePayload` to be optional
19+
- changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional
20+
- changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional
21+
- changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional
22+
- changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional
23+
</details>
24+
25+
<details>
26+
<summary>Added Property(s)</summary>
27+
- added property `interfaceId` to type `MyTransactionDraft`
28+
- added property `interfaceId` to type `Transaction`
29+
- added property `interfaceId` to type `TransactionDraft`
30+
</details>
31+
32+
<details>
33+
<summary>Added Type(s)</summary>
34+
- added type `PaymentTransactionInterfaceIdSetMessage`
35+
- added type `PaymentTransactionInterfaceIdSetMessagePayload`
36+
- added type `PaymentSetTransactionInterfaceIdAction`
37+
</details>
38+
39+
- [#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
40+
41+
### Patch Changes
42+
43+
- Updated dependencies [[`2898e78`](https://github.com/commercetools/commercetools-sdk-typescript/commit/2898e7831c731b611628e6516d99e19fa32d402e)]:
44+
- @commercetools/ts-client@4.4.0
45+
346
## 5.6.0
447

548
### Minor Changes

packages/history-sdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public"
55
},
66
"name": "@commercetools/history-sdk",
7-
"version": "5.6.0",
7+
"version": "5.7.0",
88
"engines": {
99
"node": ">=18"
1010
},
@@ -32,10 +32,10 @@
3232
"./dist/commercetools-history-sdk.esm.js": "./dist/commercetools-history-sdk.browser.esm.js"
3333
},
3434
"dependencies": {
35-
"@commercetools/ts-client": "^4.3.0"
35+
"@commercetools/ts-client": "^4.4.0"
3636
},
3737
"devDependencies": {
38-
"@commercetools/platform-sdk": "8.18.0",
38+
"@commercetools/platform-sdk": "8.19.0",
3939
"@types/uuid": "10.0.0",
4040
"organize-imports-cli": "0.10.0",
4141
"tsconfig-replace-paths": "0.0.14",

packages/importapi-sdk/CHANGELOG.md

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

3+
## 6.9.0
4+
5+
### Minor Changes
6+
7+
- [#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**
8+
9+
<details>
10+
<summary>Required Property(s)</summary>
11+
- changed property `variantSelection` of type `ProductSelectionProductAddedMessage` to be optional
12+
- changed property `variantExclusion` of type `ProductSelectionProductExcludedMessage` to be optional
13+
- changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional
14+
- changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional
15+
- changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional
16+
- changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional
17+
- changed property `variantSelection` of type `ProductSelectionProductAddedMessagePayload` to be optional
18+
- changed property `variantExclusion` of type `ProductSelectionProductExcludedMessagePayload` to be optional
19+
- changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional
20+
- changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional
21+
- changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional
22+
- changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional
23+
</details>
24+
25+
<details>
26+
<summary>Added Property(s)</summary>
27+
- added property `interfaceId` to type `MyTransactionDraft`
28+
- added property `interfaceId` to type `Transaction`
29+
- added property `interfaceId` to type `TransactionDraft`
30+
</details>
31+
32+
<details>
33+
<summary>Added Type(s)</summary>
34+
- added type `PaymentTransactionInterfaceIdSetMessage`
35+
- added type `PaymentTransactionInterfaceIdSetMessagePayload`
36+
- added type `PaymentSetTransactionInterfaceIdAction`
37+
</details>
38+
39+
- [#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
40+
41+
### Patch Changes
42+
43+
- Updated dependencies [[`2898e78`](https://github.com/commercetools/commercetools-sdk-typescript/commit/2898e7831c731b611628e6516d99e19fa32d402e)]:
44+
- @commercetools/ts-client@4.4.0
45+
346
## 6.8.0
447

548
### Minor Changes

packages/importapi-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public"
55
},
66
"name": "@commercetools/importapi-sdk",
7-
"version": "6.8.0",
7+
"version": "6.9.0",
88
"engines": {
99
"node": ">=18"
1010
},
@@ -32,7 +32,7 @@
3232
"./dist/commercetools-importapi-sdk.esm.js": "./dist/commercetools-importapi-sdk.browser.esm.js"
3333
},
3434
"dependencies": {
35-
"@commercetools/ts-client": "^4.3.0"
35+
"@commercetools/ts-client": "^4.4.0"
3636
},
3737
"devDependencies": {
3838
"@types/uuid": "10.0.0",

packages/platform-sdk/CHANGELOG.md

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

3+
## 8.19.0
4+
5+
### Minor Changes
6+
7+
- [#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**
8+
9+
<details>
10+
<summary>Required Property(s)</summary>
11+
- changed property `variantSelection` of type `ProductSelectionProductAddedMessage` to be optional
12+
- changed property `variantExclusion` of type `ProductSelectionProductExcludedMessage` to be optional
13+
- changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional
14+
- changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional
15+
- changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional
16+
- changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional
17+
- changed property `variantSelection` of type `ProductSelectionProductAddedMessagePayload` to be optional
18+
- changed property `variantExclusion` of type `ProductSelectionProductExcludedMessagePayload` to be optional
19+
- changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional
20+
- changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional
21+
- changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional
22+
- changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional
23+
</details>
24+
25+
<details>
26+
<summary>Added Property(s)</summary>
27+
- added property `interfaceId` to type `MyTransactionDraft`
28+
- added property `interfaceId` to type `Transaction`
29+
- added property `interfaceId` to type `TransactionDraft`
30+
</details>
31+
32+
<details>
33+
<summary>Added Type(s)</summary>
34+
- added type `PaymentTransactionInterfaceIdSetMessage`
35+
- added type `PaymentTransactionInterfaceIdSetMessagePayload`
36+
- added type `PaymentSetTransactionInterfaceIdAction`
37+
</details>
38+
39+
- [#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
40+
41+
### Patch Changes
42+
43+
- Updated dependencies [[`2898e78`](https://github.com/commercetools/commercetools-sdk-typescript/commit/2898e7831c731b611628e6516d99e19fa32d402e)]:
44+
- @commercetools/ts-client@4.4.0
45+
346
## 8.18.0
447

548
### Minor Changes

packages/platform-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public"
55
},
66
"name": "@commercetools/platform-sdk",
7-
"version": "8.18.0",
7+
"version": "8.19.0",
88
"engines": {
99
"node": ">=18"
1010
},
@@ -26,7 +26,7 @@
2626
"./dist/commercetools-platform-sdk.esm.js": "./dist/commercetools-platform-sdk.browser.esm.js"
2727
},
2828
"dependencies": {
29-
"@commercetools/ts-client": "^4.3.0"
29+
"@commercetools/ts-client": "^4.4.0"
3030
},
3131
"devDependencies": {
3232
"@types/uuid": "10.0.0",

0 commit comments

Comments
 (0)