Skip to content

Commit 8090cd5

Browse files
ci(changesets): version packages (#1124)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 98415e1 commit 8090cd5

File tree

10 files changed

+90
-69
lines changed

10 files changed

+90
-69
lines changed

.changeset/changes_import.md

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

.changeset/little-moons-kiss.md

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

packages/history-sdk/CHANGELOG.md

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

3+
## 5.4.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`98415e1`](https://github.com/commercetools/commercetools-sdk-typescript/commit/98415e159e68fc59d7fcdb11cd406e9995fa4430)]:
8+
- @commercetools/ts-client@4.0.0
9+
310
## 5.4.0
411

512
### 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.4.0",
7+
"version": "5.4.1",
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": "^3.4.1"
35+
"@commercetools/ts-client": "^4.0.0"
3636
},
3737
"devDependencies": {
38-
"@commercetools/platform-sdk": "8.12.0",
38+
"@commercetools/platform-sdk": "8.12.1",
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: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,67 @@
11
# @commercetools/importapi-sdk
22

3+
## 6.5.0
4+
5+
### Minor Changes
6+
7+
- [#1123](https://github.com/commercetools/commercetools-sdk-typescript/pull/1123) [`0bf8af3`](https://github.com/commercetools/commercetools-sdk-typescript/commit/0bf8af3f386de0bed5878754a79bd6cdf769d9b5) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Import changes**
8+
9+
<details>
10+
<summary>Added Enum(s)</summary>
11+
12+
- added enum `product-selection` to type `ImportResourceType`
13+
</details>
14+
15+
<details>
16+
<summary>Added Property(s)</summary>
17+
18+
- added property `retentionPolicy` to type `ImportContainer`
19+
- added property `expiresAt` to type `ImportContainer`
20+
- added property `retentionPolicy` to type `ImportContainerDraft`
21+
</details>
22+
23+
<details>
24+
<summary>Changed Property(s)</summary>
25+
26+
- :warning: changed property `country` of type `ExternalTaxRateDraft` from type `string` to `CountryCode`
27+
- :warning: changed property `value` of type `MoneySetField` from type `Money[]` to `TypedMoney[]`
28+
</details>
29+
30+
<details>
31+
<summary>Added Method(s)</summary>
32+
33+
- added method `apiRoot.withProjectKeyValue().productSelections().importContainers().withImportContainerKeyValue().post()`
34+
</details>
35+
36+
<details>
37+
<summary>Added Type(s)</summary>
38+
39+
- added type `StrategyEnum`
40+
- added type `RetentionPolicy`
41+
- added type `TimeToLiveConfig`
42+
- added type `TimeToLiveRetentionPolicy`
43+
- added type `ProductSelectionImportRequest`
44+
- added type `VariantSelectionType`
45+
- added type `VariantSelection`
46+
- added type `VariantExclusion`
47+
- added type `ProductSelectionAssignment`
48+
- added type `ProductSelectionMode`
49+
- added type `ProductSelectionImport`
50+
</details>
51+
52+
<details>
53+
<summary>Added Resource(s)</summary>
54+
55+
- added resource `/{projectKey}/product-selections`
56+
- added resource `/{projectKey}/product-selections/import-containers`
57+
- added resource `/{projectKey}/product-selections/import-containers/{importContainerKey}`
58+
</details>
59+
60+
### Patch Changes
61+
62+
- Updated dependencies [[`98415e1`](https://github.com/commercetools/commercetools-sdk-typescript/commit/98415e159e68fc59d7fcdb11cd406e9995fa4430)]:
63+
- @commercetools/ts-client@4.0.0
64+
365
## 6.4.0
466

567
### 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.4.0",
7+
"version": "6.5.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": "^3.4.0"
35+
"@commercetools/ts-client": "^4.0.0"
3636
},
3737
"devDependencies": {
3838
"@types/uuid": "10.0.0",

packages/platform-sdk/CHANGELOG.md

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

3+
## 8.12.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`98415e1`](https://github.com/commercetools/commercetools-sdk-typescript/commit/98415e159e68fc59d7fcdb11cd406e9995fa4430)]:
8+
- @commercetools/ts-client@4.0.0
9+
310
## 8.12.0
411

512
### 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.12.0",
7+
"version": "8.12.1",
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.1"
29+
"@commercetools/ts-client": "^4.0.0"
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.0.0
4+
5+
### Major Changes
6+
7+
- [#1126](https://github.com/commercetools/commercetools-sdk-typescript/pull/1126) [`98415e1`](https://github.com/commercetools/commercetools-sdk-typescript/commit/98415e159e68fc59d7fcdb11cd406e9995fa4430) Thanks [@ajimae](https://github.com/ajimae)! - Add support for async token cache stores
8+
39
## 3.4.1
410

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

0 commit comments

Comments
 (0)