diff --git a/CHANGELOG.md b/CHANGELOG.md index a11bd919c..566d8c971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/doug-martin/nestjs-query/compare/v0.17.10...v0.18.0) (2020-08-11) + + +### Bug Fixes + +* **deps:** update dependency @docusaurus/core to v2.0.0-alpha.61 ([c2f03b8](https://github.com/doug-martin/nestjs-query/commit/c2f03b872d8ac111f257ef280a51ade4a5ea7ddb)) +* **deps:** update dependency @docusaurus/preset-classic to v2.0.0-alpha.61 ([e052793](https://github.com/doug-martin/nestjs-query/commit/e0527932cfd52a4096441805b076b42ad739c525)) +* **deps:** update dependency graphql-tools to v6.0.16 ([df3784d](https://github.com/doug-martin/nestjs-query/commit/df3784d33d0e6db04a2a160b60edf49ce52dc2ba)) +* **e2e:** Making tests deterministic ([175cc2e](https://github.com/doug-martin/nestjs-query/commit/175cc2edc02a2bb58db4557812c00b657f708ca6)) +* **tests:** Fix tests to be deterministic ([5dd6dac](https://github.com/doug-martin/nestjs-query/commit/5dd6dacc2ccace913c64343726474b51f814a1e4)) +* **type:** Pin dev dependencies ([442db4c](https://github.com/doug-martin/nestjs-query/commit/442db4cd9b9d48d0c6a20209f0b44c4a314660ac)) +* **workflow:** Fix github actions matrix reference ([a4d9447](https://github.com/doug-martin/nestjs-query/commit/a4d9447e863f0663385c652b9a1d34752d47817a)) + + +### Features + +* **typeorm:** Switch to use unioned queries for relations ([327c676](https://github.com/doug-martin/nestjs-query/commit/327c6760e3e1a7db6bb0f872928d0502345c925f)) + + + + + ## [0.17.10](https://github.com/doug-martin/nestjs-query/compare/v0.17.9...v0.17.10) (2020-08-01) diff --git a/examples/CHANGELOG.md b/examples/CHANGELOG.md index 012481905..10982ae29 100644 --- a/examples/CHANGELOG.md +++ b/examples/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/doug-martin/nestjs-query/compare/v0.17.10...v0.18.0) (2020-08-11) + + +### Bug Fixes + +* **deps:** update dependency graphql-tools to v6.0.16 ([df3784d](https://github.com/doug-martin/nestjs-query/commit/df3784d33d0e6db04a2a160b60edf49ce52dc2ba)) +* **e2e:** Making tests deterministic ([175cc2e](https://github.com/doug-martin/nestjs-query/commit/175cc2edc02a2bb58db4557812c00b657f708ca6)) +* **tests:** Fix tests to be deterministic ([5dd6dac](https://github.com/doug-martin/nestjs-query/commit/5dd6dacc2ccace913c64343726474b51f814a1e4)) + + + + + ## [0.17.10](https://github.com/doug-martin/nestjs-query/compare/v0.17.9...v0.17.10) (2020-08-01) diff --git a/examples/package.json b/examples/package.json index af3ca6c6d..30bdeb6a7 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-query-examples", - "version": "0.17.10", + "version": "0.18.0", "description": "", "author": "", "private": true, @@ -12,10 +12,10 @@ "start": "nest start --watch" }, "dependencies": { - "@nestjs-query/core": "0.17.10", - "@nestjs-query/query-graphql": "0.17.10", - "@nestjs-query/query-sequelize": "0.17.10", - "@nestjs-query/query-typeorm": "0.17.10", + "@nestjs-query/core": "0.18.0", + "@nestjs-query/query-graphql": "0.18.0", + "@nestjs-query/query-sequelize": "0.18.0", + "@nestjs-query/query-typeorm": "0.18.0", "@nestjs/common": "7.4.2", "@nestjs/core": "7.4.2", "@nestjs/graphql": "7.6.0", @@ -28,8 +28,8 @@ "graphql": "15.3.0", "graphql-query-complexity": "0.6.0", "graphql-tools": "6.0.16", - "pg": "8.3.0", "mysql2": "2.1.0", + "pg": "8.3.0", "rimraf": "3.0.2", "rxjs": "6.6.2", "sequelize": "5.22.3", diff --git a/lerna.json b/lerna.json index 45a6c62ec..c7e076835 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ "hoist": true } }, - "version": "0.17.10" + "version": "0.18.0" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 686c5f2a5..ee79f21b6 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/doug-martin/nestjs-query/compare/v0.17.10...v0.18.0) (2020-08-11) + +**Note:** Version bump only for package @nestjs-query/core + + + + + ## [0.17.10](https://github.com/doug-martin/nestjs-query/compare/v0.17.9...v0.17.10) (2020-08-01) **Note:** Version bump only for package @nestjs-query/core diff --git a/packages/core/package.json b/packages/core/package.json index ddbdaaddd..704f3888a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-query/core", - "version": "0.17.10", + "version": "0.18.0", "description": "Base query package", "author": "doug-martin ", "homepage": "https://github.com/doug-martin/nestjs-query#readme", diff --git a/packages/query-graphql/CHANGELOG.md b/packages/query-graphql/CHANGELOG.md index 0ecd60da3..26a83e146 100644 --- a/packages/query-graphql/CHANGELOG.md +++ b/packages/query-graphql/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/doug-martin/nestjs-query/compare/v0.17.10...v0.18.0) (2020-08-11) + +**Note:** Version bump only for package @nestjs-query/query-graphql + + + + + ## [0.17.10](https://github.com/doug-martin/nestjs-query/compare/v0.17.9...v0.17.10) (2020-08-01) **Note:** Version bump only for package @nestjs-query/query-graphql diff --git a/packages/query-graphql/package.json b/packages/query-graphql/package.json index ad45050d6..37a30e7d0 100644 --- a/packages/query-graphql/package.json +++ b/packages/query-graphql/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-query/query-graphql", - "version": "0.17.10", + "version": "0.18.0", "description": "Nestjs graphql query adapter", "author": "doug-martin ", "homepage": "https://github.com/doug-martin/nestjs-query#readme", @@ -38,7 +38,7 @@ "url": "https://github.com/doug-martin/nestjs-query/issues" }, "dependencies": { - "@nestjs-query/core": "0.17.10", + "@nestjs-query/core": "0.18.0", "graphql-fields": "^2.0.3", "lodash.omit": "^4.5.0", "lower-case-first": "^2.0.1", diff --git a/packages/query-sequelize/CHANGELOG.md b/packages/query-sequelize/CHANGELOG.md index a488cc02b..52ca1d793 100644 --- a/packages/query-sequelize/CHANGELOG.md +++ b/packages/query-sequelize/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/doug-martin/nestjs-query/compare/v0.17.10...v0.18.0) (2020-08-11) + +**Note:** Version bump only for package @nestjs-query/query-sequelize + + + + + ## [0.17.10](https://github.com/doug-martin/nestjs-query/compare/v0.17.9...v0.17.10) (2020-08-01) **Note:** Version bump only for package @nestjs-query/query-sequelize diff --git a/packages/query-sequelize/package.json b/packages/query-sequelize/package.json index b8b64bb5e..1dd96e32d 100644 --- a/packages/query-sequelize/package.json +++ b/packages/query-sequelize/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-query/query-sequelize", - "version": "0.17.10", + "version": "0.18.0", "description": "Sequelize adapter for @nestjs-query/core", "author": "doug-martin ", "homepage": "https://github.com/doug-martin/nestjs-query#readme", @@ -18,7 +18,7 @@ "access": "public" }, "dependencies": { - "@nestjs-query/core": "0.17.10", + "@nestjs-query/core": "0.18.0", "lodash.pick": "4.4.0" }, "peerDependencies": { diff --git a/packages/query-typeorm/CHANGELOG.md b/packages/query-typeorm/CHANGELOG.md index 21611d047..4960b2b3c 100644 --- a/packages/query-typeorm/CHANGELOG.md +++ b/packages/query-typeorm/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/doug-martin/nestjs-query/compare/v0.17.10...v0.18.0) (2020-08-11) + + +### Bug Fixes + +* **type:** Pin dev dependencies ([442db4c](https://github.com/doug-martin/nestjs-query/commit/442db4cd9b9d48d0c6a20209f0b44c4a314660ac)) + + +### Features + +* **typeorm:** Switch to use unioned queries for relations ([327c676](https://github.com/doug-martin/nestjs-query/commit/327c6760e3e1a7db6bb0f872928d0502345c925f)) + + + + + ## [0.17.10](https://github.com/doug-martin/nestjs-query/compare/v0.17.9...v0.17.10) (2020-08-01) **Note:** Version bump only for package @nestjs-query/query-typeorm diff --git a/packages/query-typeorm/package.json b/packages/query-typeorm/package.json index 1ac170f1b..93f9cd306 100644 --- a/packages/query-typeorm/package.json +++ b/packages/query-typeorm/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-query/query-typeorm", - "version": "0.17.10", + "version": "0.18.0", "description": "Typeorm adapter for @nestjs-query/core", "author": "doug-martin ", "homepage": "https://github.com/doug-martin/nestjs-query#readme", @@ -18,7 +18,7 @@ "access": "public" }, "dependencies": { - "@nestjs-query/core": "0.17.10", + "@nestjs-query/core": "0.18.0", "lodash.filter": "^4.6.0", "lodash.omit": "^4.5.0" },