Skip to content

Commit bfdbe4a

Browse files
ci(changesets): version packages (#1304)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 934fcda commit bfdbe4a

12 files changed

Lines changed: 159 additions & 168 deletions

File tree

.changeset/changes_api.md

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

.changeset/changes_checkout.md

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

.changeset/changes_history.md

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

.changeset/changes_import.md

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

packages/checkout-sdk/CHANGELOG.md

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

3+
## 1.9.0
4+
5+
### Minor Changes
6+
7+
- [#1303](https://github.com/commercetools/commercetools-sdk-typescript/pull/1303) [`934fcda`](https://github.com/commercetools/commercetools-sdk-typescript/commit/934fcdaae1436b4224a5e4b92bb5d436ce1eb69f) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Checkout changes**
8+
9+
<details>
10+
<summary>Added Enum(s)</summary>
11+
- added enum `eu-central-1.aws` to type `Region`
12+
- added enum `us-east-2.aws` to type `Region`
13+
</details>
14+
15+
<details>
16+
<summary>Removed Type(s)</summary>
17+
- :warning: removed type `SetConnectorDeploymentUpdateAction`
18+
</details>
19+
320
## 1.8.0
421

522
### Minor Changes

packages/checkout-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/checkout-sdk",
7-
"version": "1.8.0",
7+
"version": "1.9.0",
88
"engines": {
99
"node": ">=18"
1010
},

packages/history-sdk/CHANGELOG.md

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

3+
## 5.15.0
4+
5+
### Minor Changes
6+
7+
- [#1303](https://github.com/commercetools/commercetools-sdk-typescript/pull/1303) [`934fcda`](https://github.com/commercetools/commercetools-sdk-typescript/commit/934fcdaae1436b4224a5e4b92bb5d436ce1eb69f) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **History changes**
8+
9+
<details>
10+
<summary>Added Enum(s)</summary>
11+
- added enum `setReservationExpirationInMinutes` to type `UpdateType`
12+
</details>
13+
14+
<details>
15+
<summary>Added Type(s)</summary>
16+
- added type `SetTransactionInterfaceIdChange`
17+
</details>
18+
19+
<details>
20+
<summary>Added Property(s)</summary>
21+
- added property `catalogData` to type `ChangeLocalizedNameChange`
22+
- added property `catalogData` to type `SetLocalizedDescriptionChange`
23+
</details>
24+
325
## 5.14.0
426

527
### Minor Changes

packages/history-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/history-sdk",
7-
"version": "5.14.0",
7+
"version": "5.15.0",
88
"engines": {
99
"node": ">=18"
1010
},
@@ -35,7 +35,7 @@
3535
"@commercetools/ts-client": "^4.10.0"
3636
},
3737
"devDependencies": {
38-
"@commercetools/platform-sdk": "8.26.0",
38+
"@commercetools/platform-sdk": "8.27.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: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# @commercetools/importapi-sdk
22

3+
## 6.17.0
4+
5+
### Minor Changes
6+
7+
- [#1303](https://github.com/commercetools/commercetools-sdk-typescript/pull/1303) [`934fcda`](https://github.com/commercetools/commercetools-sdk-typescript/commit/934fcdaae1436b4224a5e4b92bb5d436ce1eb69f) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Import changes**
8+
9+
<details>
10+
<summary>Added Resource(s)</summary>
11+
- added resource `/{projectKey}/product-tailorings`
12+
- added resource `/{projectKey}/product-tailorings/import-containers`
13+
- added resource `/{projectKey}/product-tailorings/import-containers/{importContainerKey}`
14+
</details>
15+
16+
<details>
17+
<summary>Added Enum(s)</summary>
18+
- added enum `product-tailoring` to type `ImportResourceType`
19+
</details>
20+
21+
<details>
22+
<summary>Added Type(s)</summary>
23+
- added type `ProductTailoringImportRequest`
24+
- added type `ProductVariantTailoringImport`
25+
- added type `ProductTailoringImport`
26+
</details>
27+
28+
<details>
29+
<summary>Added Method(s)</summary>
30+
- added method `apiRoot.withProjectKeyValue().productTailorings().importContainers().withImportContainerKeyValue().post()`
31+
</details>
32+
33+
<details>
34+
<summary>Added Property(s)</summary>
35+
- added property `reservationExpirationInMinutes` to type `InventoryImport`
36+
- added property `active` to type `StandalonePriceImport`
37+
</details>
38+
339
## 6.16.0
440

541
### Minor Changes

packages/importapi-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/importapi-sdk",
7-
"version": "6.16.0",
7+
"version": "6.17.0",
88
"engines": {
99
"node": ">=18"
1010
},

0 commit comments

Comments
 (0)