Skip to content

Commit

Permalink
Version Packages (#109)
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 Sep 2, 2021
1 parent 44173ff commit 48b2a80
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 28 deletions.
9 changes: 0 additions & 9 deletions .changeset/forty-jobs-sneeze.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/kind-dancers-add.md

This file was deleted.

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

## 1.18.1

### Patch Changes

- [#108](https://github.com/commercetools/commercetools-sdk-typescript/pull/108) [`026d91a`](https://github.com/commercetools/commercetools-sdk-typescript/commit/026d91a747b445b0913eabb7eb91ecc7f3eb257e) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update generated SDKs

## 1.18.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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": "1.18.0",
"version": "1.18.1",
"description": "Type script sdk for commercetools audit log features",
"keywords": ["commercetools", "typescript", "sdk", "history"],
"homepage": "https://github.com/commercetools/commercetools-typescript-sdks/packages/history-sdk",
Expand All @@ -30,8 +30,8 @@
"querystring": "^0.2.1"
},
"devDependencies": {
"@commercetools/platform-sdk": "1.18.0",
"@commercetools/sdk-client-v2": "^0.1.0",
"@commercetools/platform-sdk": "1.18.1",
"@commercetools/sdk-client-v2": "^0.1.1",
"@types/uuid": "7.0.0",
"organize-imports-cli": "0.8.0",
"tsconfig-replace-paths": "0.0.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/importapi-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools/importapi-sdk

## 1.19.0

### Minor Changes

- [#108](https://github.com/commercetools/commercetools-sdk-typescript/pull/108) [`026d91a`](https://github.com/commercetools/commercetools-sdk-typescript/commit/026d91a747b445b0913eabb7eb91ecc7f3eb257e) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update generated SDKs

* [#110](https://github.com/commercetools/commercetools-sdk-typescript/pull/110) [`44173ff`](https://github.com/commercetools/commercetools-sdk-typescript/commit/44173ffde761420d04af6a2d03a845737eec9f82) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update generated SDKs

## 1.18.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": "1.18.0",
"version": "1.19.0",
"description": "Type script sdk for commercetools import features",
"keywords": ["commercetools", "typescript", "sdk", "import"],
"homepage": "https://github.com/commercetools/commercetools-sdk-typescript/packages/importapi-sdk",
Expand All @@ -30,7 +30,7 @@
"querystring": "^0.2.1"
},
"devDependencies": {
"@commercetools/sdk-client-v2": "^0.1.0",
"@commercetools/sdk-client-v2": "^0.1.1",
"@types/uuid": "7.0.0",
"organize-imports-cli": "0.8.0",
"tsconfig-replace-paths": "0.0.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/ml-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools/ml-sdk

## 1.18.1

### Patch Changes

- [#108](https://github.com/commercetools/commercetools-sdk-typescript/pull/108) [`026d91a`](https://github.com/commercetools/commercetools-sdk-typescript/commit/026d91a747b445b0913eabb7eb91ecc7f3eb257e) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update generated SDKs

## 1.18.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/ml-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access": "public"
},
"name": "@commercetools/ml-sdk",
"version": "1.18.0",
"version": "1.18.1",
"description": "Type script sdk for commercetools ML features",
"keywords": ["commercetools", "typescript", "sdk", "ml"],
"homepage": "https://github.com/commercetools/commercetools-typescript-sdks/packages/ml-sdk",
Expand All @@ -30,8 +30,8 @@
"querystring": "^0.2.1"
},
"devDependencies": {
"@commercetools/platform-sdk": "1.18.0",
"@commercetools/sdk-client-v2": "^0.1.0",
"@commercetools/platform-sdk": "1.18.1",
"@commercetools/sdk-client-v2": "^0.1.1",
"@types/uuid": "7.0.0",
"organize-imports-cli": "0.8.0",
"tsconfig-replace-paths": "0.0.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/platform-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools/platform-sdk

## 1.18.1

### Patch Changes

- [#108](https://github.com/commercetools/commercetools-sdk-typescript/pull/108) [`026d91a`](https://github.com/commercetools/commercetools-sdk-typescript/commit/026d91a747b445b0913eabb7eb91ecc7f3eb257e) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update generated SDKs

* [#110](https://github.com/commercetools/commercetools-sdk-typescript/pull/110) [`44173ff`](https://github.com/commercetools/commercetools-sdk-typescript/commit/44173ffde761420d04af6a2d03a845737eec9f82) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update generated SDKs

## 1.18.0

### Minor Changes
Expand Down
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": "1.18.0",
"version": "1.18.1",
"description": "Typescript definitions and sdk for commercetools platform",
"keywords": ["commercetools", "typescript", "sdk"],
"homepage": "https://github.com/commercetools/commercetools-typescript-sdks",
Expand All @@ -30,7 +30,7 @@
"querystring": "^0.2.1"
},
"devDependencies": {
"@commercetools/sdk-client-v2": "^0.1.0",
"@commercetools/sdk-client-v2": "^0.1.1",
"@types/uuid": "7.0.0",
"organize-imports-cli": "0.8.0",
"tsconfig-replace-paths": "0.0.5",
Expand Down
9 changes: 7 additions & 2 deletions packages/sdk-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# @commercetools/sdk-client-v2

## 0.1.0
### Minor Changes
## 0.1.1

### Patch Changes

- [#108](https://github.com/commercetools/commercetools-sdk-typescript/pull/108) [`026d91a`](https://github.com/commercetools/commercetools-sdk-typescript/commit/026d91a747b445b0913eabb7eb91ecc7f3eb257e) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update generated SDKs

## 0.1.0

### Minor Changes

- [#105](https://github.com/commercetools/commercetools-sdk-typescript/pull/105) [`274baaf`](https://github.com/commercetools/commercetools-sdk-typescript/commit/274baaf85d1cac0379842fea68315a8d28c87821) Thanks [@ajimae](https://github.com/ajimae)! - new sdk version release
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": "0.1.0",
"version": "0.1.1",
"description": "commercetools TypeScript SDK client.",
"keywords": [
"commercetools",
Expand Down

0 comments on commit 48b2a80

Please sign in to comment.