Skip to content

Commit

Permalink
chore(release): publish v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed Apr 29, 2020
1 parent 56e1795 commit 4fa49cb
Show file tree
Hide file tree
Showing 26 changed files with 166 additions and 39 deletions.
18 changes: 18 additions & 0 deletions 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.10.0](https://github.com/doug-martin/nestjs-query/compare/v0.9.0...v0.10.0) (2020-04-29)


### Bug Fixes

* **deps:** update dependency @docusaurus/core to v2.0.0-alpha.54 ([d6b7e6c](https://github.com/doug-martin/nestjs-query/commit/d6b7e6c0b812f637fdc22e5a26e34d1c4b0dc8b3))
* **deps:** update dependency @docusaurus/preset-classic to v2.0.0-alpha.54 ([fae7683](https://github.com/doug-martin/nestjs-query/commit/fae7683fd8dc845dccf4422cbb518aa1ed954bdf))


### Features

* **sequelize:** Initial Sequelize support ([bfcf436](https://github.com/doug-martin/nestjs-query/commit/bfcf4368b96617113c0334cd78a8881e4952eb99))
* **sequelize:** More clean up of code ([a72bce5](https://github.com/doug-martin/nestjs-query/commit/a72bce583862ed1902ee81974d7b530e7caac4d1))





# [0.9.0](https://github.com/doug-martin/nestjs-query/compare/v0.8.9...v0.9.0) (2020-04-26)


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.10.0](https://github.com/doug-martin/nestjs-query/compare/v0.9.0...v0.10.0) (2020-04-29)

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





# [0.9.0](https://github.com/doug-martin/nestjs-query/compare/v0.8.9...v0.9.0) (2020-04-26)

**Note:** Version bump only for package nest-graphql-gateway
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.9.0",
"version": "0.10.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.10.0](https://github.com/doug-martin/nestjs-query/compare/v0.9.0...v0.10.0) (2020-04-29)

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





# [0.9.0](https://github.com/doug-martin/nestjs-query/compare/v0.8.9...v0.9.0) (2020-04-26)

**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.9.0",
"version": "0.10.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -18,9 +18,9 @@
},
"dependencies": {
"@apollo/federation": "0.14.1",
"@nestjs-query/core": "0.9.0",
"@nestjs-query/query-graphql": "0.9.0",
"@nestjs-query/query-typeorm": "0.9.0",
"@nestjs-query/core": "0.10.0",
"@nestjs-query/query-graphql": "0.10.0",
"@nestjs-query/query-typeorm": "0.10.0",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.4",
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.10.0](https://github.com/doug-martin/nestjs-query/compare/v0.9.0...v0.10.0) (2020-04-29)

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





# [0.9.0](https://github.com/doug-martin/nestjs-query/compare/v0.8.9...v0.9.0) (2020-04-26)

**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.9.0",
"version": "0.10.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -18,9 +18,9 @@
},
"dependencies": {
"@apollo/federation": "0.14.1",
"@nestjs-query/core": "0.9.0",
"@nestjs-query/query-graphql": "0.9.0",
"@nestjs-query/query-typeorm": "0.9.0",
"@nestjs-query/core": "0.10.0",
"@nestjs-query/query-graphql": "0.10.0",
"@nestjs-query/query-typeorm": "0.10.0",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.4",
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.10.0](https://github.com/doug-martin/nestjs-query/compare/v0.9.0...v0.10.0) (2020-04-29)

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





# [0.9.0](https://github.com/doug-martin/nestjs-query/compare/v0.8.9...v0.9.0) (2020-04-26)

**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.9.0",
"version": "0.10.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -18,9 +18,9 @@
},
"dependencies": {
"@apollo/federation": "0.14.1",
"@nestjs-query/core": "0.9.0",
"@nestjs-query/query-graphql": "0.9.0",
"@nestjs-query/query-typeorm": "0.9.0",
"@nestjs-query/core": "0.10.0",
"@nestjs-query/query-graphql": "0.10.0",
"@nestjs-query/query-typeorm": "0.10.0",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.4",
Expand Down
11 changes: 11 additions & 0 deletions examples/nest-graphql-sequelize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.10.0](https://github.com/doug-martin/nestjs-query/compare/v0.9.0...v0.10.0) (2020-04-29)


### Features

* **sequelize:** More clean up of code ([a72bce5](https://github.com/doug-martin/nestjs-query/commit/a72bce583862ed1902ee81974d7b530e7caac4d1))
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.9.0",
"version": "0.10.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -14,9 +14,9 @@
"start:prod": "node dist/main"
},
"dependencies": {
"@nestjs-query/core": "0.9.0",
"@nestjs-query/query-graphql": "0.9.0",
"@nestjs-query/query-sequelize": "0.9.0",
"@nestjs-query/core": "0.10.0",
"@nestjs-query/query-graphql": "0.10.0",
"@nestjs-query/query-sequelize": "0.10.0",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.4",
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.10.0](https://github.com/doug-martin/nestjs-query/compare/v0.9.0...v0.10.0) (2020-04-29)

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





# [0.9.0](https://github.com/doug-martin/nestjs-query/compare/v0.8.9...v0.9.0) (2020-04-26)

**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.9.0",
"version": "0.10.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -16,9 +16,9 @@
"schema:sync": "typeorm schema:sync"
},
"dependencies": {
"@nestjs-query/core": "0.9.0",
"@nestjs-query/query-graphql": "0.9.0",
"@nestjs-query/query-typeorm": "0.9.0",
"@nestjs-query/core": "0.10.0",
"@nestjs-query/query-graphql": "0.10.0",
"@nestjs-query/query-typeorm": "0.10.0",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.4",
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.10.0](https://github.com/doug-martin/nestjs-query/compare/v0.9.0...v0.10.0) (2020-04-29)

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





# [0.9.0](https://github.com/doug-martin/nestjs-query/compare/v0.8.9...v0.9.0) (2020-04-26)

**Note:** Version bump only for package nest-graphql-typeorm-soft-delete
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.9.0",
"version": "0.10.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.9.0",
"@nestjs-query/query-graphql": "0.9.0",
"@nestjs-query/query-typeorm": "0.9.0",
"@nestjs-query/core": "0.10.0",
"@nestjs-query/query-graphql": "0.10.0",
"@nestjs-query/query-typeorm": "0.10.0",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.4",
Expand Down
8 changes: 8 additions & 0 deletions examples/nest-graphql-typeorm/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.10.0](https://github.com/doug-martin/nestjs-query/compare/v0.9.0...v0.10.0) (2020-04-29)

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





# [0.9.0](https://github.com/doug-martin/nestjs-query/compare/v0.8.9...v0.9.0) (2020-04-26)

**Note:** Version bump only for package nest-graphql-typeorm
Expand Down
8 changes: 4 additions & 4 deletions examples/nest-graphql-typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nest-graphql-typeorm",
"version": "0.9.0",
"version": "0.10.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.9.0",
"@nestjs-query/query-graphql": "0.9.0",
"@nestjs-query/query-typeorm": "0.9.0",
"@nestjs-query/core": "0.10.0",
"@nestjs-query/query-graphql": "0.10.0",
"@nestjs-query/query-typeorm": "0.10.0",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.4",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"hoist": true
}
},
"version": "0.9.0"
"version": "0.10.0"
}
11 changes: 11 additions & 0 deletions packages/core/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.10.0](https://github.com/doug-martin/nestjs-query/compare/v0.9.0...v0.10.0) (2020-04-29)


### Features

* **sequelize:** Initial Sequelize support ([bfcf436](https://github.com/doug-martin/nestjs-query/commit/bfcf4368b96617113c0334cd78a8881e4952eb99))





# [0.9.0](https://github.com/doug-martin/nestjs-query/compare/v0.8.9...v0.9.0) (2020-04-26)

**Note:** Version bump only for package @nestjs-query/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-query/core",
"version": "0.9.0",
"version": "0.10.0",
"description": "Base query package",
"author": "doug-martin <[email protected]>",
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
Expand Down
11 changes: 11 additions & 0 deletions packages/query-graphql/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.10.0](https://github.com/doug-martin/nestjs-query/compare/v0.9.0...v0.10.0) (2020-04-29)


### Features

* **sequelize:** Initial Sequelize support ([bfcf436](https://github.com/doug-martin/nestjs-query/commit/bfcf4368b96617113c0334cd78a8881e4952eb99))





# [0.9.0](https://github.com/doug-martin/nestjs-query/compare/v0.8.9...v0.9.0) (2020-04-26)

**Note:** Version bump only for package @nestjs-query/query-graphql
Expand Down
4 changes: 2 additions & 2 deletions packages/query-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-query/query-graphql",
"version": "0.9.0",
"version": "0.10.0",
"description": "Nestjs graphql query adapter",
"author": "doug-martin <[email protected]>",
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
Expand Down Expand Up @@ -38,7 +38,7 @@
"url": "https://github.com/doug-martin/nestjs-query/issues"
},
"dependencies": {
"@nestjs-query/core": "0.9.0",
"@nestjs-query/core": "0.10.0",
"lodash.omit": "4.5.0",
"lower-case-first": "2.0.1",
"pluralize": "8.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/query-sequelize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.10.0](https://github.com/doug-martin/nestjs-query/compare/v0.9.0...v0.10.0) (2020-04-29)


### Features

* **sequelize:** Initial Sequelize support ([bfcf436](https://github.com/doug-martin/nestjs-query/commit/bfcf4368b96617113c0334cd78a8881e4952eb99))
* **sequelize:** More clean up of code ([a72bce5](https://github.com/doug-martin/nestjs-query/commit/a72bce583862ed1902ee81974d7b530e7caac4d1))
Loading

0 comments on commit 4fa49cb

Please sign in to comment.