Skip to content

Commit

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

# [0.15.0](https://github.com/doug-martin/nestjs-query/compare/v0.14.3...v0.15.0) (2020-06-23)


### Features

* **graphql,connection:** Add totalCount to connections ([ed1e84a](https://github.com/doug-martin/nestjs-query/commit/ed1e84a2feb6f89c3b270fcbc1d0eaf6aec5e575))





## [0.14.3](https://github.com/doug-martin/nestjs-query/compare/v0.14.2...v0.14.3) (2020-06-20)


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

# [0.15.0](https://github.com/doug-martin/nestjs-query/compare/v0.14.3...v0.15.0) (2020-06-23)

**Note:** Version bump only for package nest-graphql-gateway





## [0.14.3](https://github.com/doug-martin/nestjs-query/compare/v0.14.2...v0.14.3) (2020-06-20)


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.14.3",
"version": "0.15.0",
"description": "",
"author": "",
"private": true,
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.15.0](https://github.com/doug-martin/nestjs-query/compare/v0.14.3...v0.15.0) (2020-06-23)

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





## [0.14.3](https://github.com/doug-martin/nestjs-query/compare/v0.14.2...v0.14.3) (2020-06-20)


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.14.3",
"version": "0.15.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -18,9 +18,9 @@
},
"dependencies": {
"@apollo/federation": "0.16.9",
"@nestjs-query/core": "0.14.0",
"@nestjs-query/query-graphql": "0.14.3",
"@nestjs-query/query-typeorm": "0.14.2",
"@nestjs-query/core": "0.15.0",
"@nestjs-query/query-graphql": "0.15.0",
"@nestjs-query/query-typeorm": "0.15.0",
"@nestjs/common": "7.2.0",
"@nestjs/core": "7.2.0",
"@nestjs/graphql": "7.4.1",
Expand Down
8 changes: 8 additions & 0 deletions examples/federation/tag-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.15.0](https://github.com/doug-martin/nestjs-query/compare/v0.14.3...v0.15.0) (2020-06-23)

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





## [0.14.3](https://github.com/doug-martin/nestjs-query/compare/v0.14.2...v0.14.3) (2020-06-20)


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.14.3",
"version": "0.15.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -18,9 +18,9 @@
},
"dependencies": {
"@apollo/federation": "0.16.9",
"@nestjs-query/core": "0.14.0",
"@nestjs-query/query-graphql": "0.14.3",
"@nestjs-query/query-typeorm": "0.14.2",
"@nestjs-query/core": "0.15.0",
"@nestjs-query/query-graphql": "0.15.0",
"@nestjs-query/query-typeorm": "0.15.0",
"@nestjs/common": "7.2.0",
"@nestjs/core": "7.2.0",
"@nestjs/graphql": "7.4.1",
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.15.0](https://github.com/doug-martin/nestjs-query/compare/v0.14.3...v0.15.0) (2020-06-23)

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





## [0.14.3](https://github.com/doug-martin/nestjs-query/compare/v0.14.2...v0.14.3) (2020-06-20)


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.14.3",
"version": "0.15.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -18,9 +18,9 @@
},
"dependencies": {
"@apollo/federation": "0.16.9",
"@nestjs-query/core": "0.14.0",
"@nestjs-query/query-graphql": "0.14.3",
"@nestjs-query/query-typeorm": "0.14.2",
"@nestjs-query/core": "0.15.0",
"@nestjs-query/query-graphql": "0.15.0",
"@nestjs-query/query-typeorm": "0.15.0",
"@nestjs/common": "7.2.0",
"@nestjs/core": "7.2.0",
"@nestjs/graphql": "7.4.1",
Expand Down
8 changes: 8 additions & 0 deletions examples/nest-graphql-basic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.15.0](https://github.com/doug-martin/nestjs-query/compare/v0.14.3...v0.15.0) (2020-06-23)

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





## [0.14.3](https://github.com/doug-martin/nestjs-query/compare/v0.14.2...v0.14.3) (2020-06-20)

**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.14.3",
"version": "0.15.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.14.0",
"@nestjs-query/query-graphql": "0.14.3",
"@nestjs-query/query-typeorm": "0.14.2",
"@nestjs-query/core": "0.15.0",
"@nestjs-query/query-graphql": "0.15.0",
"@nestjs-query/query-typeorm": "0.15.0",
"@nestjs/common": "7.2.0",
"@nestjs/core": "7.2.0",
"@nestjs/graphql": "7.4.1",
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.15.0](https://github.com/doug-martin/nestjs-query/compare/v0.14.3...v0.15.0) (2020-06-23)

**Note:** Version bump only for package nest-graphql-offset-paging





## [0.14.3](https://github.com/doug-martin/nestjs-query/compare/v0.14.2...v0.14.3) (2020-06-20)

**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.14.3",
"version": "0.15.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.14.0",
"@nestjs-query/query-graphql": "0.14.3",
"@nestjs-query/query-typeorm": "0.14.2",
"@nestjs-query/core": "0.15.0",
"@nestjs-query/query-graphql": "0.15.0",
"@nestjs-query/query-typeorm": "0.15.0",
"@nestjs/common": "7.2.0",
"@nestjs/core": "7.2.0",
"@nestjs/graphql": "7.4.1",
Expand Down
11 changes: 11 additions & 0 deletions examples/nest-graphql-sequelize/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.15.0](https://github.com/doug-martin/nestjs-query/compare/v0.14.3...v0.15.0) (2020-06-23)


### Features

* **graphql,connection:** Add totalCount to connections ([ed1e84a](https://github.com/doug-martin/nestjs-query/commit/ed1e84a2feb6f89c3b270fcbc1d0eaf6aec5e575))





## [0.14.3](https://github.com/doug-martin/nestjs-query/compare/v0.14.2...v0.14.3) (2020-06-20)

**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.14.3",
"version": "0.15.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -14,9 +14,9 @@
"start:prod": "node dist/main"
},
"dependencies": {
"@nestjs-query/core": "0.14.0",
"@nestjs-query/query-graphql": "0.14.3",
"@nestjs-query/query-sequelize": "0.14.0",
"@nestjs-query/core": "0.15.0",
"@nestjs-query/query-graphql": "0.15.0",
"@nestjs-query/query-sequelize": "0.15.0",
"@nestjs/common": "7.2.0",
"@nestjs/core": "7.2.0",
"@nestjs/graphql": "7.4.1",
Expand Down
8 changes: 8 additions & 0 deletions examples/nest-graphql-subscriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.15.0](https://github.com/doug-martin/nestjs-query/compare/v0.14.3...v0.15.0) (2020-06-23)

**Note:** Version bump only for package nest-graphql-subscription





## [0.14.3](https://github.com/doug-martin/nestjs-query/compare/v0.14.2...v0.14.3) (2020-06-20)

**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.14.3",
"version": "0.15.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.14.0",
"@nestjs-query/query-graphql": "0.14.3",
"@nestjs-query/query-typeorm": "0.14.2",
"@nestjs-query/core": "0.15.0",
"@nestjs-query/query-graphql": "0.15.0",
"@nestjs-query/query-typeorm": "0.15.0",
"@nestjs/common": "7.2.0",
"@nestjs/core": "7.2.0",
"@nestjs/graphql": "7.4.1",
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.15.0](https://github.com/doug-martin/nestjs-query/compare/v0.14.3...v0.15.0) (2020-06-23)

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





## [0.14.3](https://github.com/doug-martin/nestjs-query/compare/v0.14.2...v0.14.3) (2020-06-20)

**Note:** Version bump only for package nest-graphql-typeorm-multidb
Expand Down
8 changes: 4 additions & 4 deletions examples/nest-graphql-typeorm-multidb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nest-graphql-typeorm-multidb",
"version": "0.14.3",
"version": "0.15.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -16,9 +16,9 @@
"schema:sync": "typeorm schema:sync"
},
"dependencies": {
"@nestjs-query/core": "0.14.0",
"@nestjs-query/query-graphql": "0.14.3",
"@nestjs-query/query-typeorm": "0.14.2",
"@nestjs-query/core": "0.15.0",
"@nestjs-query/query-graphql": "0.15.0",
"@nestjs-query/query-typeorm": "0.15.0",
"@nestjs/common": "7.2.0",
"@nestjs/core": "7.2.0",
"@nestjs/graphql": "7.4.1",
Expand Down
8 changes: 8 additions & 0 deletions examples/nest-graphql-typeorm-soft-delete/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.15.0](https://github.com/doug-martin/nestjs-query/compare/v0.14.3...v0.15.0) (2020-06-23)

**Note:** Version bump only for package nest-graphql-typeorm-soft-delete





## [0.14.3](https://github.com/doug-martin/nestjs-query/compare/v0.14.2...v0.14.3) (2020-06-20)

**Note:** Version bump only for package nest-graphql-typeorm-soft-delete
Expand Down
8 changes: 4 additions & 4 deletions examples/nest-graphql-typeorm-soft-delete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nest-graphql-typeorm-soft-delete",
"version": "0.14.3",
"version": "0.15.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.14.0",
"@nestjs-query/query-graphql": "0.14.3",
"@nestjs-query/query-typeorm": "0.14.2",
"@nestjs-query/core": "0.15.0",
"@nestjs-query/query-graphql": "0.15.0",
"@nestjs-query/query-typeorm": "0.15.0",
"@nestjs/common": "7.2.0",
"@nestjs/core": "7.2.0",
"@nestjs/graphql": "7.4.1",
Expand Down
11 changes: 11 additions & 0 deletions examples/nest-graphql-typeorm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.15.0](https://github.com/doug-martin/nestjs-query/compare/v0.14.3...v0.15.0) (2020-06-23)


### Features

* **graphql,connection:** Add totalCount to connections ([ed1e84a](https://github.com/doug-martin/nestjs-query/commit/ed1e84a2feb6f89c3b270fcbc1d0eaf6aec5e575))





## [0.14.3](https://github.com/doug-martin/nestjs-query/compare/v0.14.2...v0.14.3) (2020-06-20)

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

0 comments on commit 3b7a944

Please sign in to comment.