Skip to content

Commit

Permalink
chore(release): publish v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed Jul 7, 2020
1 parent 0e6d484 commit c76e364
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
8 changes: 8 additions & 0 deletions examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
6 changes: 3 additions & 3 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-query-examples",
"version": "0.16.0",
"version": "0.16.1",
"description": "",
"author": "",
"private": true,
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"hoist": true
}
},
"version": "0.16.0"
"version": "0.16.1"
}
8 changes: 8 additions & 0 deletions packages/query-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/query-graphql/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
Expand Down
11 changes: 11 additions & 0 deletions packages/query-typeorm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/query-typeorm/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
Expand Down

0 comments on commit c76e364

Please sign in to comment.