Skip to content

Commit c016867

Browse files
committed
chore(release): publish v0.14.1
1 parent 57cbe38 commit c016867

File tree

24 files changed

+124
-22
lines changed

24 files changed

+124
-22
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.14.1](https://github.com/doug-martin/nestjs-query/compare/v0.14.0...v0.14.1) (2020-06-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **graphql:** Allow custom scalars for comparisons ([57cbe38](https://github.com/doug-martin/nestjs-query/commit/57cbe38cdd941bafab75a660803be6ae5c0afb2c))
12+
13+
14+
15+
16+
617
# [0.14.0](https://github.com/doug-martin/nestjs-query/compare/v0.13.2...v0.14.0) (2020-06-18)
718

819

examples/federation/sub-task-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.14.1](https://github.com/doug-martin/nestjs-query/compare/v0.14.0...v0.14.1) (2020-06-19)
7+
8+
**Note:** Version bump only for package sub-task-graphql
9+
10+
11+
12+
13+
614
# [0.14.0](https://github.com/doug-martin/nestjs-query/compare/v0.13.2...v0.14.0) (2020-06-18)
715

816

examples/federation/sub-task-graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-task-graphql",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@apollo/federation": "0.16.8",
2121
"@nestjs-query/core": "0.14.0",
22-
"@nestjs-query/query-graphql": "0.14.0",
22+
"@nestjs-query/query-graphql": "0.14.1",
2323
"@nestjs-query/query-typeorm": "0.14.0",
2424
"@nestjs/common": "7.2.0",
2525
"@nestjs/core": "7.2.0",

examples/federation/tag-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.14.1](https://github.com/doug-martin/nestjs-query/compare/v0.14.0...v0.14.1) (2020-06-19)
7+
8+
**Note:** Version bump only for package tag-graphql
9+
10+
11+
12+
13+
614
# [0.14.0](https://github.com/doug-martin/nestjs-query/compare/v0.13.2...v0.14.0) (2020-06-18)
715

816

examples/federation/tag-graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tag-graphql",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@apollo/federation": "0.16.8",
2121
"@nestjs-query/core": "0.14.0",
22-
"@nestjs-query/query-graphql": "0.14.0",
22+
"@nestjs-query/query-graphql": "0.14.1",
2323
"@nestjs-query/query-typeorm": "0.14.0",
2424
"@nestjs/common": "7.2.0",
2525
"@nestjs/core": "7.2.0",

examples/federation/todo-item-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.14.1](https://github.com/doug-martin/nestjs-query/compare/v0.14.0...v0.14.1) (2020-06-19)
7+
8+
**Note:** Version bump only for package todo-item-graphql
9+
10+
11+
12+
13+
614
# [0.14.0](https://github.com/doug-martin/nestjs-query/compare/v0.13.2...v0.14.0) (2020-06-18)
715

816

examples/federation/todo-item-graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "todo-item-graphql",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@apollo/federation": "0.16.8",
2121
"@nestjs-query/core": "0.14.0",
22-
"@nestjs-query/query-graphql": "0.14.0",
22+
"@nestjs-query/query-graphql": "0.14.1",
2323
"@nestjs-query/query-typeorm": "0.14.0",
2424
"@nestjs/common": "7.2.0",
2525
"@nestjs/core": "7.2.0",

examples/nest-graphql-basic/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.14.1](https://github.com/doug-martin/nestjs-query/compare/v0.14.0...v0.14.1) (2020-06-19)
7+
8+
**Note:** Version bump only for package nest-graphql-basic
9+
10+
11+
12+
13+
614
# [0.14.0](https://github.com/doug-martin/nestjs-query/compare/v0.13.2...v0.14.0) (2020-06-18)
715

816

examples/nest-graphql-basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nest-graphql-basic",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@nestjs-query/core": "0.14.0",
21-
"@nestjs-query/query-graphql": "0.14.0",
21+
"@nestjs-query/query-graphql": "0.14.1",
2222
"@nestjs-query/query-typeorm": "0.14.0",
2323
"@nestjs/common": "7.2.0",
2424
"@nestjs/core": "7.2.0",

examples/nest-graphql-offset-paging/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.14.1](https://github.com/doug-martin/nestjs-query/compare/v0.14.0...v0.14.1) (2020-06-19)
7+
8+
**Note:** Version bump only for package nest-graphql-offset-paging
9+
10+
11+
12+
13+
614
# [0.14.0](https://github.com/doug-martin/nestjs-query/compare/v0.13.2...v0.14.0) (2020-06-18)
715

816

0 commit comments

Comments
 (0)