Skip to content

Commit 88c0f2e

Browse files
ci(changesets): version packages (#1232)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4d930a0 commit 88c0f2e

12 files changed

Lines changed: 51 additions & 37 deletions

File tree

.changeset/changes_api.md

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

.changeset/legal-pillows-teach.md

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

.changeset/polite-areas-refuse.md

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

.changeset/tough-carrots-change.md

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

packages/history-sdk/CHANGELOG.md

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

3+
## 5.13.0
4+
5+
### Minor Changes
6+
7+
- [#1239](https://github.com/commercetools/commercetools-sdk-typescript/pull/1239) [`4d930a0`](https://github.com/commercetools/commercetools-sdk-typescript/commit/4d930a0c084ae6a4404cee8c893442aeb258c484) Thanks [@ShipilA](https://github.com/ShipilA)! - Monthly release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`4d930a0`](https://github.com/commercetools/commercetools-sdk-typescript/commit/4d930a0c084ae6a4404cee8c893442aeb258c484)]:
12+
- @commercetools/ts-client@4.9.1
13+
314
## 5.12.0
415

516
### 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.12.0",
7+
"version": "5.13.0",
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": "^4.9.0"
35+
"@commercetools/ts-client": "^4.9.1"
3636
},
3737
"devDependencies": {
38-
"@commercetools/platform-sdk": "8.24.0",
38+
"@commercetools/platform-sdk": "8.25.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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @commercetools/platform-sdk
22

3+
## 8.25.0
4+
5+
### Minor Changes
6+
7+
- [#1231](https://github.com/commercetools/commercetools-sdk-typescript/pull/1231) [`0dc71fe`](https://github.com/commercetools/commercetools-sdk-typescript/commit/0dc71feed0e596e3dcb2f2d91366464d4fe5d6aa) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Api changes**
8+
9+
<details>
10+
<summary>Added Type(s)</summary>
11+
- added type `ExactLockConflictError`
12+
- added type `ValidityLockConflictError`
13+
- added type `GraphQLExactLockConflictError`
14+
- added type `GraphQLValidityLockConflictError`
15+
</details>
16+
17+
- [#1239](https://github.com/commercetools/commercetools-sdk-typescript/pull/1239) [`4d930a0`](https://github.com/commercetools/commercetools-sdk-typescript/commit/4d930a0c084ae6a4404cee8c893442aeb258c484) Thanks [@ShipilA](https://github.com/ShipilA)! - Monthly release
18+
19+
### Patch Changes
20+
21+
- Updated dependencies [[`4d930a0`](https://github.com/commercetools/commercetools-sdk-typescript/commit/4d930a0c084ae6a4404cee8c893442aeb258c484)]:
22+
- @commercetools/ts-client@4.9.1
23+
324
## 8.24.0
425

526
### 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.24.0",
7+
"version": "8.25.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.9.0"
29+
"@commercetools/ts-client": "^4.9.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.9.1
4+
5+
### Patch Changes
6+
7+
- [#1239](https://github.com/commercetools/commercetools-sdk-typescript/pull/1239) [`4d930a0`](https://github.com/commercetools/commercetools-sdk-typescript/commit/4d930a0c084ae6a4404cee8c893442aeb258c484) Thanks [@ShipilA](https://github.com/ShipilA)! - Monthly release
8+
39
## 4.9.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.9.0",
3+
"version": "4.9.1",
44
"engines": {
55
"node": ">=18"
66
},

0 commit comments

Comments
 (0)