Skip to content

Commit c76e364

Browse files
committed
chore(release): publish v0.16.1
1 parent 0e6d484 commit c76e364

File tree

8 files changed

+44
-6
lines changed

8 files changed

+44
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.16.1](https://github.com/doug-martin/nestjs-query/compare/v0.16.0...v0.16.1) (2020-07-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [0.16.0](https://github.com/doug-martin/nestjs-query/compare/v0.15.1...v0.16.0) (2020-07-05)
718

819

examples/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.16.1](https://github.com/doug-martin/nestjs-query/compare/v0.16.0...v0.16.1) (2020-07-07)
7+
8+
**Note:** Version bump only for package nestjs-query-examples
9+
10+
11+
12+
13+
614
# [0.16.0](https://github.com/doug-martin/nestjs-query/compare/v0.15.1...v0.16.0) (2020-07-05)
715

816

examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-query-examples",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -13,9 +13,9 @@
1313
},
1414
"dependencies": {
1515
"@nestjs-query/core": "0.16.0",
16-
"@nestjs-query/query-graphql": "0.16.0",
16+
"@nestjs-query/query-graphql": "0.16.1",
1717
"@nestjs-query/query-sequelize": "0.16.0",
18-
"@nestjs-query/query-typeorm": "0.16.0",
18+
"@nestjs-query/query-typeorm": "0.16.1",
1919
"@nestjs/common": "7.3.1",
2020
"@nestjs/core": "7.3.1",
2121
"@nestjs/graphql": "7.5.1",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"hoist": true
1717
}
1818
},
19-
"version": "0.16.0"
19+
"version": "0.16.1"
2020
}

packages/query-graphql/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.16.1](https://github.com/doug-martin/nestjs-query/compare/v0.16.0...v0.16.1) (2020-07-07)
7+
8+
**Note:** Version bump only for package @nestjs-query/query-graphql
9+
10+
11+
12+
13+
614
# [0.16.0](https://github.com/doug-martin/nestjs-query/compare/v0.15.1...v0.16.0) (2020-07-05)
715

816

packages/query-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-query/query-graphql",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "Nestjs graphql query adapter",
55
"author": "doug-martin <doug@dougamartin.com>",
66
"homepage": "https://github.com/doug-martin/nestjs-query#readme",

packages/query-typeorm/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.16.1](https://github.com/doug-martin/nestjs-query/compare/v0.16.0...v0.16.1) (2020-07-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [0.16.0](https://github.com/doug-martin/nestjs-query/compare/v0.15.1...v0.16.0) (2020-07-05)
718

819

packages/query-typeorm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-query/query-typeorm",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "Typeorm adapter for @nestjs-query/core",
55
"author": "doug-martin <doug@dougamartin.com>",
66
"homepage": "https://github.com/doug-martin/nestjs-query#readme",

0 commit comments

Comments
 (0)