Skip to content

Commit

Permalink
ci(changesets): version packages (#845)
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 Nov 18, 2024
1 parent ba9ff6d commit 0d7e263
Show file tree
Hide file tree
Showing 12 changed files with 365 additions and 356 deletions.
307 changes: 0 additions & 307 deletions .changeset/changes_api.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/serious-insects-begin.md

This file was deleted.

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

## 4.5.0

### Minor Changes

- [#844](https://github.com/commercetools/commercetools-sdk-typescript/pull/844) [`03e722b`](https://github.com/commercetools/commercetools-sdk-typescript/commit/03e722bbdc795382f4d8325eeb196ed772bf21cd) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **History changes**

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

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

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

## 5.15.0

### Minor Changes

- [#844](https://github.com/commercetools/commercetools-sdk-typescript/pull/844) [`03e722b`](https://github.com/commercetools/commercetools-sdk-typescript/commit/03e722bbdc795382f4d8325eeb196ed772bf21cd) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Import changes**

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

- added type `InvalidFieldsUpdateError`
- added type `NewMasterVariantAdditionNotAllowedError`
- added type `ReferencedResourceNotFound`
</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.14.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.14.0",
"version": "5.15.0",
"engines": {
"node": ">=14"
},
Expand Down
313 changes: 313 additions & 0 deletions packages/platform-sdk/CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 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.19.0",
"version": "7.20.0",
"engines": {
"node": ">=14"
},
Expand All @@ -30,7 +30,7 @@
"@commercetools/sdk-middleware-auth": "^7.0.0",
"@commercetools/sdk-middleware-http": "^7.0.0",
"@commercetools/sdk-middleware-logger": "^3.0.0",
"@commercetools/ts-client": "^2.1.1"
"@commercetools/ts-client": "^2.1.2"
},
"devDependencies": {
"@types/uuid": "10.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk-client-v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools/ts-client

## 2.1.2

### Patch Changes

- [#848](https://github.com/commercetools/commercetools-sdk-typescript/pull/848) [`39c5298`](https://github.com/commercetools/commercetools-sdk-typescript/commit/39c5298c8b6abb71bce47ef437e6e7359c3e8195) Thanks [@ajimae](https://github.com/ajimae)! - - add `httpClientOptions` to all supported `authMiddlewareOption` and `httpMiddlewareOptions`
- add options used for configuring the behaviour of the supported `httpClients` (fetch and axios)

## 2.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-client-v3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools/ts-client",
"version": "2.1.1",
"version": "2.1.2",
"engines": {
"node": ">=14"
},
Expand Down

0 comments on commit 0d7e263

Please sign in to comment.