Skip to content

Commit ec70d69

Browse files
committed
chore(release): publish v0.17.5
1 parent 3897673 commit ec70d69

File tree

6 files changed

+37
-7
lines changed

6 files changed

+37
-7
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.17.5](https://github.com/doug-martin/nestjs-query/compare/v0.17.4...v0.17.5) (2020-07-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **graphql,aggregations:** Exclude __typename in aggregations ([3897673](https://github.com/doug-martin/nestjs-query/commit/3897673681b30425debc329ad5d5bb442b3838fe))
12+
13+
14+
15+
16+
617
## [0.17.4](https://github.com/doug-martin/nestjs-query/compare/v0.17.3...v0.17.4) (2020-07-23)
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.17.5](https://github.com/doug-martin/nestjs-query/compare/v0.17.4...v0.17.5) (2020-07-24)
7+
8+
**Note:** Version bump only for package nestjs-query-examples
9+
10+
11+
12+
13+
614
## [0.17.4](https://github.com/doug-martin/nestjs-query/compare/v0.17.3...v0.17.4) (2020-07-23)
715

816

examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-query-examples",
3-
"version": "0.17.4",
3+
"version": "0.17.5",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@nestjs-query/core": "0.17.2",
16-
"@nestjs-query/query-graphql": "0.17.4",
16+
"@nestjs-query/query-graphql": "0.17.5",
1717
"@nestjs-query/query-sequelize": "0.17.2",
1818
"@nestjs-query/query-typeorm": "0.17.2",
1919
"@nestjs/common": "7.3.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.4"
19+
"version": "0.17.5"
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.5](https://github.com/doug-martin/nestjs-query/compare/v0.17.4...v0.17.5) (2020-07-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **graphql,aggregations:** Exclude __typename in aggregations ([3897673](https://github.com/doug-martin/nestjs-query/commit/3897673681b30425debc329ad5d5bb442b3838fe))
12+
13+
14+
15+
16+
617
## [0.17.4](https://github.com/doug-martin/nestjs-query/compare/v0.17.3...v0.17.4) (2020-07-23)
718

819

packages/query-graphql/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/query-graphql",
3-
"version": "0.17.4",
3+
"version": "0.17.5",
44
"description": "Nestjs graphql query adapter",
55
"author": "doug-martin <[email protected]>",
66
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
@@ -39,11 +39,11 @@
3939
},
4040
"dependencies": {
4141
"@nestjs-query/core": "0.17.2",
42+
"graphql-fields": "^2.0.3",
4243
"lodash.omit": "^4.5.0",
4344
"lower-case-first": "^2.0.1",
4445
"pluralize": "^8.0.0",
45-
"upper-case-first": "^2.0.1",
46-
"graphql-fields": "^2.0.3"
46+
"upper-case-first": "^2.0.1"
4747
},
4848
"peerDependencies": {
4949
"@nestjs/common": "^7.0.0",
@@ -60,11 +60,11 @@
6060
"@nestjs/graphql": "7.5.5",
6161
"@nestjs/testing": "7.3.2",
6262
"@types/graphql": "14.5.0",
63+
"@types/graphql-fields": "1.3.3",
6364
"@types/graphql-relay": "0.6.0",
6465
"@types/lodash.omit": "4.5.6",
6566
"@types/node-fetch": "2.5.7",
6667
"@types/pluralize": "0.0.29",
67-
"@types/graphql-fields": "1.3.3",
6868
"class-transformer": "0.2.3",
6969
"class-validator": "0.12.2",
7070
"dataloader": "2.0.0",

0 commit comments

Comments
 (0)