Skip to content

Commit

Permalink
Version Packages (#293)
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 Release Bot and github-actions[bot] authored Jul 28, 2022
1 parent 69da036 commit 6b9cecc
Show file tree
Hide file tree
Showing 9 changed files with 91 additions and 45 deletions.
25 changes: 0 additions & 25 deletions .changeset/few-crabs-bow.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/silver-carrots-check.md

This file was deleted.

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

## 2.6.0

### Minor Changes

- [#291](https://github.com/commercetools/commercetools-sdk-typescript/pull/291) [`cde61f4`](https://github.com/commercetools/commercetools-sdk-typescript/commit/cde61f45563970ca1648496198268976e4f83d8e) Thanks [@github-actions](https://github.com/apps/github-actions)! - ### History API

- add support for quotes
- add support for authentication mode
- add product selection support

### Import API

- add support for inventory imports
- remove import sink endpoints

### Platform API

- add support for quotes
- fix localeProjection query parameter type
- add missing query parameters to product selection assigment
- add HEAD request to product types
- add DeliveryDraft model
- removed deprecated fields from Payment models

## 2.5.1

### Patch 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": "2.5.1",
"version": "2.6.0",
"description": "Typescript SDK for Composable Commerce Audit Log features",
"keywords": [
"commercetools",
Expand Down Expand Up @@ -36,7 +36,7 @@
"querystring": "^0.2.1"
},
"devDependencies": {
"@commercetools/platform-sdk": "2.8.0",
"@commercetools/platform-sdk": "3.0.0",
"@types/uuid": "8.3.4",
"organize-imports-cli": "0.10.0",
"tsconfig-replace-paths": "0.0.11",
Expand Down
24 changes: 24 additions & 0 deletions packages/importapi-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @commercetools/importapi-sdk

## 3.0.0

### Major Changes

- [#291](https://github.com/commercetools/commercetools-sdk-typescript/pull/291) [`cde61f4`](https://github.com/commercetools/commercetools-sdk-typescript/commit/cde61f45563970ca1648496198268976e4f83d8e) Thanks [@github-actions](https://github.com/apps/github-actions)! - ### History API

- add support for quotes
- add support for authentication mode
- add product selection support

### Import API

- add support for inventory imports
- remove import sink endpoints

### Platform API

- add support for quotes
- fix localeProjection query parameter type
- add missing query parameters to product selection assigment
- add HEAD request to product types
- add DeliveryDraft model
- removed deprecated fields from Payment models

## 2.5.1

### Patch 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": "2.5.1",
"version": "3.0.0",
"description": "TypeScript SDK for Composable Commerce Import API features",
"keywords": [
"commercetools",
Expand Down
2 changes: 1 addition & 1 deletion packages/ml-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"querystring": "^0.2.1"
},
"devDependencies": {
"@commercetools/platform-sdk": "2.8.0",
"@commercetools/platform-sdk": "3.0.0",
"@types/uuid": "8.3.4",
"organize-imports-cli": "0.10.0",
"tsconfig-replace-paths": "0.0.11",
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

## 3.0.0

### Major Changes

- [#291](https://github.com/commercetools/commercetools-sdk-typescript/pull/291) [`cde61f4`](https://github.com/commercetools/commercetools-sdk-typescript/commit/cde61f45563970ca1648496198268976e4f83d8e) Thanks [@github-actions](https://github.com/apps/github-actions)! - ### History API

- add support for quotes
- add support for authentication mode
- add product selection support

### Import API

- add support for inventory imports
- remove import sink endpoints

### Platform API

- add support for quotes
- fix localeProjection query parameter type
- add missing query parameters to product selection assigment
- add HEAD request to product types
- add DeliveryDraft model
- removed deprecated fields from Payment models

### Minor Changes

- [#302](https://github.com/commercetools/commercetools-sdk-typescript/pull/302) [`69da036`](https://github.com/commercetools/commercetools-sdk-typescript/commit/69da036f75595831a20503bc17aa292857cecdb9) Thanks [@github-actions](https://github.com/apps/github-actions)! - ### Platform API

#### Features

- add LocaleprojectingTrait, StoreprojectingTrait
- quotes to extension resource types
- support InventoryMode for cart line items

#### Fixes

- removed `localeProjection` & `priceSelection` parameter from PriceselectingTrait as they are not applying to all endpoints using price selection

## 2.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.8.0",
"version": "3.0.0",
"description": "TypeScript definitions and SDK for commercetools Composable Commerce",
"keywords": ["commercetools", "composable commerce", "typescript", "sdk"],
"homepage": "https://github.com/commercetools/commercetools-typescript-sdks",
Expand Down

0 comments on commit 6b9cecc

Please sign in to comment.