Skip to content

Commit

Permalink
ci(changesets): version packages (#806)
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 Sep 18, 2024
1 parent dfbe4ce commit f3204f6
Show file tree
Hide file tree
Showing 10 changed files with 314 additions and 306 deletions.
272 changes: 0 additions & 272 deletions .changeset/changes_api.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-bears-swim.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.13.0",
"@commercetools/platform-sdk": "7.14.0",
"@types/uuid": "9.0.8",
"organize-imports-cli": "0.10.0",
"tsconfig-replace-paths": "0.0.14",
Expand Down
25 changes: 25 additions & 0 deletions packages/importapi-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @commercetools/importapi-sdk

## 5.9.0

### Minor Changes

- [#805](https://github.com/commercetools/commercetools-sdk-typescript/pull/805) [`b8489ba`](https://github.com/commercetools/commercetools-sdk-typescript/commit/b8489ba4fd76592d2f866d1f1edceb2db919c63a) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Import changes**

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

- added type `ReferencedResourceNotFound`
</details>

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

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

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

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

## 5.8.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.8.0",
"version": "5.9.0",
"engines": {
"node": ">=14"
},
Expand Down
278 changes: 278 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.13.0",
"version": "7.14.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.0.4"
"@commercetools/ts-client": "^2.0.5"
},
"devDependencies": {
"@types/uuid": "9.0.8",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk-client-v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools/ts-client

## 2.0.5

### Patch Changes

- [#807](https://github.com/commercetools/commercetools-sdk-typescript/pull/807) [`dfbe4ce`](https://github.com/commercetools/commercetools-sdk-typescript/commit/dfbe4cec72156668055cd73a05d03abc59749168) Thanks [@ajimae](https://github.com/ajimae)! - Fix concurrency issues in TypeScript v3 SDK

## 2.0.4

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

0 comments on commit f3204f6

Please sign in to comment.