Skip to content

Commit

Permalink
ci(changesets): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 10, 2025
1 parent cab9923 commit 371817a
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.4.0",
"@commercetools/platform-sdk": "8.5.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.5.0

### Minor Changes

- [#963](https://github.com/commercetools/commercetools-sdk-typescript/pull/963) [`1c731e1`](https://github.com/commercetools/commercetools-sdk-typescript/commit/1c731e14a773769dab8af8c0a943715d3771b1ea) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Api changes**

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

- added type `BusinessUnitAssociateResponse`
</details>

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

- added resource `/{projectKey}/business-units/key={key}/associates/{associateId}`
- added resource `/{projectKey}/business-units/{businessUnitId}/associates/{associateId}`
- added resource `/{projectKey}/in-store/key={storeKey}/business-units/key={key}/associates/{associateId}`
- added resource `/{projectKey}/in-store/key={storeKey}/business-units/{businessUnitId}/associates/{associateId}`
</details>

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

- added method `apiRoot.withProjectKey().businessUnits().keyWithKeyValueAssociatesWithAssociateIdValue().get()`
- added method `apiRoot.withProjectKey().businessUnits().withBusinessUnitIdValueAssociatesWithAssociateIdValue().get()`
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().keyWithKeyValueAssociatesWithAssociateIdValue().get()`
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withBusinessUnitIdValueAssociatesWithAssociateIdValue().get()`
</details>

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

- marked property `CountOnCustomLineItemUnits::excludeCount` as deprecated
- marked property `CountOnLineItemUnits::excludeCount` as deprecated
</details>

## 8.4.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.4.0",
"version": "8.5.0",
"engines": {
"node": ">=18"
},
Expand Down

0 comments on commit 371817a

Please sign in to comment.