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 May 8, 2024
1 parent ae31537 commit d5ffaaf
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
11 changes: 0 additions & 11 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": "7.8.0",
"@commercetools/platform-sdk": "7.9.0",
"@types/uuid": "9.0.8",
"organize-imports-cli": "0.10.0",
"tsconfig-replace-paths": "0.0.14",
Expand Down
12 changes: 12 additions & 0 deletions packages/platform-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @commercetools/platform-sdk

## 7.9.0

### Minor Changes

- [#696](https://github.com/commercetools/commercetools-sdk-typescript/pull/696) [`3ab225d`](https://github.com/commercetools/commercetools-sdk-typescript/commit/3ab225da3e49d99e975c2469a1f884536e726b6c) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Api changes**

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

- :warning: changed property `value` of type `DirectDiscountDraft` from type `CartDiscountValue` to `CartDiscountValueDraft`
</details>

## 7.8.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": "7.8.0",
"version": "7.9.0",
"engines": {
"node": ">=14"
},
Expand Down

0 comments on commit d5ffaaf

Please sign in to comment.