Skip to content

Commit

Permalink
ci(changesets): version packages (#515)
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
1 parent 1e86d6d commit 2a881ee
Show file tree
Hide file tree
Showing 7 changed files with 262 additions and 260 deletions.
26 changes: 0 additions & 26 deletions .changeset/cold-fishes-hope.md

This file was deleted.

230 changes: 0 additions & 230 deletions .changeset/five-plums-flow.md

This file was deleted.

27 changes: 27 additions & 0 deletions packages/history-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @commercetools/history-sdk

## 3.5.0

### Minor Changes

- [#514](https://github.com/commercetools/commercetools-sdk-typescript/pull/514) [`800c52f`](https://github.com/commercetools/commercetools-sdk-typescript/commit/800c52f46dfef01ba74322c006045587efc570db) Thanks [@github-actions](https://github.com/apps/github-actions)! - **History changes**

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

- added type `AddInheritedAssociateChange`
- added type `AssociateRoleLabel`
- added type `ChangeBuyerAssignableChange`
- added type `ChangeInheritedAssociateChange`
- added type `InheritedAssociate`
- added type `InheritedAssociateRoleAssignment`
- added type `Permission`
- added type `RemoveInheritedAssociateChange`
- added type `SetLocalizedNameChange`
- added type `SetPermissionsChange`
</details>

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

- added enum `associate-role` to type `ChangeHistoryResourceType`
</details>

## 3.4.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/history-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access": "public"
},
"name": "@commercetools/history-sdk",
"version": "3.4.2",
"version": "3.5.0",
"engines": {
"node": ">=14"
},
Expand Down Expand Up @@ -38,7 +38,7 @@
"@commercetools/sdk-middleware-logger": "^3.0.0"
},
"devDependencies": {
"@commercetools/platform-sdk": "4.11.0",
"@commercetools/platform-sdk": "5.0.0",
"@types/uuid": "9.0.2",
"organize-imports-cli": "0.10.0",
"tsconfig-replace-paths": "0.0.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/ml-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": "4.11.0",
"@commercetools/platform-sdk": "5.0.0",
"@types/uuid": "9.0.2",
"organize-imports-cli": "0.10.0",
"tsconfig-replace-paths": "0.0.14",
Expand Down
Loading

0 comments on commit 2a881ee

Please sign in to comment.