Skip to content

Commit 4372f05

Browse files
ci(changesets): version packages (#1202)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f7c3101 commit 4372f05

File tree

15 files changed

+74
-29
lines changed

15 files changed

+74
-29
lines changed

.changeset/gentle-zoos-juggle.md

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

packages/checkout-sdk/CHANGELOG.md

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

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#1201](https://github.com/commercetools/commercetools-sdk-typescript/pull/1201) [`f7c3101`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f7c31015ae0e18111c31fcdb3baee8e964bad99b) Thanks [@ajimae](https://github.com/ajimae)! - release packages
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`f7c3101`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f7c31015ae0e18111c31fcdb3baee8e964bad99b)]:
12+
- @commercetools/ts-client@4.5.0
13+
314
## 1.1.0
415

516
### Minor Changes

packages/checkout-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/checkout-sdk",
7-
"version": "1.1.0",
7+
"version": "1.2.0",
88
"engines": {
99
"node": ">=18"
1010
},
@@ -32,7 +32,7 @@
3232
"./dist/commercetools-checkout-sdk.esm.js": "./dist/commercetools-checkout-sdk.browser.esm.js"
3333
},
3434
"dependencies": {
35-
"@commercetools/ts-client": "^4.4.0"
35+
"@commercetools/ts-client": "^4.5.0"
3636
},
3737
"devDependencies": {
3838
"organize-imports-cli": "0.10.0",

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.8.0
4+
5+
### Minor Changes
6+
7+
- [#1201](https://github.com/commercetools/commercetools-sdk-typescript/pull/1201) [`f7c3101`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f7c31015ae0e18111c31fcdb3baee8e964bad99b) Thanks [@ajimae](https://github.com/ajimae)! - release packages
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`f7c3101`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f7c31015ae0e18111c31fcdb3baee8e964bad99b)]:
12+
- @commercetools/ts-client@4.5.0
13+
314
## 5.7.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.7.0",
7+
"version": "5.8.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.4.0"
35+
"@commercetools/ts-client": "^4.5.0"
3636
},
3737
"devDependencies": {
38-
"@commercetools/platform-sdk": "8.19.0",
38+
"@commercetools/platform-sdk": "8.20.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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @commercetools/importapi-sdk
22

3+
## 6.10.0
4+
5+
### Minor Changes
6+
7+
- [#1201](https://github.com/commercetools/commercetools-sdk-typescript/pull/1201) [`f7c3101`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f7c31015ae0e18111c31fcdb3baee8e964bad99b) Thanks [@ajimae](https://github.com/ajimae)! - release packages
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`f7c3101`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f7c31015ae0e18111c31fcdb3baee8e964bad99b)]:
12+
- @commercetools/ts-client@4.5.0
13+
314
## 6.9.0
415

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

packages/platform-sdk/CHANGELOG.md

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

3+
## 8.20.0
4+
5+
### Minor Changes
6+
7+
- [#1201](https://github.com/commercetools/commercetools-sdk-typescript/pull/1201) [`f7c3101`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f7c31015ae0e18111c31fcdb3baee8e964bad99b) Thanks [@ajimae](https://github.com/ajimae)! - release packages
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`f7c3101`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f7c31015ae0e18111c31fcdb3baee8e964bad99b)]:
12+
- @commercetools/ts-client@4.5.0
13+
314
## 8.19.0
415

516
### 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.19.0",
7+
"version": "8.20.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.4.0"
29+
"@commercetools/ts-client": "^4.5.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.5.0
4+
5+
### Minor Changes
6+
7+
- [#1201](https://github.com/commercetools/commercetools-sdk-typescript/pull/1201) [`f7c3101`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f7c31015ae0e18111c31fcdb3baee8e964bad99b) Thanks [@ajimae](https://github.com/ajimae)! - release packages
8+
39
## 4.4.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)