Skip to content

Commit

Permalink
ci(changesets): version packages (#627)
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 Mar 21, 2024
1 parent bfbdfe6 commit 810f33f
Show file tree
Hide file tree
Showing 10 changed files with 126 additions and 116 deletions.
97 changes: 0 additions & 97 deletions .changeset/changes_api.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/moody-sheep-whisper.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/red-berries-nail.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.2.2",
"@commercetools/sdk-client-v2": "^2.4.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.4.0",
"@commercetools/platform-sdk": "7.5.0",
"@types/uuid": "9.0.2",
"organize-imports-cli": "0.10.0",
"tsconfig-replace-paths": "0.0.13",
Expand Down
106 changes: 106 additions & 0 deletions packages/platform-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,111 @@
# @commercetools/platform-sdk

## 7.5.0

### Minor Changes

- [#626](https://github.com/commercetools/commercetools-sdk-typescript/pull/626) [`774266d`](https://github.com/commercetools/commercetools-sdk-typescript/commit/774266d736170f678154d72e5b52e794186979b0) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Api changes**

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

- added type `ProductTailoringCreatedMessage`
- added type `ProductTailoringDeletedMessage`
- added type `ProductTailoringDescriptionSetMessage`
- added type `ProductTailoringNameSetMessage`
- added type `ProductTailoringPublishedMessage`
- added type `ProductTailoringSlugSetMessage`
- added type `ProductTailoringUnpublishedMessage`
- added type `ProductTailoringCreatedMessagePayload`
- added type `ProductTailoringDeletedMessagePayload`
- added type `ProductTailoringDescriptionSetMessagePayload`
- added type `ProductTailoringNameSetMessagePayload`
- added type `ProductTailoringPublishedMessagePayload`
- added type `ProductTailoringSlugSetMessagePayload`
- added type `ProductTailoringUnpublishedMessagePayload`
- added type `ProductTailoring`
- added type `ProductTailoringData`
- added type `ProductTailoringDraft`
- added type `ProductTailoringInStoreDraft`
- added type `ProductTailoringPagedQueryResponse`
- added type `ProductTailoringReference`
- added type `ProductTailoringResourceIdentifier`
- added type `ProductTailoringUpdate`
- added type `ProductTailoringUpdateAction`
- added type `ProductTailoringPublishAction`
- added type `ProductTailoringSetDescriptionAction`
- added type `ProductTailoringSetMetaAttributesAction`
- added type `ProductTailoringSetMetaDescriptionAction`
- added type `ProductTailoringSetMetaKeywordsAction`
- added type `ProductTailoringSetMetaTitleAction`
- added type `ProductTailoringSetNameAction`
- added type `ProductTailoringSetSlugAction`
- added type `ProductTailoringUnpublishAction`
</details>

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

- :warning: changed property `isOnStock` of type `ProductVariantAvailability` to be required
</details>

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

- added property `taxPortions` to type `TaxedItemPrice`
- added property `id` to type `ProductVariantAvailability`
- added property `version` to type `ProductVariantAvailability`
</details>

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

- added method `apiRoot.withProjectKey().productTailoring().get()`
- added method `apiRoot.withProjectKey().productTailoring().post()`
- added method `apiRoot.withProjectKey().productTailoring().withKey().get()`
- added method `apiRoot.withProjectKey().productTailoring().withKey().post()`
- added method `apiRoot.withProjectKey().productTailoring().withKey().delete()`
- added method `apiRoot.withProjectKey().productTailoring().withId().get()`
- added method `apiRoot.withProjectKey().productTailoring().withId().post()`
- added method `apiRoot.withProjectKey().productTailoring().withId().delete()`
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().productTailoring().get()`
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().productTailoring().post()`
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductId().productTailoring().get()`
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductId().productTailoring().post()`
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductId().productTailoring().delete()`
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductKey().productTailoring().get()`
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductKey().productTailoring().post()`
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductKey().productTailoring().delete()`
</details>

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

- added enum `product-tailoring` to type `ReferenceTypeId`
</details>

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

- added resource `/{projectKey}/product-tailoring`
- added resource `/{projectKey}/product-tailoring/key={key}`
- added resource `/{projectKey}/product-tailoring/{ID}`
- added resource `/{projectKey}/in-store/key={storeKey}/product-tailoring`
- added resource `/{projectKey}/in-store/key={storeKey}/products`
- added resource `/{projectKey}/in-store/key={storeKey}/products/{productID}`
- added resource `/{projectKey}/in-store/key={storeKey}/products/key={productKey}`
- added resource `/{projectKey}/in-store/key={storeKey}/products/{productID}/product-tailoring`
- added resource `/{projectKey}/in-store/key={storeKey}/products/key={productKey}/product-tailoring`
</details>

- [#645](https://github.com/commercetools/commercetools-sdk-typescript/pull/645) [`bfbdfe6`](https://github.com/commercetools/commercetools-sdk-typescript/commit/bfbdfe65042f2b8d011d40859c9542666187dd22) Thanks [@lojzatran](https://github.com/lojzatran)! - Add Datadog APM to SDK

### Patch Changes

- Updated dependencies [[`bfbdfe6`](https://github.com/commercetools/commercetools-sdk-typescript/commit/bfbdfe65042f2b8d011d40859c9542666187dd22), [`a000d70`](https://github.com/commercetools/commercetools-sdk-typescript/commit/a000d708a82b39ecfff26acfbb682dda9675e79f)]:
- @commercetools/ts-client@1.2.0
- @commercetools/sdk-client-v2@2.4.0

## 7.4.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.4.0",
"version": "7.5.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.2.2",
"@commercetools/sdk-client-v2": "^2.4.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.1.1"
"@commercetools/ts-client": "^1.2.0"
},
"devDependencies": {
"@types/uuid": "9.0.2",
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.0

### Minor Changes

- [#645](https://github.com/commercetools/commercetools-sdk-typescript/pull/645) [`bfbdfe6`](https://github.com/commercetools/commercetools-sdk-typescript/commit/bfbdfe65042f2b8d011d40859c9542666187dd22) Thanks [@lojzatran](https://github.com/lojzatran)! - Add Datadog APM to SDK

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

## 2.4.0

### Minor Changes

- [#637](https://github.com/commercetools/commercetools-sdk-typescript/pull/637) [`a000d70`](https://github.com/commercetools/commercetools-sdk-typescript/commit/a000d708a82b39ecfff26acfbb682dda9675e79f) Thanks [@ajimae](https://github.com/ajimae)! - - add functionality to override limit value in process function
- add sort options to process function to override default value

## 2.3.0

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

0 comments on commit 810f33f

Please sign in to comment.