Skip to content

Commit

Permalink
ci(changesets): version packages (#926)
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 10, 2025
1 parent 810d176 commit 4bcbfc6
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 38 deletions.
36 changes: 0 additions & 36 deletions .changeset/changes_api.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": "8.1.0",
"@commercetools/platform-sdk": "8.2.0",
"@types/uuid": "10.0.0",
"organize-imports-cli": "0.10.0",
"tsconfig-replace-paths": "0.0.14",
Expand Down
37 changes: 37 additions & 0 deletions packages/platform-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# @commercetools/platform-sdk

## 8.2.0

### Minor Changes

- [#925](https://github.com/commercetools/commercetools-sdk-typescript/pull/925) [`624c5b2`](https://github.com/commercetools/commercetools-sdk-typescript/commit/624c5b2074073abc45676553b73e666bf16e1985) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Api changes**

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

- :warning: changed property `discount` of type `DiscountedTotalPricePortion` from type `CartDiscountReference` to `Reference`
</details>

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

- added property `businessUnit` to type `ShoppingList`
- added property `businessUnit` to type `ShoppingListDraft`
</details>

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

- changed property `images` of type `ProductTailoringSetExternalImagesAction` to be optional
</details>

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

- :warning: removed type `ProductSearchFacetScope`
</details>

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

- added type `ShoppingListSetBusinessUnitAction`
</details>

## 8.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "8.1.0",
"version": "8.2.0",
"engines": {
"node": ">=18"
},
Expand Down

0 comments on commit 4bcbfc6

Please sign in to comment.