Skip to content

Commit

Permalink
ci(changesets): version packages (#892)
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 Jan 7, 2025
1 parent 4a003ca commit c58d150
Show file tree
Hide file tree
Showing 9 changed files with 414 additions and 411 deletions.
347 changes: 0 additions & 347 deletions .changeset/changes_api.md

This file was deleted.

35 changes: 0 additions & 35 deletions .changeset/changes_history.md

This file was deleted.

25 changes: 0 additions & 25 deletions .changeset/changes_import.md

This file was deleted.

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

## 4.10.0

### Minor Changes

- [#891](https://github.com/commercetools/commercetools-sdk-typescript/pull/891) [`4a003ca`](https://github.com/commercetools/commercetools-sdk-typescript/commit/4a003ca0f870ec7edb63d21e8fb2932b602fb876) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **History changes**

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

- added resource `/{projectKey}/graphql`
</details>

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

- added method `apiRoot.withProjectKeyValue().graphql().post()`
</details>

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

- added type `GraphQLRequest`
- added type `GraphQLResponse`
- added type `GraphQLError`
- added type `GraphQLErrorLocation`
- added type `GraphQLVariablesMap`
- added type `ChangeTargetPatternChangeValue`
- added type `PatternComponent`
</details>

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

- changed property `id` of type `ModifiedBy` to be optional
</details>

## 4.9.0

### Minor 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": "4.9.0",
"version": "4.10.0",
"engines": {
"node": ">=14"
},
Expand Down Expand Up @@ -38,7 +38,7 @@
"@commercetools/sdk-middleware-logger": "^3.0.0"
},
"devDependencies": {
"@commercetools/platform-sdk": "7.24.0",
"@commercetools/platform-sdk": "7.25.0",
"@types/uuid": "10.0.0",
"organize-imports-cli": "0.10.0",
"tsconfig-replace-paths": "0.0.14",
Expand Down
26 changes: 26 additions & 0 deletions packages/importapi-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @commercetools/importapi-sdk

## 5.20.0

### Minor Changes

- [#891](https://github.com/commercetools/commercetools-sdk-typescript/pull/891) [`4a003ca`](https://github.com/commercetools/commercetools-sdk-typescript/commit/4a003ca0f870ec7edb63d21e8fb2932b602fb876) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Import changes**

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

- added type `InvalidFieldsUpdateError`
- added type `NewMasterVariantAdditionNotAllowedError`
</details>

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

- property `PriceImport::publish` is removed
- property `ProductVariantImport::publish` is removed
</details>

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

- added enum `customer-group` to type `CustomFieldReferenceValue`
</details>

## 5.19.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/importapi-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access": "public"
},
"name": "@commercetools/importapi-sdk",
"version": "5.19.0",
"version": "5.20.0",
"engines": {
"node": ">=14"
},
Expand Down
Loading

0 comments on commit c58d150

Please sign in to comment.