Skip to content

Commit 88946e2

Browse files
committed
chore(release): publish v0.14.0
1 parent 610b3fe commit 88946e2

File tree

32 files changed

+275
-49
lines changed

32 files changed

+275
-49
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.0](https://github.com/doug-martin/nestjs-query/compare/v0.13.2...v0.14.0) (2020-06-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @apollo/federation to v0.16.8 ([01d05c1](https://github.com/doug-martin/nestjs-query/commit/01d05c1f9739485373153acf0ecee85346ca4738))
12+
* **deps:** update dependency @docusaurus/core to v2.0.0-alpha.58 ([1060e05](https://github.com/doug-martin/nestjs-query/commit/1060e05f4f09ab66a508385de232ac2c83f91935))
13+
* **deps:** update dependency @docusaurus/preset-classic to v2.0.0-alpha.58 ([236cd18](https://github.com/doug-martin/nestjs-query/commit/236cd18f54855e3bb7f2f733f3c900de59a669df))
14+
* **deps:** update dependency apollo-server-express to v2.15.0 ([355d22b](https://github.com/doug-martin/nestjs-query/commit/355d22b2995888de4383bf3867daa3f8e982971b))
15+
* **deps:** update dependency graphql-tools to v6.0.10 ([005ee15](https://github.com/doug-martin/nestjs-query/commit/005ee15c79ed921520c07f21d54bb50859e2e7ef))
16+
17+
18+
### Features
19+
20+
* **graphql,paging:** Add NONE paging strategy ([216d926](https://github.com/doug-martin/nestjs-query/commit/216d926a11bb7f4929fe9394c04af826cd3fa52f))
21+
22+
23+
24+
25+
626
## [0.13.2](https://github.com/doug-martin/nestjs-query/compare/v0.13.1...v0.13.2) (2020-06-14)
727

828

examples/federation/graphql-gateway/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.0](https://github.com/doug-martin/nestjs-query/compare/v0.13.2...v0.14.0) (2020-06-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @apollo/federation to v0.16.8 ([01d05c1](https://github.com/doug-martin/nestjs-query/commit/01d05c1f9739485373153acf0ecee85346ca4738))
12+
* **deps:** update dependency apollo-server-express to v2.15.0 ([355d22b](https://github.com/doug-martin/nestjs-query/commit/355d22b2995888de4383bf3867daa3f8e982971b))
13+
* **deps:** update dependency graphql-tools to v6.0.10 ([005ee15](https://github.com/doug-martin/nestjs-query/commit/005ee15c79ed921520c07f21d54bb50859e2e7ef))
14+
15+
16+
17+
18+
619
# [0.13.0](https://github.com/doug-martin/nestjs-query/compare/v0.12.0...v0.13.0) (2020-06-12)
720

821

examples/federation/graphql-gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nest-graphql-gateway",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "",
55
"author": "",
66
"private": true,

examples/federation/sub-task-graphql/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.0](https://github.com/doug-martin/nestjs-query/compare/v0.13.2...v0.14.0) (2020-06-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @apollo/federation to v0.16.8 ([01d05c1](https://github.com/doug-martin/nestjs-query/commit/01d05c1f9739485373153acf0ecee85346ca4738))
12+
* **deps:** update dependency apollo-server-express to v2.15.0 ([355d22b](https://github.com/doug-martin/nestjs-query/commit/355d22b2995888de4383bf3867daa3f8e982971b))
13+
* **deps:** update dependency graphql-tools to v6.0.10 ([005ee15](https://github.com/doug-martin/nestjs-query/commit/005ee15c79ed921520c07f21d54bb50859e2e7ef))
14+
15+
16+
### Features
17+
18+
* **graphql,paging:** Add NONE paging strategy ([216d926](https://github.com/doug-martin/nestjs-query/commit/216d926a11bb7f4929fe9394c04af826cd3fa52f))
19+
20+
21+
22+
23+
624
## [0.13.2](https://github.com/doug-martin/nestjs-query/compare/v0.13.1...v0.13.2) (2020-06-14)
725

826
**Note:** Version bump only for package sub-task-graphql

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-task-graphql",
3-
"version": "0.13.2",
3+
"version": "0.14.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -18,9 +18,9 @@
1818
},
1919
"dependencies": {
2020
"@apollo/federation": "0.16.8",
21-
"@nestjs-query/core": "0.13.0",
22-
"@nestjs-query/query-graphql": "0.13.2",
23-
"@nestjs-query/query-typeorm": "0.13.0",
21+
"@nestjs-query/core": "0.14.0",
22+
"@nestjs-query/query-graphql": "0.14.0",
23+
"@nestjs-query/query-typeorm": "0.14.0",
2424
"@nestjs/common": "7.2.0",
2525
"@nestjs/core": "7.2.0",
2626
"@nestjs/graphql": "7.4.1",

examples/federation/tag-graphql/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.0](https://github.com/doug-martin/nestjs-query/compare/v0.13.2...v0.14.0) (2020-06-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @apollo/federation to v0.16.8 ([01d05c1](https://github.com/doug-martin/nestjs-query/commit/01d05c1f9739485373153acf0ecee85346ca4738))
12+
* **deps:** update dependency apollo-server-express to v2.15.0 ([355d22b](https://github.com/doug-martin/nestjs-query/commit/355d22b2995888de4383bf3867daa3f8e982971b))
13+
* **deps:** update dependency graphql-tools to v6.0.10 ([005ee15](https://github.com/doug-martin/nestjs-query/commit/005ee15c79ed921520c07f21d54bb50859e2e7ef))
14+
15+
16+
### Features
17+
18+
* **graphql,paging:** Add NONE paging strategy ([216d926](https://github.com/doug-martin/nestjs-query/commit/216d926a11bb7f4929fe9394c04af826cd3fa52f))
19+
20+
21+
22+
23+
624
## [0.13.2](https://github.com/doug-martin/nestjs-query/compare/v0.13.1...v0.13.2) (2020-06-14)
725

826
**Note:** Version bump only for package tag-graphql

examples/federation/tag-graphql/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tag-graphql",
3-
"version": "0.13.2",
3+
"version": "0.14.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -18,9 +18,9 @@
1818
},
1919
"dependencies": {
2020
"@apollo/federation": "0.16.8",
21-
"@nestjs-query/core": "0.13.0",
22-
"@nestjs-query/query-graphql": "0.13.2",
23-
"@nestjs-query/query-typeorm": "0.13.0",
21+
"@nestjs-query/core": "0.14.0",
22+
"@nestjs-query/query-graphql": "0.14.0",
23+
"@nestjs-query/query-typeorm": "0.14.0",
2424
"@nestjs/common": "7.2.0",
2525
"@nestjs/core": "7.2.0",
2626
"@nestjs/graphql": "7.4.1",

examples/federation/todo-item-graphql/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.0](https://github.com/doug-martin/nestjs-query/compare/v0.13.2...v0.14.0) (2020-06-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @apollo/federation to v0.16.8 ([01d05c1](https://github.com/doug-martin/nestjs-query/commit/01d05c1f9739485373153acf0ecee85346ca4738))
12+
* **deps:** update dependency apollo-server-express to v2.15.0 ([355d22b](https://github.com/doug-martin/nestjs-query/commit/355d22b2995888de4383bf3867daa3f8e982971b))
13+
* **deps:** update dependency graphql-tools to v6.0.10 ([005ee15](https://github.com/doug-martin/nestjs-query/commit/005ee15c79ed921520c07f21d54bb50859e2e7ef))
14+
15+
16+
### Features
17+
18+
* **graphql,paging:** Add NONE paging strategy ([216d926](https://github.com/doug-martin/nestjs-query/commit/216d926a11bb7f4929fe9394c04af826cd3fa52f))
19+
20+
21+
22+
23+
624
## [0.13.2](https://github.com/doug-martin/nestjs-query/compare/v0.13.1...v0.13.2) (2020-06-14)
725

826
**Note:** Version bump only for package todo-item-graphql

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "todo-item-graphql",
3-
"version": "0.13.2",
3+
"version": "0.14.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -18,9 +18,9 @@
1818
},
1919
"dependencies": {
2020
"@apollo/federation": "0.16.8",
21-
"@nestjs-query/core": "0.13.0",
22-
"@nestjs-query/query-graphql": "0.13.2",
23-
"@nestjs-query/query-typeorm": "0.13.0",
21+
"@nestjs-query/core": "0.14.0",
22+
"@nestjs-query/query-graphql": "0.14.0",
23+
"@nestjs-query/query-typeorm": "0.14.0",
2424
"@nestjs/common": "7.2.0",
2525
"@nestjs/core": "7.2.0",
2626
"@nestjs/graphql": "7.4.1",

examples/nest-graphql-basic/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.0](https://github.com/doug-martin/nestjs-query/compare/v0.13.2...v0.14.0) (2020-06-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency apollo-server-express to v2.15.0 ([355d22b](https://github.com/doug-martin/nestjs-query/commit/355d22b2995888de4383bf3867daa3f8e982971b))
12+
* **deps:** update dependency graphql-tools to v6.0.10 ([005ee15](https://github.com/doug-martin/nestjs-query/commit/005ee15c79ed921520c07f21d54bb50859e2e7ef))
13+
14+
15+
### Features
16+
17+
* **graphql,paging:** Add NONE paging strategy ([216d926](https://github.com/doug-martin/nestjs-query/commit/216d926a11bb7f4929fe9394c04af826cd3fa52f))
18+
19+
20+
21+
22+
623
## [0.13.2](https://github.com/doug-martin/nestjs-query/compare/v0.13.1...v0.13.2) (2020-06-14)
724

825
**Note:** Version bump only for package nest-graphql-basic

0 commit comments

Comments
 (0)