From c76e3647c3beab4224cbf4ac0d29696ae352397a Mon Sep 17 00:00:00 2001 From: doug-martin Date: Tue, 7 Jul 2020 11:38:30 -0500 Subject: [PATCH] chore(release): publish v0.16.1 --- CHANGELOG.md | 11 +++++++++++ examples/CHANGELOG.md | 8 ++++++++ examples/package.json | 6 +++--- lerna.json | 2 +- packages/query-graphql/CHANGELOG.md | 8 ++++++++ packages/query-graphql/package.json | 2 +- packages/query-typeorm/CHANGELOG.md | 11 +++++++++++ packages/query-typeorm/package.json | 2 +- 8 files changed, 44 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 655e7d621..377fa7d08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.16.1](https://github.com/doug-martin/nestjs-query/compare/v0.16.0...v0.16.1) (2020-07-07) + + +### Bug Fixes + +* **typeorm:** Fix import path in relation service [#363](https://github.com/doug-martin/nestjs-query/issues/363) ([0e6d484](https://github.com/doug-martin/nestjs-query/commit/0e6d484920960ed1966360a89af979230667b5f7)) + + + + + # [0.16.0](https://github.com/doug-martin/nestjs-query/compare/v0.15.1...v0.16.0) (2020-07-05) diff --git a/examples/CHANGELOG.md b/examples/CHANGELOG.md index c5a6f529c..8c5dc15ec 100644 --- a/examples/CHANGELOG.md +++ b/examples/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.16.1](https://github.com/doug-martin/nestjs-query/compare/v0.16.0...v0.16.1) (2020-07-07) + +**Note:** Version bump only for package nestjs-query-examples + + + + + # [0.16.0](https://github.com/doug-martin/nestjs-query/compare/v0.15.1...v0.16.0) (2020-07-05) diff --git a/examples/package.json b/examples/package.json index 8608c133a..4d00bbc64 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-query-examples", - "version": "0.16.0", + "version": "0.16.1", "description": "", "author": "", "private": true, @@ -13,9 +13,9 @@ }, "dependencies": { "@nestjs-query/core": "0.16.0", - "@nestjs-query/query-graphql": "0.16.0", + "@nestjs-query/query-graphql": "0.16.1", "@nestjs-query/query-sequelize": "0.16.0", - "@nestjs-query/query-typeorm": "0.16.0", + "@nestjs-query/query-typeorm": "0.16.1", "@nestjs/common": "7.3.1", "@nestjs/core": "7.3.1", "@nestjs/graphql": "7.5.1", diff --git a/lerna.json b/lerna.json index ebcbe59aa..9632e4bb2 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ "hoist": true } }, - "version": "0.16.0" + "version": "0.16.1" } diff --git a/packages/query-graphql/CHANGELOG.md b/packages/query-graphql/CHANGELOG.md index 5ea6749d4..f1ebc4bcf 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.16.1](https://github.com/doug-martin/nestjs-query/compare/v0.16.0...v0.16.1) (2020-07-07) + +**Note:** Version bump only for package @nestjs-query/query-graphql + + + + + # [0.16.0](https://github.com/doug-martin/nestjs-query/compare/v0.15.1...v0.16.0) (2020-07-05) diff --git a/packages/query-graphql/package.json b/packages/query-graphql/package.json index 2f26e6c0d..46e764ac5 100644 --- a/packages/query-graphql/package.json +++ b/packages/query-graphql/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-query/query-graphql", - "version": "0.16.0", + "version": "0.16.1", "description": "Nestjs graphql query adapter", "author": "doug-martin ", "homepage": "https://github.com/doug-martin/nestjs-query#readme", diff --git a/packages/query-typeorm/CHANGELOG.md b/packages/query-typeorm/CHANGELOG.md index 1651418bb..e85994a2d 100644 --- a/packages/query-typeorm/CHANGELOG.md +++ b/packages/query-typeorm/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.16.1](https://github.com/doug-martin/nestjs-query/compare/v0.16.0...v0.16.1) (2020-07-07) + + +### Bug Fixes + +* **typeorm:** Fix import path in relation service [#363](https://github.com/doug-martin/nestjs-query/issues/363) ([0e6d484](https://github.com/doug-martin/nestjs-query/commit/0e6d484920960ed1966360a89af979230667b5f7)) + + + + + # [0.16.0](https://github.com/doug-martin/nestjs-query/compare/v0.15.1...v0.16.0) (2020-07-05) diff --git a/packages/query-typeorm/package.json b/packages/query-typeorm/package.json index bdfead7b4..e80eb0274 100644 --- a/packages/query-typeorm/package.json +++ b/packages/query-typeorm/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-query/query-typeorm", - "version": "0.16.0", + "version": "0.16.1", "description": "Typeorm adapter for @nestjs-query/core", "author": "doug-martin ", "homepage": "https://github.com/doug-martin/nestjs-query#readme",