Skip to content

Commit df450f8

Browse files
committed
chore(release): publish v0.17.1
1 parent acb7e48 commit df450f8

File tree

6 files changed

+49
-6
lines changed

6 files changed

+49
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.17.1](https://github.com/doug-martin/nestjs-query/compare/v0.17.0...v0.17.1) (2020-07-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency graphql-tools to v6.0.14 ([acb7e48](https://github.com/doug-martin/nestjs-query/commit/acb7e48a052829d847f8d406123857bf411959d8))
12+
13+
14+
### Features
15+
16+
* **complexity:** Add complexity support for relations ([aa85325](https://github.com/doug-martin/nestjs-query/commit/aa853257e693cc656d6ef00d08d547f1988f16c5))
17+
18+
19+
20+
21+
622
# [0.17.0](https://github.com/doug-martin/nestjs-query/compare/v0.16.2...v0.17.0) (2020-07-16)
723

824

examples/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.17.1](https://github.com/doug-martin/nestjs-query/compare/v0.17.0...v0.17.1) (2020-07-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency graphql-tools to v6.0.14 ([acb7e48](https://github.com/doug-martin/nestjs-query/commit/acb7e48a052829d847f8d406123857bf411959d8))
12+
13+
14+
### Features
15+
16+
* **complexity:** Add complexity support for relations ([aa85325](https://github.com/doug-martin/nestjs-query/commit/aa853257e693cc656d6ef00d08d547f1988f16c5))
17+
18+
19+
20+
21+
622
# [0.17.0](https://github.com/doug-martin/nestjs-query/compare/v0.16.2...v0.17.0) (2020-07-16)
723

824

examples/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-query-examples",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@nestjs-query/core": "0.17.0",
16-
"@nestjs-query/query-graphql": "0.17.0",
16+
"@nestjs-query/query-graphql": "0.17.1",
1717
"@nestjs-query/query-sequelize": "0.17.0",
1818
"@nestjs-query/query-typeorm": "0.17.0",
1919
"@nestjs/common": "7.3.2",
@@ -22,11 +22,11 @@
2222
"@nestjs/platform-express": "7.3.2",
2323
"@nestjs/sequelize": "0.1.0",
2424
"@nestjs/typeorm": "7.1.0",
25-
"graphql-query-complexity": "0.6.0",
26-
"apollo-server-plugin-base": "0.9.1",
2725
"apollo-server-express": "2.15.1",
26+
"apollo-server-plugin-base": "0.9.1",
2827
"class-validator": "0.12.2",
2928
"graphql": "15.3.0",
29+
"graphql-query-complexity": "0.6.0",
3030
"graphql-tools": "6.0.14",
3131
"pg": "8.3.0",
3232
"rimraf": "3.0.2",

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.17.0"
19+
"version": "0.17.1"
2020
}

packages/query-graphql/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.17.1](https://github.com/doug-martin/nestjs-query/compare/v0.17.0...v0.17.1) (2020-07-17)
7+
8+
9+
### Features
10+
11+
* **complexity:** Add complexity support for relations ([aa85325](https://github.com/doug-martin/nestjs-query/commit/aa853257e693cc656d6ef00d08d547f1988f16c5))
12+
13+
14+
15+
16+
617
# [0.17.0](https://github.com/doug-martin/nestjs-query/compare/v0.16.2...v0.17.0) (2020-07-16)
718

819

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.17.0",
3+
"version": "0.17.1",
44
"description": "Nestjs graphql query adapter",
55
"author": "doug-martin <[email protected]>",
66
"homepage": "https://github.com/doug-martin/nestjs-query#readme",

0 commit comments

Comments
 (0)