Skip to content

Commit 366a45a

Browse files
ci(changesets): version packages (#1152)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5f82b47 commit 366a45a

File tree

10 files changed

+110
-97
lines changed

10 files changed

+110
-97
lines changed

.changeset/changes_api.md

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

.changeset/changes_import.md

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

.changeset/loose-experts-stick.md

Lines changed: 0 additions & 5 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": "^4.2.0"
35+
"@commercetools/ts-client": "^4.2.1"
3636
},
3737
"devDependencies": {
38-
"@commercetools/platform-sdk": "8.14.0",
38+
"@commercetools/platform-sdk": "8.15.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: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,57 @@
11
# @commercetools/importapi-sdk
22

3+
## 6.7.0
4+
5+
### Minor Changes
6+
7+
- [#1151](https://github.com/commercetools/commercetools-sdk-typescript/pull/1151) [`55ba0ac`](https://github.com/commercetools/commercetools-sdk-typescript/commit/55ba0acd11fbd95b56bb75c93a7310850a95b4b8) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Import changes**
8+
9+
<details>
10+
<summary>Added Type(s)</summary>
11+
12+
- added type `AssociateRoleKeyReference`
13+
- added type `BusinessUnitKeyReference`
14+
- added type `BusinessUnitImportRequest`
15+
- added type `AssociateRoleInheritanceMode`
16+
- added type `BusinessUnitStatus`
17+
- added type `BusinessUnitAssociateMode`
18+
- added type `BusinessUnitApprovalRuleMode`
19+
- added type `BusinessUnitStoreMode`
20+
- added type `BusinessUnitType`
21+
- added type `AssociateRoleAssignmentDraft`
22+
- added type `AssociateDraft`
23+
- added type `BusinessUnitImport`
24+
- added type `CompanyBusinessUnitImport`
25+
- added type `DivisionBusinessUnitImport`
26+
</details>
27+
28+
<details>
29+
<summary>Added Resource(s)</summary>
30+
31+
- added resource `/{projectKey}/business-units`
32+
- added resource `/{projectKey}/business-units/import-containers`
33+
- added resource `/{projectKey}/business-units/import-containers/{importContainerKey}`
34+
</details>
35+
36+
<details>
37+
<summary>Added Method(s)</summary>
38+
39+
- added method `apiRoot.withProjectKeyValue().businessUnits().importContainers().withImportContainerKeyValue().post()`
40+
</details>
41+
42+
<details>
43+
<summary>Added Enum(s)</summary>
44+
45+
- added enum `business-unit` to type `ImportResourceType`
46+
- added enum `associate-role` to type `ReferenceType`
47+
- added enum `business-unit` to type `ReferenceType`
48+
</details>
49+
50+
### Patch Changes
51+
52+
- Updated dependencies [[`0a6ea36`](https://github.com/commercetools/commercetools-sdk-typescript/commit/0a6ea364b2acd57d5e517ca21511de5f77bca6f0)]:
53+
- @commercetools/ts-client@4.2.1
54+
355
## 6.6.0
456

557
### 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.6.0",
7+
"version": "6.7.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.0.0"
35+
"@commercetools/ts-client": "^4.2.1"
3636
},
3737
"devDependencies": {
3838
"@types/uuid": "10.0.0",

packages/platform-sdk/CHANGELOG.md

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

3+
## 8.15.0
4+
5+
### Minor Changes
6+
7+
- [#1151](https://github.com/commercetools/commercetools-sdk-typescript/pull/1151) [`55ba0ac`](https://github.com/commercetools/commercetools-sdk-typescript/commit/55ba0acd11fbd95b56bb75c93a7310850a95b4b8) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Api changes**
8+
9+
<details>
10+
<summary>Added Property(s)</summary>
11+
12+
- added property `minCartQuantity` to type `InventoryEntry`
13+
- added property `maxCartQuantity` to type `InventoryEntry`
14+
- added property `minCartQuantity` to type `InventoryEntryDraft`
15+
- added property `maxCartQuantity` to type `InventoryEntryDraft`
16+
</details>
17+
18+
<details>
19+
<summary>Added Type(s)</summary>
20+
21+
- added type `InventoryEntrySetInventoryLimitsAction`
22+
- added type `CustomerDefaultBillingAddressSetMessage`
23+
- added type `CustomerDefaultShippingAddressSetMessage`
24+
- added type `CustomerStoresSetMessage`
25+
- added type `CustomerDefaultBillingAddressSetMessagePayload`
26+
- added type `CustomerDefaultShippingAddressSetMessagePayload`
27+
- added type `CustomerStoresSetMessagePayload`
28+
</details>
29+
30+
<details>
31+
<summary>Added Method(s)</summary>
32+
33+
- added method `apiRoot.withProjectKey().recurrencePolicies().withKey().delete()`
34+
- added method `apiRoot.withProjectKey().recurrencePolicies().withId().delete()`
35+
</details>
36+
37+
<details>
38+
<summary>Added Enum(s)</summary>
39+
40+
- added enum `discount-group` to type `ChangeSubscriptionResourceTypeId`
41+
</details>
42+
43+
### Patch Changes
44+
45+
- Updated dependencies [[`0a6ea36`](https://github.com/commercetools/commercetools-sdk-typescript/commit/0a6ea364b2acd57d5e517ca21511de5f77bca6f0)]:
46+
- @commercetools/ts-client@4.2.1
47+
348
## 8.14.0
449

550
### 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.14.0",
7+
"version": "8.15.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.2.0"
29+
"@commercetools/ts-client": "^4.2.1"
3030
},
3131
"devDependencies": {
3232
"@types/uuid": "10.0.0",

packages/sdk-client-v3/CHANGELOG.md

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

3+
## 4.2.1
4+
5+
### Patch Changes
6+
7+
- [#1154](https://github.com/commercetools/commercetools-sdk-typescript/pull/1154) [`0a6ea36`](https://github.com/commercetools/commercetools-sdk-typescript/commit/0a6ea364b2acd57d5e517ca21511de5f77bca6f0) Thanks [@ajimae](https://github.com/ajimae)! - Add meta-headers to auth http requests
8+
39
## 4.2.0
410

511
### 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": "4.2.0",
3+
"version": "4.2.1",
44
"engines": {
55
"node": ">=18"
66
},

0 commit comments

Comments
 (0)