Skip to content

Commit

Permalink
ci(changesets): version packages (#608)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ct-changesets[bot] and github-actions[bot] authored Feb 27, 2024
1 parent f0028a3 commit 87e1128
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 42 deletions.
33 changes: 0 additions & 33 deletions .changeset/changes_api.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-bees-cheer.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/history-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@commercetools/sdk-middleware-logger": "^3.0.0"
},
"devDependencies": {
"@commercetools/platform-sdk": "7.3.0",
"@commercetools/platform-sdk": "7.4.0",
"@types/uuid": "9.0.2",
"organize-imports-cli": "0.10.0",
"tsconfig-replace-paths": "0.0.13",
Expand Down
39 changes: 39 additions & 0 deletions packages/platform-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# @commercetools/platform-sdk

## 7.4.0

### Minor Changes

- [#607](https://github.com/commercetools/commercetools-sdk-typescript/pull/607) [`c924c7c`](https://github.com/commercetools/commercetools-sdk-typescript/commit/c924c7ca84188d4fe397fd35e667448896e7dd09) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Api changes**

<details>
<summary>Added Type(s)</summary>

- added type `DiscountedLineItemPortionDraft`
</details>

<details>
<summary>Changed Property(s)</summary>

- :warning: changed property `includedDiscounts` of type `DiscountedLineItemPriceDraft` from type `DiscountedLineItemPortion[]` to `DiscountedLineItemPortionDraft[]`
</details>

<details>
<summary>Added Property(s)</summary>

- added property `totalTax` to type `TaxedPriceDraft`
</details>

<details>
<summary>Required Property(s)</summary>

- changed property `priceMode` of type `CustomLineItemDraft` to be optional
- changed property `oldShipmentState` of type `OrderShipmentStateChangedMessage` to be optional
- changed property `oldOrderState` of type `OrderStateChangedMessage` to be optional
- changed property `oldShipmentState` of type `OrderShipmentStateChangedMessagePayload` to be optional
- changed property `oldOrderState` of type `OrderStateChangedMessagePayload` to be optional
</details>

### Patch Changes

- Updated dependencies [[`f0028a3`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f0028a343fe3417bbc3caeb76cc6658a5d7bff73)]:
- @commercetools/ts-client@1.1.1

## 7.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/platform-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access": "public"
},
"name": "@commercetools/platform-sdk",
"version": "7.3.0",
"version": "7.4.0",
"engines": {
"node": ">=14"
},
Expand All @@ -30,7 +30,7 @@
"@commercetools/sdk-middleware-auth": "^7.0.0",
"@commercetools/sdk-middleware-http": "^7.0.0",
"@commercetools/sdk-middleware-logger": "^3.0.0",
"@commercetools/ts-client": "^1.1.0"
"@commercetools/ts-client": "^1.1.1"
},
"devDependencies": {
"@types/uuid": "9.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk-client-v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools/ts-client

## 1.1.1

### Patch Changes

- [#620](https://github.com/commercetools/commercetools-sdk-typescript/pull/620) [`f0028a3`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f0028a343fe3417bbc3caeb76cc6658a5d7bff73) Thanks [@lojzatran](https://github.com/lojzatran)! - Fix issue with concurrent modification middleware functionality.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-client-v3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools/ts-client",
"version": "1.1.0",
"version": "1.1.1",
"engines": {
"node": ">=14"
},
Expand Down

0 comments on commit 87e1128

Please sign in to comment.