Skip to content

Commit 54bceb1

Browse files
ci(changesets): version packages (#1297)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3577a1b commit 54bceb1

20 files changed

Lines changed: 215 additions & 200 deletions

.changeset/changes_api.md

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

.changeset/changes_checkout.md

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

.changeset/changes_history.md

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

.changeset/changes_import.md

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

.changeset/legal-pillows-teach.md

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

.changeset/mighty-hats-cut.md

Lines changed: 0 additions & 10 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/checkout-sdk/CHANGELOG.md

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

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- [#1296](https://github.com/commercetools/commercetools-sdk-typescript/pull/1296) [`52cc58b`](https://github.com/commercetools/commercetools-sdk-typescript/commit/52cc58b95ce94eed65e219cc2a365895b832a05e) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Checkout changes**
8+
9+
<details>
10+
<summary>Added Enum(s)</summary>
11+
- added enum `eu-central-1.aws` to type `Region`
12+
- added enum `us-east-2.aws` to type `Region`
13+
</details>
14+
15+
<details>
16+
<summary>Removed Type(s)</summary>
17+
- :warning: removed type `SetConnectorDeploymentUpdateAction`
18+
</details>
19+
20+
- [#1301](https://github.com/commercetools/commercetools-sdk-typescript/pull/1301) [`3577a1b`](https://github.com/commercetools/commercetools-sdk-typescript/commit/3577a1b18fcb7a2deb0dae32470a305c1fc1f45e) Thanks [@ShipilA](https://github.com/ShipilA)! - Monthly release June 2026
21+
22+
### Patch Changes
23+
24+
- Updated dependencies [[`3577a1b`](https://github.com/commercetools/commercetools-sdk-typescript/commit/3577a1b18fcb7a2deb0dae32470a305c1fc1f45e), [`3577a1b`](https://github.com/commercetools/commercetools-sdk-typescript/commit/3577a1b18fcb7a2deb0dae32470a305c1fc1f45e)]:
25+
- @commercetools/ts-client@4.10.0
26+
327
## 1.7.0
428

529
### 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.7.0",
7+
"version": "1.8.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.9.0"
35+
"@commercetools/ts-client": "^4.10.0"
3636
},
3737
"devDependencies": {
3838
"organize-imports-cli": "0.10.0",

0 commit comments

Comments
 (0)