Skip to content

Commit d054983

Browse files
ci(changesets): version packages (#1078)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 43de7fc commit d054983

7 files changed

Lines changed: 75 additions & 68 deletions

File tree

.changeset/changes_api.md

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

.changeset/correlation-id-middleware.md

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

packages/history-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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": "^3.4.0"
35+
"@commercetools/ts-client": "^3.4.1"
3636
},
3737
"devDependencies": {
38-
"@commercetools/platform-sdk": "8.10.0",
38+
"@commercetools/platform-sdk": "8.11.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: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,67 @@
11
# @commercetools/platform-sdk
22

3+
## 8.11.0
4+
5+
### Minor Changes
6+
7+
- [#1077](https://github.com/commercetools/commercetools-sdk-typescript/pull/1077) [`a313308`](https://github.com/commercetools/commercetools-sdk-typescript/commit/a3133084bd43b1d74dde3c57c9af1f0a094f939c) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Api changes**
8+
9+
<details>
10+
<summary>Added Type(s)</summary>
11+
12+
- added type `ExpiredCustomerEmailTokenError`
13+
- added type `ExpiredCustomerPasswordTokenError`
14+
- added type `GraphQLExpiredCustomerEmailTokenError`
15+
- added type `GraphQLExpiredCustomerPasswordTokenError`
16+
- added type `CheckoutOrderCreationFailedEvent`
17+
- added type `CheckoutPaymentAuthorizationCancelledEvent`
18+
- added type `CheckoutPaymentAuthorizationFailedEvent`
19+
- added type `CheckoutPaymentAuthorizedEvent`
20+
- added type `CheckoutPaymentCancelAuthorizationFailedEvent`
21+
- added type `CheckoutPaymentChargeFailedEvent`
22+
- added type `CheckoutPaymentChargedEvent`
23+
- added type `CheckoutPaymentRefundFailedEvent`
24+
- added type `CheckoutPaymentRefundedEvent`
25+
- added type `CheckoutMessageOrderPayloadBaseData`
26+
- added type `CheckoutMessagePaymentsPayloadBaseData`
27+
</details>
28+
29+
<details>
30+
<summary>Added Property(s)</summary>
31+
32+
- added property `invalidateOlderTokens` to type `CustomerCreateEmailToken`
33+
- added property `invalidateOlderTokens` to type `CustomerCreatePasswordResetToken`
34+
- added property `invalidateOlderTokens` to type `CustomerToken`
35+
- added property `value` to type `CustomerEmailTokenCreatedMessage`
36+
- added property `invalidateOlderTokens` to type `CustomerEmailTokenCreatedMessage`
37+
- added property `value` to type `CustomerPasswordTokenCreatedMessage`
38+
- added property `invalidateOlderTokens` to type `CustomerPasswordTokenCreatedMessage`
39+
- added property `value` to type `CustomerEmailTokenCreatedMessagePayload`
40+
- added property `invalidateOlderTokens` to type `CustomerEmailTokenCreatedMessagePayload`
41+
- added property `value` to type `CustomerPasswordTokenCreatedMessagePayload`
42+
- added property `invalidateOlderTokens` to type `CustomerPasswordTokenCreatedMessagePayload`
43+
</details>
44+
45+
<details>
46+
<summary>Added Enum(s)</summary>
47+
48+
- added enum `checkout` to type `EventSubscriptionResourceTypeId`
49+
- added enum `CheckoutOrderCreationFailed` to type `EventType`
50+
- added enum `CheckoutPaymentAuthorizationCancelled` to type `EventType`
51+
- added enum `CheckoutPaymentAuthorizationFailed` to type `EventType`
52+
- added enum `CheckoutPaymentAuthorized` to type `EventType`
53+
- added enum `CheckoutPaymentCancelAuthorizationFailed` to type `EventType`
54+
- added enum `CheckoutPaymentCharged` to type `EventType`
55+
- added enum `CheckoutPaymentChargeFailed` to type `EventType`
56+
- added enum `CheckoutPaymentRefunded` to type `EventType`
57+
- added enum `CheckoutPaymentRefundFailed` to type `EventType`
58+
</details>
59+
60+
### Patch Changes
61+
62+
- Updated dependencies [[`2a458b3`](https://github.com/commercetools/commercetools-sdk-typescript/commit/2a458b348a705f4a63befb04bd2680de45fe1c13)]:
63+
- @commercetools/ts-client@3.4.1
64+
365
## 8.10.0
466

567
### 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.10.0",
7+
"version": "8.11.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": "^3.4.0"
29+
"@commercetools/ts-client": "^3.4.1"
3030
},
3131
"devDependencies": {
3232
"@types/uuid": "10.0.0",

packages/sdk-client-v3/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @commercetools/ts-client
22

3+
## 3.4.1
4+
5+
### Patch Changes
6+
7+
- [#1080](https://github.com/commercetools/commercetools-sdk-typescript/pull/1080) [`2a458b3`](https://github.com/commercetools/commercetools-sdk-typescript/commit/2a458b348a705f4a63befb04bd2680de45fe1c13) Thanks [@bartschriever](https://github.com/bartschriever)! - **Bug Fix**
8+
9+
Fixed a potential undefined error in the correlation ID middleware by adding optional chaining when checking for the custom generate function. This prevents the middleware from throwing an error when options are not provided.
10+
311
## 3.4.0
412

513
### Minor Changes

packages/sdk-client-v3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commercetools/ts-client",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"engines": {
55
"node": ">=18"
66
},

0 commit comments

Comments
 (0)