Skip to content

Commit

Permalink
ci(changesets): version packages (#677)
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 Apr 30, 2024
1 parent ff17ff8 commit d861388
Show file tree
Hide file tree
Showing 14 changed files with 87 additions and 75 deletions.
31 changes: 0 additions & 31 deletions .changeset/changes_api.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-jobs-melt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gorgeous-roses-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-rabbits-flash.md

This file was deleted.

4 changes: 2 additions & 2 deletions packages/history-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"./dist/commercetools-history-sdk.esm.js": "./dist/commercetools-history-sdk.browser.esm.js"
},
"dependencies": {
"@commercetools/sdk-client-v2": "^2.4.1",
"@commercetools/sdk-client-v2": "^2.5.0",
"@commercetools/sdk-middleware-auth": "^7.0.0",
"@commercetools/sdk-middleware-http": "^7.0.0",
"@commercetools/sdk-middleware-logger": "^3.0.0"
},
"devDependencies": {
"@commercetools/platform-sdk": "7.7.0",
"@commercetools/platform-sdk": "7.8.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.4.0

### Minor Changes

- [#685](https://github.com/commercetools/commercetools-sdk-typescript/pull/685) [`88c5c05`](https://github.com/commercetools/commercetools-sdk-typescript/commit/88c5c05a2bc249192fb115b97ba79379c0fbd758) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Import changes**

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

- marked property `PriceImport::publish` as deprecated
- marked property `ProductVariantImport::publish` as deprecated
</details>

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

- added property `staged` to type `PriceImport`
- added property `staged` to type `ProductVariantImport`
</details>

### Patch Changes

- Updated dependencies [[`8b1aecc`](https://github.com/commercetools/commercetools-sdk-typescript/commit/8b1aecce5859248f3a90c8cc856db64d2932b5d5), [`b8bc24d`](https://github.com/commercetools/commercetools-sdk-typescript/commit/b8bc24df5db74feef7fb5743b6f24b425d43b738)]:
- @commercetools/sdk-client-v2@2.5.0

## 5.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3.0",
"version": "5.4.0",
"engines": {
"node": ">=14"
},
Expand Down Expand Up @@ -32,7 +32,7 @@
"./dist/commercetools-importapi-sdk.esm.js": "./dist/commercetools-importapi-sdk.browser.esm.js"
},
"dependencies": {
"@commercetools/sdk-client-v2": "^2.4.1",
"@commercetools/sdk-client-v2": "^2.5.0",
"@commercetools/sdk-middleware-auth": "^7.0.0",
"@commercetools/sdk-middleware-http": "^7.0.0",
"@commercetools/sdk-middleware-logger": "^3.0.0"
Expand Down
38 changes: 38 additions & 0 deletions packages/platform-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# @commercetools/platform-sdk

## 7.8.0

### Minor Changes

- [#680](https://github.com/commercetools/commercetools-sdk-typescript/pull/680) [`a00e693`](https://github.com/commercetools/commercetools-sdk-typescript/commit/a00e6939def06a4b435b05db28a903b5c945bb3c) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Api changes**

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

- :warning: changed property `custom` of type `MyBusinessUnitDraft` from type `CustomFields` to `CustomFieldsDraft`
- :warning: changed property `custom` of type `MyCompanyDraft` from type `CustomFields` to `CustomFieldsDraft`
- :warning: changed property `custom` of type `MyDivisionDraft` from type `CustomFields` to `CustomFieldsDraft`
</details>

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

- :warning: changed property `stores` of type `BusinessUnit` to be required
- :warning: changed property `stores` of type `Company` to be required
- :warning: changed property `stores` of type `Division` to be required
- :warning: changed property `stores` of type `BusinessUnitSetStoresAction` to be required
- :warning: changed property `stores` of type `CartDiscountSetStoresAction` to be required
- :warning: changed property `stores` of type `Customer` to be required
- :warning: changed property `stores` of type `CustomerSetStoresAction` to be required
</details>

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

- added property `postFilter` to type `ProductSearchRequest`
</details>

### Patch Changes

- Updated dependencies [[`8b1aecc`](https://github.com/commercetools/commercetools-sdk-typescript/commit/8b1aecce5859248f3a90c8cc856db64d2932b5d5), [`b8bc24d`](https://github.com/commercetools/commercetools-sdk-typescript/commit/b8bc24df5db74feef7fb5743b6f24b425d43b738), [`a1b43c0`](https://github.com/commercetools/commercetools-sdk-typescript/commit/a1b43c048fac3eba3d53470314b61d36e74f0a51)]:
- @commercetools/sdk-client-v2@2.5.0
- @commercetools/ts-client@1.2.1

## 7.7.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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.7.0",
"version": "7.8.0",
"engines": {
"node": ">=14"
},
Expand All @@ -26,11 +26,11 @@
"./dist/commercetools-platform-sdk.esm.js": "./dist/commercetools-platform-sdk.browser.esm.js"
},
"dependencies": {
"@commercetools/sdk-client-v2": "^2.4.1",
"@commercetools/sdk-client-v2": "^2.5.0",
"@commercetools/sdk-middleware-auth": "^7.0.0",
"@commercetools/sdk-middleware-http": "^7.0.0",
"@commercetools/sdk-middleware-logger": "^3.0.0",
"@commercetools/ts-client": "^1.2.0"
"@commercetools/ts-client": "^1.2.1"
},
"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

## 1.2.1

### Patch Changes

- [#684](https://github.com/commercetools/commercetools-sdk-typescript/pull/684) [`a1b43c0`](https://github.com/commercetools/commercetools-sdk-typescript/commit/a1b43c048fac3eba3d53470314b61d36e74f0a51) Thanks [@ajimae](https://github.com/ajimae)! - Fix bug 'Error not throw' for sdk-client-v3

## 1.2.0

### Minor 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": "1.2.0",
"version": "1.2.1",
"engines": {
"node": ">=14"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @commercetools/sdk-client-v2

## 2.5.0

### Minor Changes

- [#676](https://github.com/commercetools/commercetools-sdk-typescript/pull/676) [`8b1aecc`](https://github.com/commercetools/commercetools-sdk-typescript/commit/8b1aecce5859248f3a90c8cc856db64d2932b5d5) Thanks [@ajimae](https://github.com/ajimae)! - Add custom logger function

- [#679](https://github.com/commercetools/commercetools-sdk-typescript/pull/679) [`b8bc24d`](https://github.com/commercetools/commercetools-sdk-typescript/commit/b8bc24df5db74feef7fb5743b6f24b425d43b738) Thanks [@ajimae](https://github.com/ajimae)! - - Add a before middleware function that runs before the coco api call is initiated
- Add an after middleware function that runs after the coco api call is done executing

## 2.4.1

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

0 comments on commit d861388

Please sign in to comment.