Skip to content

Commit

Permalink
ci(changesets): version packages (#342)
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 27, 2022
1 parent 385682f commit dbb27c8
Show file tree
Hide file tree
Showing 11 changed files with 61 additions and 20 deletions.
9 changes: 0 additions & 9 deletions .changeset/lucky-tomatoes-join.md

This file was deleted.

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

## 3.0.0

### Major Changes

- [#341](https://github.com/commercetools/commercetools-sdk-typescript/pull/341) [`385682f`](https://github.com/commercetools/commercetools-sdk-typescript/commit/385682fef6f0efa39a51570434d4d11789e0a220) Thanks [@ajimae](https://github.com/ajimae)! - Upgrade node versions to 14 and set engine to >= 14

### Patch Changes

- Updated dependencies [[`385682f`](https://github.com/commercetools/commercetools-sdk-typescript/commit/385682fef6f0efa39a51570434d4d11789e0a220)]:
- @commercetools/sdk-client-v2@2.0.0

## 2.6.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": "2.6.0",
"version": "3.0.0",
"engines": {
"node": ">=14"
},
Expand Down Expand Up @@ -32,14 +32,14 @@
"./dist/commercetools-history-sdk.esm.js": "./dist/commercetools-history-sdk.browser.esm.js"
},
"dependencies": {
"@commercetools/sdk-client-v2": "^1.4.1",
"@commercetools/sdk-client-v2": "^2.0.0",
"@commercetools/sdk-middleware-auth": "^6.0.4",
"@commercetools/sdk-middleware-http": "^6.0.4",
"@commercetools/sdk-middleware-logger": "^2.1.1",
"querystring": "^0.2.1"
},
"devDependencies": {
"@commercetools/platform-sdk": "3.0.2",
"@commercetools/platform-sdk": "4.0.0",
"@types/uuid": "8.3.4",
"organize-imports-cli": "0.10.0",
"tsconfig-replace-paths": "0.0.11",
Expand Down
11 changes: 11 additions & 0 deletions packages/importapi-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @commercetools/importapi-sdk

## 4.0.0

### Major Changes

- [#341](https://github.com/commercetools/commercetools-sdk-typescript/pull/341) [`385682f`](https://github.com/commercetools/commercetools-sdk-typescript/commit/385682fef6f0efa39a51570434d4d11789e0a220) Thanks [@ajimae](https://github.com/ajimae)! - Upgrade node versions to 14 and set engine to >= 14

### Patch Changes

- Updated dependencies [[`385682f`](https://github.com/commercetools/commercetools-sdk-typescript/commit/385682fef6f0efa39a51570434d4d11789e0a220)]:
- @commercetools/sdk-client-v2@2.0.0

## 3.0.1

### Patch 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": "3.0.1",
"version": "4.0.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": "^1.4.1",
"@commercetools/sdk-client-v2": "^2.0.0",
"@commercetools/sdk-middleware-auth": "^6.0.4",
"@commercetools/sdk-middleware-http": "^6.0.4",
"@commercetools/sdk-middleware-logger": "^2.1.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/ml-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @commercetools/ml-sdk

## 3.0.0

### Major Changes

- [#341](https://github.com/commercetools/commercetools-sdk-typescript/pull/341) [`385682f`](https://github.com/commercetools/commercetools-sdk-typescript/commit/385682fef6f0efa39a51570434d4d11789e0a220) Thanks [@ajimae](https://github.com/ajimae)! - Upgrade node versions to 14 and set engine to >= 14

### Patch Changes

- Updated dependencies [[`385682f`](https://github.com/commercetools/commercetools-sdk-typescript/commit/385682fef6f0efa39a51570434d4d11789e0a220)]:
- @commercetools/sdk-client-v2@2.0.0

## 2.4.2

### Patch 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": "2.4.2",
"version": "3.0.0",
"engines": {
"node": ">=14"
},
Expand Down Expand Up @@ -32,14 +32,14 @@
"./dist/commercetools-ml-sdk.esm.js": "./dist/commercetools-ml-sdk.browser.esm.js"
},
"dependencies": {
"@commercetools/sdk-client-v2": "^1.4.1",
"@commercetools/sdk-client-v2": "^2.0.0",
"@commercetools/sdk-middleware-auth": "^6.0.4",
"@commercetools/sdk-middleware-http": "^6.0.4",
"@commercetools/sdk-middleware-logger": "^2.1.1",
"querystring": "^0.2.1"
},
"devDependencies": {
"@commercetools/platform-sdk": "3.0.2",
"@commercetools/platform-sdk": "4.0.0",
"@types/uuid": "8.3.4",
"organize-imports-cli": "0.10.0",
"tsconfig-replace-paths": "0.0.11",
Expand Down
11 changes: 11 additions & 0 deletions packages/platform-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @commercetools/platform-sdk

## 4.0.0

### Major Changes

- [#341](https://github.com/commercetools/commercetools-sdk-typescript/pull/341) [`385682f`](https://github.com/commercetools/commercetools-sdk-typescript/commit/385682fef6f0efa39a51570434d4d11789e0a220) Thanks [@ajimae](https://github.com/ajimae)! - Upgrade node versions to 14 and set engine to >= 14

### Patch Changes

- Updated dependencies [[`385682f`](https://github.com/commercetools/commercetools-sdk-typescript/commit/385682fef6f0efa39a51570434d4d11789e0a220)]:
- @commercetools/sdk-client-v2@2.0.0

## 3.0.2

### Patch 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": "3.0.2",
"version": "4.0.0",
"engines": {
"node": ">=14"
},
Expand All @@ -26,7 +26,7 @@
"./dist/commercetools-platform-sdk.esm.js": "./dist/commercetools-platform-sdk.browser.esm.js"
},
"dependencies": {
"@commercetools/sdk-client-v2": "^1.4.1",
"@commercetools/sdk-client-v2": "^2.0.0",
"@commercetools/sdk-middleware-auth": "^6.0.4",
"@commercetools/sdk-middleware-http": "^6.0.4",
"@commercetools/sdk-middleware-logger": "^2.1.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools/sdk-client-v2

## 2.0.0

### Major Changes

- [#341](https://github.com/commercetools/commercetools-sdk-typescript/pull/341) [`385682f`](https://github.com/commercetools/commercetools-sdk-typescript/commit/385682fef6f0efa39a51570434d4d11789e0a220) Thanks [@ajimae](https://github.com/ajimae)! - Upgrade node versions to 14 and set engine to >= 14

## 1.4.2

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

0 comments on commit dbb27c8

Please sign in to comment.