Skip to content

Commit 1a44310

Browse files
ci(changesets): version packages (#1102)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 682e147 commit 1a44310

File tree

9 files changed

+253
-250
lines changed

9 files changed

+253
-250
lines changed

.changeset/changes_api.md

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

.changeset/changes_history.md

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

.changeset/changes_import.md

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

packages/history-sdk/CHANGELOG.md

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

3+
## 5.4.0
4+
5+
### Minor Changes
6+
7+
- [#1107](https://github.com/commercetools/commercetools-sdk-typescript/pull/1107) [`8ec7476`](https://github.com/commercetools/commercetools-sdk-typescript/commit/8ec74760134be5e75ec95ad77746f54218cefd2f) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **History changes**
8+
9+
<details>
10+
<summary>Added Enum(s)</summary>
11+
12+
- added enum `ApplicationStoppedByGroupBestDeal` to type `DiscountCodeState`
13+
- added enum `payment-method` to type `ReferenceTypeId`
14+
</details>
15+
316
## 5.3.0
417

518
### 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.3.0",
7+
"version": "5.4.0",
88
"engines": {
99
"node": ">=18"
1010
},
@@ -35,7 +35,7 @@
3535
"@commercetools/ts-client": "^3.4.1"
3636
},
3737
"devDependencies": {
38-
"@commercetools/platform-sdk": "8.11.0",
38+
"@commercetools/platform-sdk": "8.12.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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @commercetools/importapi-sdk
22

3+
## 6.4.0
4+
5+
### Minor Changes
6+
7+
- [#1109](https://github.com/commercetools/commercetools-sdk-typescript/pull/1109) [`b889bbc`](https://github.com/commercetools/commercetools-sdk-typescript/commit/b889bbcf39372e615da220632755c8e105e58bae) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Import changes**
8+
9+
<details>
10+
<summary>Added Property(s)</summary>
11+
12+
- added property `attributes` to type `ProductImport`
13+
- added property `attributes` to type `ProductDraftImport`
14+
- added property `level` to type `AttributeDefinition`
15+
</details>
16+
17+
<details>
18+
<summary>Added Type(s)</summary>
19+
20+
- added type `AttributeLevel`
21+
</details>
22+
323
## 6.3.0
424

525
### 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.3.0",
7+
"version": "6.4.0",
88
"engines": {
99
"node": ">=18"
1010
},

0 commit comments

Comments
 (0)