Skip to content

Commit

Permalink
ci(changesets): version packages (#1802)
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 Aug 17, 2022
1 parent 35669f3 commit 3279e6e
Show file tree
Hide file tree
Showing 65 changed files with 573 additions and 270 deletions.
35 changes: 0 additions & 35 deletions .changeset/brown-moose-relax.md

This file was deleted.

43 changes: 37 additions & 6 deletions integration-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,48 @@
# @commercetools/integration-tests

## 0.1.21
### Patch Changes

## 0.1.22

### Patch Changes

- [#1734](https://github.com/commercetools/nodejs/pull/1734) [`1385e5a0`](https://github.com/commercetools/nodejs/commit/1385e5a0b649e088d67f2647b05a06dc02aca76b) Thanks [@jenschude](https://github.com/jenschude)! - Cleanup & update dependencies

- Updated dependencies [[`35669f30`](https://github.com/commercetools/nodejs/commit/35669f30dbc4b24d59ec3df3f38417b1f2a77837)]:
- @commercetools/sdk-auth@4.0.0
- @commercetools/api-request-builder@6.0.0
- @commercetools/category-exporter@4.0.0
- @commercetools/csv-parser-discount-code@3.0.0
- @commercetools/csv-parser-orders@3.0.0
- @commercetools/csv-parser-price@5.0.0
- @commercetools/csv-parser-state@4.0.0
- @commercetools/custom-objects-exporter@4.0.0
- @commercetools/custom-objects-importer@4.0.0
- @commercetools/customer-groups-exporter@4.0.0
- @commercetools/discount-code-exporter@5.0.0
- @commercetools/discount-code-generator@3.0.0
- @commercetools/discount-code-importer@4.0.0
- @commercetools/get-credentials@4.0.0
- @commercetools/http-user-agent@3.0.0
- @commercetools/inventories-exporter@4.0.0
- @commercetools/personal-data-erasure@4.0.0
- @commercetools/price-exporter@4.0.0
- @commercetools/product-exporter@4.0.0
- @commercetools/product-json-to-csv@6.0.0
- @commercetools/product-json-to-xlsx@5.0.0
- @commercetools/resource-deleter@3.0.0
- @commercetools/sdk-client@3.0.0
- @commercetools/sdk-middleware-auth@7.0.0
- @commercetools/sdk-middleware-http@7.0.0
- @commercetools/sdk-middleware-logger@3.0.0
- @commercetools/sdk-middleware-queue@3.0.0
- @commercetools/sdk-middleware-user-agent@3.0.0
- @commercetools/state-importer@4.0.0
- @commercetools/sync-actions@5.0.0

## 0.1.21

- [#1609](https://github.com/commercetools/nodejs/pull/1609) [`34e1bb80`](https://github.com/commercetools/nodejs/commit/34e1bb8010225fcc5ea7459bdd93f330eb7dd37d) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies
### Patch Changes

- [#1734](https://github.com/commercetools/nodejs/pull/1734) [`1385e5a0`](https://github.com/commercetools/nodejs/commit/1385e5a0b649e088d67f2647b05a06dc02aca76b) Thanks [@jenschude](https://github.com/jenschude)! - Cleanup & update dependencies

* [#1609](https://github.com/commercetools/nodejs/pull/1609) [`34e1bb80`](https://github.com/commercetools/nodejs/commit/34e1bb8010225fcc5ea7459bdd93f330eb7dd37d) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

- [#1759](https://github.com/commercetools/nodejs/pull/1759) [`6a5b0572`](https://github.com/commercetools/nodejs/commit/6a5b05728f6fcb7e74e752962553870b9a89c1fe) Thanks [@emmenko](https://github.com/emmenko)! - Bump versions of `node-fetch`, `lodash`, and `fast-csv` to fix security vulnerabilities

Expand Down
62 changes: 31 additions & 31 deletions integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"private": true,
"name": "@commercetools/integration-tests",
"version": "0.1.21",
"version": "0.1.22",
"dependencies": {
"@commercetools/api-request-builder": "^5.6.3",
"@commercetools/category-exporter": "^3.0.23",
"@commercetools/csv-parser-discount-code": "^2.0.12",
"@commercetools/csv-parser-orders": "^2.0.20",
"@commercetools/csv-parser-price": "^4.0.24",
"@commercetools/csv-parser-state": "^3.0.22",
"@commercetools/custom-objects-exporter": "^3.0.23",
"@commercetools/custom-objects-importer": "^3.0.40",
"@commercetools/customer-groups-exporter": "^3.0.23",
"@commercetools/discount-code-exporter": "^4.0.23",
"@commercetools/discount-code-generator": "^2.0.10",
"@commercetools/discount-code-importer": "^3.0.39",
"@commercetools/get-credentials": "^3.0.18",
"@commercetools/http-user-agent": "2.x",
"@commercetools/inventories-exporter": "^3.0.24",
"@commercetools/personal-data-erasure": "^3.1.1",
"@commercetools/api-request-builder": "^6.0.0",
"@commercetools/category-exporter": "^4.0.0",
"@commercetools/csv-parser-discount-code": "^3.0.0",
"@commercetools/csv-parser-orders": "^3.0.0",
"@commercetools/csv-parser-price": "^5.0.0",
"@commercetools/csv-parser-state": "^4.0.0",
"@commercetools/custom-objects-exporter": "^4.0.0",
"@commercetools/custom-objects-importer": "^4.0.0",
"@commercetools/customer-groups-exporter": "^4.0.0",
"@commercetools/discount-code-exporter": "^5.0.0",
"@commercetools/discount-code-generator": "^3.0.0",
"@commercetools/discount-code-importer": "^4.0.0",
"@commercetools/get-credentials": "^4.0.0",
"@commercetools/http-user-agent": "3.0.0",
"@commercetools/inventories-exporter": "^4.0.0",
"@commercetools/personal-data-erasure": "^4.0.0",
"@commercetools/platform-sdk": "^2.2.0",
"@commercetools/price-exporter": "^3.0.24",
"@commercetools/product-exporter": "^3.1.13",
"@commercetools/product-json-to-csv": "^5.0.17",
"@commercetools/product-json-to-xlsx": "^4.0.16",
"@commercetools/resource-deleter": "^2.0.26",
"@commercetools/sdk-auth": "^3.0.13",
"@commercetools/sdk-client": "^2.1.2",
"@commercetools/sdk-middleware-auth": "^6.2.1",
"@commercetools/sdk-middleware-http": "^6.1.1",
"@commercetools/sdk-middleware-logger": "2.x",
"@commercetools/sdk-middleware-queue": "^2.1.4",
"@commercetools/sdk-middleware-user-agent": "^2.1.5",
"@commercetools/state-importer": "^3.0.40",
"@commercetools/sync-actions": "^4.9.6",
"@commercetools/price-exporter": "^4.0.0",
"@commercetools/product-exporter": "^4.0.0",
"@commercetools/product-json-to-csv": "^6.0.0",
"@commercetools/product-json-to-xlsx": "^5.0.0",
"@commercetools/resource-deleter": "^3.0.0",
"@commercetools/sdk-auth": "^4.0.0",
"@commercetools/sdk-client": "^3.0.0",
"@commercetools/sdk-middleware-auth": "^7.0.0",
"@commercetools/sdk-middleware-http": "^7.0.0",
"@commercetools/sdk-middleware-logger": "3.0.0",
"@commercetools/sdk-middleware-queue": "^3.0.0",
"@commercetools/sdk-middleware-user-agent": "^3.0.0",
"@commercetools/state-importer": "^4.0.0",
"@commercetools/sync-actions": "^5.0.0",
"bluebird": "^3.5.3",
"common-tags": "^1.8.0",
"csvtojson": "^2.0.8",
Expand Down
7 changes: 7 additions & 0 deletions packages/api-request-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @commercetools/api-request-builder

## 6.0.0

### Major Changes

- [#1775](https://github.com/commercetools/nodejs/pull/1775) [`35669f30`](https://github.com/commercetools/nodejs/commit/35669f30dbc4b24d59ec3df3f38417b1f2a77837) Thanks [@ajimae](https://github.com/ajimae)! - Drop support for Node `v10` and `v12`. Supported versions now are `v14`, `v16` and `v18`.
2 changes: 1 addition & 1 deletion packages/api-request-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": ">=14"
},
"name": "@commercetools/api-request-builder",
"version": "5.6.3",
"version": "6.0.0",
"description": "Helper functions to construct API requests URI for the commercetools platform in a declarative way.",
"keywords": [
"commercetools",
Expand Down
23 changes: 18 additions & 5 deletions packages/category-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,30 @@
# @commercetools/category-exporter

## 3.0.23
### Patch Changes
## 4.0.0

### Major Changes

- [#1775](https://github.com/commercetools/nodejs/pull/1775) [`35669f30`](https://github.com/commercetools/nodejs/commit/35669f30dbc4b24d59ec3df3f38417b1f2a77837) Thanks [@ajimae](https://github.com/ajimae)! - Drop support for Node `v10` and `v12`. Supported versions now are `v14`, `v16` and `v18`.

- [#1734](https://github.com/commercetools/nodejs/pull/1734) [`1385e5a0`](https://github.com/commercetools/nodejs/commit/1385e5a0b649e088d67f2647b05a06dc02aca76b) Thanks [@jenschude](https://github.com/jenschude)! - Cleanup & update dependencies
### Patch Changes

- Updated dependencies [[`35669f30`](https://github.com/commercetools/nodejs/commit/35669f30dbc4b24d59ec3df3f38417b1f2a77837)]:
- @commercetools/api-request-builder@6.0.0
- @commercetools/get-credentials@4.0.0
- @commercetools/sdk-client@3.0.0
- @commercetools/sdk-middleware-auth@7.0.0
- @commercetools/sdk-middleware-http@7.0.0
- @commercetools/sdk-middleware-user-agent@3.0.0

## 3.0.23

### Patch Changes

- [#1734](https://github.com/commercetools/nodejs/pull/1734) [`1385e5a0`](https://github.com/commercetools/nodejs/commit/1385e5a0b649e088d67f2647b05a06dc02aca76b) Thanks [@jenschude](https://github.com/jenschude)! - Cleanup & update dependencies

- [#1759](https://github.com/commercetools/nodejs/pull/1759) [`6a5b0572`](https://github.com/commercetools/nodejs/commit/6a5b05728f6fcb7e74e752962553870b9a89c1fe) Thanks [@emmenko](https://github.com/emmenko)! - Bump versions of `node-fetch`, `lodash`, and `fast-csv` to fix security vulnerabilities
* [#1759](https://github.com/commercetools/nodejs/pull/1759) [`6a5b0572`](https://github.com/commercetools/nodejs/commit/6a5b05728f6fcb7e74e752962553870b9a89c1fe) Thanks [@emmenko](https://github.com/emmenko)! - Bump versions of `node-fetch`, `lodash`, and `fast-csv` to fix security vulnerabilities

- Updated dependencies [[`34e1bb80`](https://github.com/commercetools/nodejs/commit/34e1bb8010225fcc5ea7459bdd93f330eb7dd37d), [`d392692d`](https://github.com/commercetools/nodejs/commit/d392692d714b87ec04a1a4e2dac59946c713d213), [`6a5b0572`](https://github.com/commercetools/nodejs/commit/6a5b05728f6fcb7e74e752962553870b9a89c1fe)]:
* Updated dependencies [[`34e1bb80`](https://github.com/commercetools/nodejs/commit/34e1bb8010225fcc5ea7459bdd93f330eb7dd37d), [`d392692d`](https://github.com/commercetools/nodejs/commit/d392692d714b87ec04a1a4e2dac59946c713d213), [`6a5b0572`](https://github.com/commercetools/nodejs/commit/6a5b05728f6fcb7e74e752962553870b9a89c1fe)]:
- @commercetools/get-credentials@3.0.18
- @commercetools/sdk-middleware-http@6.1.1
- @commercetools/sdk-middleware-auth@6.2.1
14 changes: 7 additions & 7 deletions packages/category-exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": ">=14"
},
"name": "@commercetools/category-exporter",
"version": "3.0.23",
"version": "4.0.0",
"description": "Exports categories from the commercetools platform.",
"main": "lib/main.js",
"bin": {
Expand Down Expand Up @@ -37,12 +37,12 @@
},
"license": "MIT",
"dependencies": {
"@commercetools/api-request-builder": "^5.6.3",
"@commercetools/get-credentials": "^3.0.18",
"@commercetools/sdk-client": "^2.1.2",
"@commercetools/sdk-middleware-auth": "^6.2.1",
"@commercetools/sdk-middleware-http": "^6.1.1",
"@commercetools/sdk-middleware-user-agent": "^2.1.5",
"@commercetools/api-request-builder": "^6.0.0",
"@commercetools/get-credentials": "^4.0.0",
"@commercetools/sdk-client": "^3.0.0",
"@commercetools/sdk-middleware-auth": "^7.0.0",
"@commercetools/sdk-middleware-http": "^7.0.0",
"@commercetools/sdk-middleware-user-agent": "^3.0.0",
"node-fetch": "^2.6.7",
"pino": "^6.0.0",
"pino-pretty": "^4.0.0",
Expand Down
9 changes: 7 additions & 2 deletions packages/csv-parser-discount-code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# @commercetools/csv-parser-discount-code

## 2.0.12
### Patch Changes
## 3.0.0

### Major Changes

- [#1775](https://github.com/commercetools/nodejs/pull/1775) [`35669f30`](https://github.com/commercetools/nodejs/commit/35669f30dbc4b24d59ec3df3f38417b1f2a77837) Thanks [@ajimae](https://github.com/ajimae)! - Drop support for Node `v10` and `v12`. Supported versions now are `v14`, `v16` and `v18`.

## 2.0.12

### Patch Changes

- [#1734](https://github.com/commercetools/nodejs/pull/1734) [`1385e5a0`](https://github.com/commercetools/nodejs/commit/1385e5a0b649e088d67f2647b05a06dc02aca76b) Thanks [@jenschude](https://github.com/jenschude)! - Cleanup & update dependencies
2 changes: 1 addition & 1 deletion packages/csv-parser-discount-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": ">=14"
},
"name": "@commercetools/csv-parser-discount-code",
"version": "2.0.12",
"version": "3.0.0",
"description": "Converts commercetools discount code data from CSV to JSON.",
"keywords": [
"commercetools",
Expand Down
13 changes: 7 additions & 6 deletions packages/csv-parser-orders/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# @commercetools/csv-parser-orders

## 2.0.20
### Patch Changes


## 3.0.0

- [#1734](https://github.com/commercetools/nodejs/pull/1734) [`1385e5a0`](https://github.com/commercetools/nodejs/commit/1385e5a0b649e088d67f2647b05a06dc02aca76b) Thanks [@jenschude](https://github.com/jenschude)! - Cleanup & update dependencies
### Major Changes

- [#1775](https://github.com/commercetools/nodejs/pull/1775) [`35669f30`](https://github.com/commercetools/nodejs/commit/35669f30dbc4b24d59ec3df3f38417b1f2a77837) Thanks [@ajimae](https://github.com/ajimae)! - Drop support for Node `v10` and `v12`. Supported versions now are `v14`, `v16` and `v18`.

## 2.0.20

- [#1609](https://github.com/commercetools/nodejs/pull/1609) [`34e1bb80`](https://github.com/commercetools/nodejs/commit/34e1bb8010225fcc5ea7459bdd93f330eb7dd37d) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies
### Patch Changes

- [#1734](https://github.com/commercetools/nodejs/pull/1734) [`1385e5a0`](https://github.com/commercetools/nodejs/commit/1385e5a0b649e088d67f2647b05a06dc02aca76b) Thanks [@jenschude](https://github.com/jenschude)! - Cleanup & update dependencies

* [#1609](https://github.com/commercetools/nodejs/pull/1609) [`34e1bb80`](https://github.com/commercetools/nodejs/commit/34e1bb8010225fcc5ea7459bdd93f330eb7dd37d) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

- [#1759](https://github.com/commercetools/nodejs/pull/1759) [`6a5b0572`](https://github.com/commercetools/nodejs/commit/6a5b05728f6fcb7e74e752962553870b9a89c1fe) Thanks [@emmenko](https://github.com/emmenko)! - Bump versions of `node-fetch`, `lodash`, and `fast-csv` to fix security vulnerabilities
2 changes: 1 addition & 1 deletion packages/csv-parser-orders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": ">=14"
},
"name": "@commercetools/csv-parser-orders",
"version": "2.0.20",
"version": "3.0.0",
"description": "Converts commercetools order data from CSV to JSON.",
"keywords": [
"commercetools",
Expand Down
19 changes: 15 additions & 4 deletions packages/csv-parser-price/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
# @commercetools/csv-parser-price

## 4.0.24
### Patch Changes
## 5.0.0

### Major Changes

- [#1775](https://github.com/commercetools/nodejs/pull/1775) [`35669f30`](https://github.com/commercetools/nodejs/commit/35669f30dbc4b24d59ec3df3f38417b1f2a77837) Thanks [@ajimae](https://github.com/ajimae)! - Drop support for Node `v10` and `v12`. Supported versions now are `v14`, `v16` and `v18`.

- [#1734](https://github.com/commercetools/nodejs/pull/1734) [`1385e5a0`](https://github.com/commercetools/nodejs/commit/1385e5a0b649e088d67f2647b05a06dc02aca76b) Thanks [@jenschude](https://github.com/jenschude)! - Cleanup & update dependencies
### Patch Changes

- Updated dependencies [[`35669f30`](https://github.com/commercetools/nodejs/commit/35669f30dbc4b24d59ec3df3f38417b1f2a77837)]:
- @commercetools/api-request-builder@6.0.0
- @commercetools/get-credentials@4.0.0
- @commercetools/sdk-client@3.0.0
- @commercetools/sdk-middleware-auth@7.0.0
- @commercetools/sdk-middleware-http@7.0.0
- @commercetools/sdk-middleware-user-agent@3.0.0

## 4.0.24

- [#1609](https://github.com/commercetools/nodejs/pull/1609) [`34e1bb80`](https://github.com/commercetools/nodejs/commit/34e1bb8010225fcc5ea7459bdd93f330eb7dd37d) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies
### Patch Changes

- [#1734](https://github.com/commercetools/nodejs/pull/1734) [`1385e5a0`](https://github.com/commercetools/nodejs/commit/1385e5a0b649e088d67f2647b05a06dc02aca76b) Thanks [@jenschude](https://github.com/jenschude)! - Cleanup & update dependencies

* [#1609](https://github.com/commercetools/nodejs/pull/1609) [`34e1bb80`](https://github.com/commercetools/nodejs/commit/34e1bb8010225fcc5ea7459bdd93f330eb7dd37d) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies

- [#1759](https://github.com/commercetools/nodejs/pull/1759) [`6a5b0572`](https://github.com/commercetools/nodejs/commit/6a5b05728f6fcb7e74e752962553870b9a89c1fe) Thanks [@emmenko](https://github.com/emmenko)! - Bump versions of `node-fetch`, `lodash`, and `fast-csv` to fix security vulnerabilities

Expand Down
14 changes: 7 additions & 7 deletions packages/csv-parser-price/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": ">=14"
},
"name": "@commercetools/csv-parser-price",
"version": "4.0.24",
"version": "5.0.0",
"description": "Converts commercetools price data from CSV to JSON.",
"keywords": [
"commercetools",
Expand Down Expand Up @@ -41,12 +41,12 @@
"build": "babel src --out-dir lib --config-file '../../babel.config.js'"
},
"dependencies": {
"@commercetools/api-request-builder": "^5.6.3",
"@commercetools/get-credentials": "^3.0.18",
"@commercetools/sdk-client": "^2.1.2",
"@commercetools/sdk-middleware-auth": "^6.2.1",
"@commercetools/sdk-middleware-http": "^6.1.1",
"@commercetools/sdk-middleware-user-agent": "^2.1.5",
"@commercetools/api-request-builder": "^6.0.0",
"@commercetools/get-credentials": "^4.0.0",
"@commercetools/sdk-client": "^3.0.0",
"@commercetools/sdk-middleware-auth": "^7.0.0",
"@commercetools/sdk-middleware-http": "^7.0.0",
"@commercetools/sdk-middleware-user-agent": "^3.0.0",
"JSONStream": "^1.3.5",
"csv-parser": "^3.0.0",
"flat": "^5.0.0",
Expand Down
Loading

0 comments on commit 3279e6e

Please sign in to comment.