diff --git a/CHANGELOG.md b/CHANGELOG.md index dfdcc50e9..6dd211a89 100644 --- a/CHANGELOG.md +++ b/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.8.9](https://github.com/doug-martin/nestjs-query/compare/v0.8.8...v0.8.9) (2020-04-24) + +**Note:** Version bump only for package nestjs-query + + + + + ## [0.8.8](https://github.com/doug-martin/nestjs-query/compare/v0.8.7...v0.8.8) (2020-04-23) **Note:** Version bump only for package nestjs-query diff --git a/examples/federation/graphql-gateway/CHANGELOG.md b/examples/federation/graphql-gateway/CHANGELOG.md index 0111a50c4..031fb7d3c 100644 --- a/examples/federation/graphql-gateway/CHANGELOG.md +++ b/examples/federation/graphql-gateway/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.8.9](https://github.com/doug-martin/nestjs-query/compare/v0.8.8...v0.8.9) (2020-04-24) + +**Note:** Version bump only for package nest-graphql-gateway + + + + + ## [0.8.7](https://github.com/doug-martin/nestjs-query/compare/v0.8.6...v0.8.7) (2020-04-23) **Note:** Version bump only for package nest-graphql-gateway diff --git a/examples/federation/graphql-gateway/package.json b/examples/federation/graphql-gateway/package.json index 34d17b6cf..c19eae5e5 100644 --- a/examples/federation/graphql-gateway/package.json +++ b/examples/federation/graphql-gateway/package.json @@ -1,6 +1,6 @@ { "name": "nest-graphql-gateway", - "version": "0.8.7", + "version": "0.8.9", "description": "", "author": "", "private": true, diff --git a/examples/federation/sub-task-graphql/CHANGELOG.md b/examples/federation/sub-task-graphql/CHANGELOG.md index f576c8599..4b74b01ad 100644 --- a/examples/federation/sub-task-graphql/CHANGELOG.md +++ b/examples/federation/sub-task-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.8.9](https://github.com/doug-martin/nestjs-query/compare/v0.8.8...v0.8.9) (2020-04-24) + +**Note:** Version bump only for package sub-task-graphql + + + + + ## [0.8.8](https://github.com/doug-martin/nestjs-query/compare/v0.8.7...v0.8.8) (2020-04-23) **Note:** Version bump only for package sub-task-graphql diff --git a/examples/federation/sub-task-graphql/package.json b/examples/federation/sub-task-graphql/package.json index 47afeb0e8..998d29f96 100644 --- a/examples/federation/sub-task-graphql/package.json +++ b/examples/federation/sub-task-graphql/package.json @@ -1,6 +1,6 @@ { "name": "sub-task-graphql", - "version": "0.8.8", + "version": "0.8.9", "description": "", "author": "", "private": true, @@ -18,9 +18,9 @@ }, "dependencies": { "@apollo/federation": "0.14.1", - "@nestjs-query/core": "0.8.7", - "@nestjs-query/query-graphql": "0.8.8", - "@nestjs-query/query-typeorm": "0.8.7", + "@nestjs-query/core": "0.8.9", + "@nestjs-query/query-graphql": "0.8.9", + "@nestjs-query/query-typeorm": "0.8.9", "@nestjs/common": "7.0.9", "@nestjs/core": "7.0.9", "@nestjs/graphql": "7.3.4", diff --git a/examples/federation/tag-graphql/CHANGELOG.md b/examples/federation/tag-graphql/CHANGELOG.md index 4352dcc3d..68be4fe5e 100644 --- a/examples/federation/tag-graphql/CHANGELOG.md +++ b/examples/federation/tag-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.8.9](https://github.com/doug-martin/nestjs-query/compare/v0.8.8...v0.8.9) (2020-04-24) + +**Note:** Version bump only for package tag-graphql + + + + + ## [0.8.8](https://github.com/doug-martin/nestjs-query/compare/v0.8.7...v0.8.8) (2020-04-23) **Note:** Version bump only for package tag-graphql diff --git a/examples/federation/tag-graphql/package.json b/examples/federation/tag-graphql/package.json index f41d472e3..dea28e88d 100644 --- a/examples/federation/tag-graphql/package.json +++ b/examples/federation/tag-graphql/package.json @@ -1,6 +1,6 @@ { "name": "tag-graphql", - "version": "0.8.8", + "version": "0.8.9", "description": "", "author": "", "private": true, @@ -18,9 +18,9 @@ }, "dependencies": { "@apollo/federation": "0.14.1", - "@nestjs-query/core": "0.8.7", - "@nestjs-query/query-graphql": "0.8.8", - "@nestjs-query/query-typeorm": "0.8.7", + "@nestjs-query/core": "0.8.9", + "@nestjs-query/query-graphql": "0.8.9", + "@nestjs-query/query-typeorm": "0.8.9", "@nestjs/common": "7.0.9", "@nestjs/core": "7.0.9", "@nestjs/graphql": "7.3.4", diff --git a/examples/federation/todo-item-graphql/CHANGELOG.md b/examples/federation/todo-item-graphql/CHANGELOG.md index fb5721ca2..42e1f4fc3 100644 --- a/examples/federation/todo-item-graphql/CHANGELOG.md +++ b/examples/federation/todo-item-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.8.9](https://github.com/doug-martin/nestjs-query/compare/v0.8.8...v0.8.9) (2020-04-24) + +**Note:** Version bump only for package todo-item-graphql + + + + + ## [0.8.8](https://github.com/doug-martin/nestjs-query/compare/v0.8.7...v0.8.8) (2020-04-23) **Note:** Version bump only for package todo-item-graphql diff --git a/examples/federation/todo-item-graphql/package.json b/examples/federation/todo-item-graphql/package.json index baff34540..c3b548a90 100644 --- a/examples/federation/todo-item-graphql/package.json +++ b/examples/federation/todo-item-graphql/package.json @@ -1,6 +1,6 @@ { "name": "todo-item-graphql", - "version": "0.8.8", + "version": "0.8.9", "description": "", "author": "", "private": true, @@ -18,9 +18,9 @@ }, "dependencies": { "@apollo/federation": "0.14.1", - "@nestjs-query/core": "0.8.7", - "@nestjs-query/query-graphql": "0.8.8", - "@nestjs-query/query-typeorm": "0.8.7", + "@nestjs-query/core": "0.8.9", + "@nestjs-query/query-graphql": "0.8.9", + "@nestjs-query/query-typeorm": "0.8.9", "@nestjs/common": "7.0.9", "@nestjs/core": "7.0.9", "@nestjs/graphql": "7.3.4", diff --git a/examples/nest-graphql-typeorm-multidb/CHANGELOG.md b/examples/nest-graphql-typeorm-multidb/CHANGELOG.md index 988222ef1..61111b917 100644 --- a/examples/nest-graphql-typeorm-multidb/CHANGELOG.md +++ b/examples/nest-graphql-typeorm-multidb/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.8.9](https://github.com/doug-martin/nestjs-query/compare/v0.8.8...v0.8.9) (2020-04-24) + +**Note:** Version bump only for package nest-graphql-typeorm-multidb + + + + + ## [0.8.8](https://github.com/doug-martin/nestjs-query/compare/v0.8.7...v0.8.8) (2020-04-23) **Note:** Version bump only for package nest-graphql-typeorm-multidb diff --git a/examples/nest-graphql-typeorm-multidb/package.json b/examples/nest-graphql-typeorm-multidb/package.json index 8228bab54..499cde248 100644 --- a/examples/nest-graphql-typeorm-multidb/package.json +++ b/examples/nest-graphql-typeorm-multidb/package.json @@ -1,6 +1,6 @@ { "name": "nest-graphql-typeorm-multidb", - "version": "0.8.8", + "version": "0.8.9", "description": "", "author": "", "private": true, @@ -16,9 +16,9 @@ "schema:sync": "typeorm schema:sync" }, "dependencies": { - "@nestjs-query/core": "0.8.7", - "@nestjs-query/query-graphql": "0.8.8", - "@nestjs-query/query-typeorm": "0.8.7", + "@nestjs-query/core": "0.8.9", + "@nestjs-query/query-graphql": "0.8.9", + "@nestjs-query/query-typeorm": "0.8.9", "@nestjs/common": "7.0.9", "@nestjs/core": "7.0.9", "@nestjs/graphql": "7.3.4", diff --git a/examples/nest-graphql-typeorm/CHANGELOG.md b/examples/nest-graphql-typeorm/CHANGELOG.md index 758918b49..d473d50a2 100644 --- a/examples/nest-graphql-typeorm/CHANGELOG.md +++ b/examples/nest-graphql-typeorm/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.8.9](https://github.com/doug-martin/nestjs-query/compare/v0.8.8...v0.8.9) (2020-04-24) + +**Note:** Version bump only for package nest-graphql-typeorm + + + + + ## [0.8.8](https://github.com/doug-martin/nestjs-query/compare/v0.8.7...v0.8.8) (2020-04-23) **Note:** Version bump only for package nest-graphql-typeorm diff --git a/examples/nest-graphql-typeorm/package.json b/examples/nest-graphql-typeorm/package.json index d2e49c71a..ba6447b26 100644 --- a/examples/nest-graphql-typeorm/package.json +++ b/examples/nest-graphql-typeorm/package.json @@ -1,6 +1,6 @@ { "name": "nest-graphql-typeorm", - "version": "0.8.8", + "version": "0.8.9", "description": "", "author": "", "private": true, @@ -17,9 +17,9 @@ "seed": "ts-node ../../node_modules/typeorm-seeding/dist/cli.js -n /ormconfig.json seed" }, "dependencies": { - "@nestjs-query/core": "0.8.7", - "@nestjs-query/query-graphql": "0.8.8", - "@nestjs-query/query-typeorm": "0.8.7", + "@nestjs-query/core": "0.8.9", + "@nestjs-query/query-graphql": "0.8.9", + "@nestjs-query/query-typeorm": "0.8.9", "@nestjs/common": "7.0.9", "@nestjs/core": "7.0.9", "@nestjs/graphql": "7.3.4", diff --git a/lerna.json b/lerna.json index d48c70bcd..c3211669f 100644 --- a/lerna.json +++ b/lerna.json @@ -17,5 +17,5 @@ "hoist": true } }, - "version": "0.8.8" + "version": "0.8.9" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 22ffd8c7f..72a397237 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.8.9](https://github.com/doug-martin/nestjs-query/compare/v0.8.8...v0.8.9) (2020-04-24) + +**Note:** Version bump only for package @nestjs-query/core + + + + + ## [0.8.7](https://github.com/doug-martin/nestjs-query/compare/v0.8.6...v0.8.7) (2020-04-23) **Note:** Version bump only for package @nestjs-query/core diff --git a/packages/core/package.json b/packages/core/package.json index e4d4ef156..7f6645e5a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-query/core", - "version": "0.8.7", + "version": "0.8.9", "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 b8ba2a02c..d0dbce57b 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.8.9](https://github.com/doug-martin/nestjs-query/compare/v0.8.8...v0.8.9) (2020-04-24) + +**Note:** Version bump only for package @nestjs-query/query-graphql + + + + + ## [0.8.8](https://github.com/doug-martin/nestjs-query/compare/v0.8.7...v0.8.8) (2020-04-23) **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 12e0ec6f1..8e88910e7 100644 --- a/packages/query-graphql/package.json +++ b/packages/query-graphql/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-query/query-graphql", - "version": "0.8.8", + "version": "0.8.9", "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.8.7", + "@nestjs-query/core": "0.8.9", "lodash.omit": "4.5.0", "lower-case-first": "2.0.1", "pluralize": "8.0.0", diff --git a/packages/query-typeorm/CHANGELOG.md b/packages/query-typeorm/CHANGELOG.md index b67c6449e..430ecb829 100644 --- a/packages/query-typeorm/CHANGELOG.md +++ b/packages/query-typeorm/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.8.9](https://github.com/doug-martin/nestjs-query/compare/v0.8.8...v0.8.9) (2020-04-24) + +**Note:** Version bump only for package @nestjs-query/query-typeorm + + + + + ## [0.8.7](https://github.com/doug-martin/nestjs-query/compare/v0.8.6...v0.8.7) (2020-04-23) **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 e64e7ca4f..facdbe372 100644 --- a/packages/query-typeorm/package.json +++ b/packages/query-typeorm/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-query/query-typeorm", - "version": "0.8.7", + "version": "0.8.9", "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.8.7" + "@nestjs-query/core": "0.8.9" }, "peerDependencies": { "@nestjs/common": "7.0.9",