Skip to content

Commit

Permalink
chore(release): publish v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed Jun 18, 2020
1 parent 610b3fe commit 88946e2
Show file tree
Hide file tree
Showing 32 changed files with 275 additions and 49 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/doug-martin/nestjs-query/compare/v0.13.2...v0.14.0) (2020-06-18)


### Bug Fixes

* **deps:** update dependency @apollo/federation to v0.16.8 ([01d05c1](https://github.com/doug-martin/nestjs-query/commit/01d05c1f9739485373153acf0ecee85346ca4738))
* **deps:** update dependency @docusaurus/core to v2.0.0-alpha.58 ([1060e05](https://github.com/doug-martin/nestjs-query/commit/1060e05f4f09ab66a508385de232ac2c83f91935))
* **deps:** update dependency @docusaurus/preset-classic to v2.0.0-alpha.58 ([236cd18](https://github.com/doug-martin/nestjs-query/commit/236cd18f54855e3bb7f2f733f3c900de59a669df))
* **deps:** update dependency apollo-server-express to v2.15.0 ([355d22b](https://github.com/doug-martin/nestjs-query/commit/355d22b2995888de4383bf3867daa3f8e982971b))
* **deps:** update dependency graphql-tools to v6.0.10 ([005ee15](https://github.com/doug-martin/nestjs-query/commit/005ee15c79ed921520c07f21d54bb50859e2e7ef))


### Features

* **graphql,paging:** Add NONE paging strategy ([216d926](https://github.com/doug-martin/nestjs-query/commit/216d926a11bb7f4929fe9394c04af826cd3fa52f))





## [0.13.2](https://github.com/doug-martin/nestjs-query/compare/v0.13.1...v0.13.2) (2020-06-14)


Expand Down
13 changes: 13 additions & 0 deletions examples/federation/graphql-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/doug-martin/nestjs-query/compare/v0.13.2...v0.14.0) (2020-06-18)


### Bug Fixes

* **deps:** update dependency @apollo/federation to v0.16.8 ([01d05c1](https://github.com/doug-martin/nestjs-query/commit/01d05c1f9739485373153acf0ecee85346ca4738))
* **deps:** update dependency apollo-server-express to v2.15.0 ([355d22b](https://github.com/doug-martin/nestjs-query/commit/355d22b2995888de4383bf3867daa3f8e982971b))
* **deps:** update dependency graphql-tools to v6.0.10 ([005ee15](https://github.com/doug-martin/nestjs-query/commit/005ee15c79ed921520c07f21d54bb50859e2e7ef))





# [0.13.0](https://github.com/doug-martin/nestjs-query/compare/v0.12.0...v0.13.0) (2020-06-12)


Expand Down
2 changes: 1 addition & 1 deletion examples/federation/graphql-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nest-graphql-gateway",
"version": "0.13.0",
"version": "0.14.0",
"description": "",
"author": "",
"private": true,
Expand Down
18 changes: 18 additions & 0 deletions examples/federation/sub-task-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/doug-martin/nestjs-query/compare/v0.13.2...v0.14.0) (2020-06-18)


### Bug Fixes

* **deps:** update dependency @apollo/federation to v0.16.8 ([01d05c1](https://github.com/doug-martin/nestjs-query/commit/01d05c1f9739485373153acf0ecee85346ca4738))
* **deps:** update dependency apollo-server-express to v2.15.0 ([355d22b](https://github.com/doug-martin/nestjs-query/commit/355d22b2995888de4383bf3867daa3f8e982971b))
* **deps:** update dependency graphql-tools to v6.0.10 ([005ee15](https://github.com/doug-martin/nestjs-query/commit/005ee15c79ed921520c07f21d54bb50859e2e7ef))


### Features

* **graphql,paging:** Add NONE paging strategy ([216d926](https://github.com/doug-martin/nestjs-query/commit/216d926a11bb7f4929fe9394c04af826cd3fa52f))





## [0.13.2](https://github.com/doug-martin/nestjs-query/compare/v0.13.1...v0.13.2) (2020-06-14)

**Note:** Version bump only for package sub-task-graphql
Expand Down
8 changes: 4 additions & 4 deletions examples/federation/sub-task-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-task-graphql",
"version": "0.13.2",
"version": "0.14.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -18,9 +18,9 @@
},
"dependencies": {
"@apollo/federation": "0.16.8",
"@nestjs-query/core": "0.13.0",
"@nestjs-query/query-graphql": "0.13.2",
"@nestjs-query/query-typeorm": "0.13.0",
"@nestjs-query/core": "0.14.0",
"@nestjs-query/query-graphql": "0.14.0",
"@nestjs-query/query-typeorm": "0.14.0",
"@nestjs/common": "7.2.0",
"@nestjs/core": "7.2.0",
"@nestjs/graphql": "7.4.1",
Expand Down
18 changes: 18 additions & 0 deletions examples/federation/tag-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/doug-martin/nestjs-query/compare/v0.13.2...v0.14.0) (2020-06-18)


### Bug Fixes

* **deps:** update dependency @apollo/federation to v0.16.8 ([01d05c1](https://github.com/doug-martin/nestjs-query/commit/01d05c1f9739485373153acf0ecee85346ca4738))
* **deps:** update dependency apollo-server-express to v2.15.0 ([355d22b](https://github.com/doug-martin/nestjs-query/commit/355d22b2995888de4383bf3867daa3f8e982971b))
* **deps:** update dependency graphql-tools to v6.0.10 ([005ee15](https://github.com/doug-martin/nestjs-query/commit/005ee15c79ed921520c07f21d54bb50859e2e7ef))


### Features

* **graphql,paging:** Add NONE paging strategy ([216d926](https://github.com/doug-martin/nestjs-query/commit/216d926a11bb7f4929fe9394c04af826cd3fa52f))





## [0.13.2](https://github.com/doug-martin/nestjs-query/compare/v0.13.1...v0.13.2) (2020-06-14)

**Note:** Version bump only for package tag-graphql
Expand Down
8 changes: 4 additions & 4 deletions examples/federation/tag-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tag-graphql",
"version": "0.13.2",
"version": "0.14.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -18,9 +18,9 @@
},
"dependencies": {
"@apollo/federation": "0.16.8",
"@nestjs-query/core": "0.13.0",
"@nestjs-query/query-graphql": "0.13.2",
"@nestjs-query/query-typeorm": "0.13.0",
"@nestjs-query/core": "0.14.0",
"@nestjs-query/query-graphql": "0.14.0",
"@nestjs-query/query-typeorm": "0.14.0",
"@nestjs/common": "7.2.0",
"@nestjs/core": "7.2.0",
"@nestjs/graphql": "7.4.1",
Expand Down
18 changes: 18 additions & 0 deletions examples/federation/todo-item-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/doug-martin/nestjs-query/compare/v0.13.2...v0.14.0) (2020-06-18)


### Bug Fixes

* **deps:** update dependency @apollo/federation to v0.16.8 ([01d05c1](https://github.com/doug-martin/nestjs-query/commit/01d05c1f9739485373153acf0ecee85346ca4738))
* **deps:** update dependency apollo-server-express to v2.15.0 ([355d22b](https://github.com/doug-martin/nestjs-query/commit/355d22b2995888de4383bf3867daa3f8e982971b))
* **deps:** update dependency graphql-tools to v6.0.10 ([005ee15](https://github.com/doug-martin/nestjs-query/commit/005ee15c79ed921520c07f21d54bb50859e2e7ef))


### Features

* **graphql,paging:** Add NONE paging strategy ([216d926](https://github.com/doug-martin/nestjs-query/commit/216d926a11bb7f4929fe9394c04af826cd3fa52f))





## [0.13.2](https://github.com/doug-martin/nestjs-query/compare/v0.13.1...v0.13.2) (2020-06-14)

**Note:** Version bump only for package todo-item-graphql
Expand Down
8 changes: 4 additions & 4 deletions examples/federation/todo-item-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "todo-item-graphql",
"version": "0.13.2",
"version": "0.14.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -18,9 +18,9 @@
},
"dependencies": {
"@apollo/federation": "0.16.8",
"@nestjs-query/core": "0.13.0",
"@nestjs-query/query-graphql": "0.13.2",
"@nestjs-query/query-typeorm": "0.13.0",
"@nestjs-query/core": "0.14.0",
"@nestjs-query/query-graphql": "0.14.0",
"@nestjs-query/query-typeorm": "0.14.0",
"@nestjs/common": "7.2.0",
"@nestjs/core": "7.2.0",
"@nestjs/graphql": "7.4.1",
Expand Down
17 changes: 17 additions & 0 deletions examples/nest-graphql-basic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/doug-martin/nestjs-query/compare/v0.13.2...v0.14.0) (2020-06-18)


### Bug Fixes

* **deps:** update dependency apollo-server-express to v2.15.0 ([355d22b](https://github.com/doug-martin/nestjs-query/commit/355d22b2995888de4383bf3867daa3f8e982971b))
* **deps:** update dependency graphql-tools to v6.0.10 ([005ee15](https://github.com/doug-martin/nestjs-query/commit/005ee15c79ed921520c07f21d54bb50859e2e7ef))


### Features

* **graphql,paging:** Add NONE paging strategy ([216d926](https://github.com/doug-martin/nestjs-query/commit/216d926a11bb7f4929fe9394c04af826cd3fa52f))





## [0.13.2](https://github.com/doug-martin/nestjs-query/compare/v0.13.1...v0.13.2) (2020-06-14)

**Note:** Version bump only for package nest-graphql-basic
Expand Down
8 changes: 4 additions & 4 deletions examples/nest-graphql-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nest-graphql-basic",
"version": "0.13.2",
"version": "0.14.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -17,9 +17,9 @@
"seed": "ts-node ../../node_modules/typeorm-seeding/dist/cli.js -n /ormconfig.json seed"
},
"dependencies": {
"@nestjs-query/core": "0.13.0",
"@nestjs-query/query-graphql": "0.13.2",
"@nestjs-query/query-typeorm": "0.13.0",
"@nestjs-query/core": "0.14.0",
"@nestjs-query/query-graphql": "0.14.0",
"@nestjs-query/query-typeorm": "0.14.0",
"@nestjs/common": "7.2.0",
"@nestjs/core": "7.2.0",
"@nestjs/graphql": "7.4.1",
Expand Down
12 changes: 12 additions & 0 deletions examples/nest-graphql-offset-paging/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/doug-martin/nestjs-query/compare/v0.13.2...v0.14.0) (2020-06-18)


### Bug Fixes

* **deps:** update dependency apollo-server-express to v2.15.0 ([355d22b](https://github.com/doug-martin/nestjs-query/commit/355d22b2995888de4383bf3867daa3f8e982971b))
* **deps:** update dependency graphql-tools to v6.0.10 ([005ee15](https://github.com/doug-martin/nestjs-query/commit/005ee15c79ed921520c07f21d54bb50859e2e7ef))





## [0.13.2](https://github.com/doug-martin/nestjs-query/compare/v0.13.1...v0.13.2) (2020-06-14)

**Note:** Version bump only for package nest-graphql-offset-paging
Expand Down
8 changes: 4 additions & 4 deletions examples/nest-graphql-offset-paging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nest-graphql-offset-paging",
"version": "0.13.2",
"version": "0.14.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -17,9 +17,9 @@
"seed": "ts-node ../../node_modules/typeorm-seeding/dist/cli.js -n /ormconfig.json seed"
},
"dependencies": {
"@nestjs-query/core": "0.13.0",
"@nestjs-query/query-graphql": "0.13.2",
"@nestjs-query/query-typeorm": "0.13.0",
"@nestjs-query/core": "0.14.0",
"@nestjs-query/query-graphql": "0.14.0",
"@nestjs-query/query-typeorm": "0.14.0",
"@nestjs/common": "7.2.0",
"@nestjs/core": "7.2.0",
"@nestjs/graphql": "7.4.1",
Expand Down
17 changes: 17 additions & 0 deletions examples/nest-graphql-sequelize/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/doug-martin/nestjs-query/compare/v0.13.2...v0.14.0) (2020-06-18)


### Bug Fixes

* **deps:** update dependency apollo-server-express to v2.15.0 ([355d22b](https://github.com/doug-martin/nestjs-query/commit/355d22b2995888de4383bf3867daa3f8e982971b))
* **deps:** update dependency graphql-tools to v6.0.10 ([005ee15](https://github.com/doug-martin/nestjs-query/commit/005ee15c79ed921520c07f21d54bb50859e2e7ef))


### Features

* **graphql,paging:** Add NONE paging strategy ([216d926](https://github.com/doug-martin/nestjs-query/commit/216d926a11bb7f4929fe9394c04af826cd3fa52f))





## [0.13.2](https://github.com/doug-martin/nestjs-query/compare/v0.13.1...v0.13.2) (2020-06-14)

**Note:** Version bump only for package nest-graphql-sequelize
Expand Down
8 changes: 4 additions & 4 deletions examples/nest-graphql-sequelize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nest-graphql-sequelize",
"version": "0.13.2",
"version": "0.14.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -14,9 +14,9 @@
"start:prod": "node dist/main"
},
"dependencies": {
"@nestjs-query/core": "0.13.0",
"@nestjs-query/query-graphql": "0.13.2",
"@nestjs-query/query-sequelize": "0.13.0",
"@nestjs-query/core": "0.14.0",
"@nestjs-query/query-graphql": "0.14.0",
"@nestjs-query/query-sequelize": "0.14.0",
"@nestjs/common": "7.2.0",
"@nestjs/core": "7.2.0",
"@nestjs/graphql": "7.4.1",
Expand Down
12 changes: 12 additions & 0 deletions examples/nest-graphql-subscriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/doug-martin/nestjs-query/compare/v0.13.2...v0.14.0) (2020-06-18)


### Bug Fixes

* **deps:** update dependency apollo-server-express to v2.15.0 ([355d22b](https://github.com/doug-martin/nestjs-query/commit/355d22b2995888de4383bf3867daa3f8e982971b))
* **deps:** update dependency graphql-tools to v6.0.10 ([005ee15](https://github.com/doug-martin/nestjs-query/commit/005ee15c79ed921520c07f21d54bb50859e2e7ef))





## [0.13.2](https://github.com/doug-martin/nestjs-query/compare/v0.13.1...v0.13.2) (2020-06-14)

**Note:** Version bump only for package nest-graphql-subscription
Expand Down
8 changes: 4 additions & 4 deletions examples/nest-graphql-subscriptions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nest-graphql-subscription",
"version": "0.13.2",
"version": "0.14.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -17,9 +17,9 @@
"seed": "ts-node ../../node_modules/typeorm-seeding/dist/cli.js -n /ormconfig.json seed"
},
"dependencies": {
"@nestjs-query/core": "0.13.0",
"@nestjs-query/query-graphql": "0.13.2",
"@nestjs-query/query-typeorm": "0.13.0",
"@nestjs-query/core": "0.14.0",
"@nestjs-query/query-graphql": "0.14.0",
"@nestjs-query/query-typeorm": "0.14.0",
"@nestjs/common": "7.2.0",
"@nestjs/core": "7.2.0",
"@nestjs/graphql": "7.4.1",
Expand Down
12 changes: 12 additions & 0 deletions examples/nest-graphql-typeorm-multidb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/doug-martin/nestjs-query/compare/v0.13.2...v0.14.0) (2020-06-18)


### Bug Fixes

* **deps:** update dependency apollo-server-express to v2.15.0 ([355d22b](https://github.com/doug-martin/nestjs-query/commit/355d22b2995888de4383bf3867daa3f8e982971b))
* **deps:** update dependency graphql-tools to v6.0.10 ([005ee15](https://github.com/doug-martin/nestjs-query/commit/005ee15c79ed921520c07f21d54bb50859e2e7ef))





## [0.13.2](https://github.com/doug-martin/nestjs-query/compare/v0.13.1...v0.13.2) (2020-06-14)

**Note:** Version bump only for package nest-graphql-typeorm-multidb
Expand Down

0 comments on commit 88946e2

Please sign in to comment.