Skip to content

Commit

Permalink
chore(release): publish v0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed Sep 28, 2020
1 parent 713c41c commit 31bc944
Show file tree
Hide file tree
Showing 12 changed files with 85 additions and 13 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.20.1](https://github.com/doug-martin/nestjs-query/compare/v0.20.0...v0.20.1) (2020-09-28)


### Bug Fixes

* **deps:** update dependency apollo-server-express to v2.18.0 ([ca28fda](https://github.com/doug-martin/nestjs-query/commit/ca28fdaca52d8a16da917d2584665361726f8aa1))
* **deps:** update dependency apollo-server-express to v2.18.1 ([b5f9378](https://github.com/doug-martin/nestjs-query/commit/b5f93780752aace1c70745c2750b6596715cca7a))
* **deps:** update dependency apollo-server-plugin-base to v0.10.1 ([735032a](https://github.com/doug-martin/nestjs-query/commit/735032ab70f04840a9011d604db791fb0299767a))
* **deps:** update dependency graphql-tools to v6.2.3 ([642c11f](https://github.com/doug-martin/nestjs-query/commit/642c11f8b5f720b60557def07d498132f2e55748))
* **deps:** update dependency mysql2 to v2.2.1 ([5159077](https://github.com/doug-martin/nestjs-query/commit/5159077ad56d2f5ba3ca4d1f1d8190ee83be78a5))
* **deps:** update dependency mysql2 to v2.2.2 ([f9235b2](https://github.com/doug-martin/nestjs-query/commit/f9235b249abb5155c3ebce0858173614b1415cad))
* **deps:** update dependency mysql2 to v2.2.3 ([a2a5afc](https://github.com/doug-martin/nestjs-query/commit/a2a5afc6869de5767f2712b434f1babfadaee77f))
* **deps:** update dependency mysql2 to v2.2.5 ([b66e6e6](https://github.com/doug-martin/nestjs-query/commit/b66e6e6f15cb8440b4e837b6f04523fc0d9ec340))
* **graphql:** Fix assemblers type for module passthrough ([713c41c](https://github.com/doug-martin/nestjs-query/commit/713c41cd770068f2242a380593e4a22601d6560b))





# [0.20.0](https://github.com/doug-martin/nestjs-query/compare/v0.19.4...v0.20.0) (2020-09-17)


Expand Down
18 changes: 18 additions & 0 deletions examples/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.20.1](https://github.com/doug-martin/nestjs-query/compare/v0.20.0...v0.20.1) (2020-09-28)


### Bug Fixes

* **deps:** update dependency apollo-server-express to v2.18.0 ([ca28fda](https://github.com/doug-martin/nestjs-query/commit/ca28fdaca52d8a16da917d2584665361726f8aa1))
* **deps:** update dependency apollo-server-express to v2.18.1 ([b5f9378](https://github.com/doug-martin/nestjs-query/commit/b5f93780752aace1c70745c2750b6596715cca7a))
* **deps:** update dependency apollo-server-plugin-base to v0.10.1 ([735032a](https://github.com/doug-martin/nestjs-query/commit/735032ab70f04840a9011d604db791fb0299767a))
* **deps:** update dependency graphql-tools to v6.2.3 ([642c11f](https://github.com/doug-martin/nestjs-query/commit/642c11f8b5f720b60557def07d498132f2e55748))
* **deps:** update dependency mysql2 to v2.2.1 ([5159077](https://github.com/doug-martin/nestjs-query/commit/5159077ad56d2f5ba3ca4d1f1d8190ee83be78a5))
* **deps:** update dependency mysql2 to v2.2.2 ([f9235b2](https://github.com/doug-martin/nestjs-query/commit/f9235b249abb5155c3ebce0858173614b1415cad))
* **deps:** update dependency mysql2 to v2.2.3 ([a2a5afc](https://github.com/doug-martin/nestjs-query/commit/a2a5afc6869de5767f2712b434f1babfadaee77f))
* **deps:** update dependency mysql2 to v2.2.5 ([b66e6e6](https://github.com/doug-martin/nestjs-query/commit/b66e6e6f15cb8440b4e837b6f04523fc0d9ec340))





# [0.20.0](https://github.com/doug-martin/nestjs-query/compare/v0.19.4...v0.20.0) (2020-09-17)


Expand Down
10 changes: 5 additions & 5 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-query-examples",
"version": "0.20.0",
"version": "0.20.1",
"description": "",
"author": "",
"private": true,
Expand All @@ -12,10 +12,10 @@
"start": "nest start --watch"
},
"dependencies": {
"@nestjs-query/core": "0.20.0",
"@nestjs-query/query-graphql": "0.20.0",
"@nestjs-query/query-sequelize": "0.20.0",
"@nestjs-query/query-typeorm": "0.20.0",
"@nestjs-query/core": "0.20.1",
"@nestjs-query/query-graphql": "0.20.1",
"@nestjs-query/query-sequelize": "0.20.1",
"@nestjs-query/query-typeorm": "0.20.1",
"@nestjs/common": "7.4.4",
"@nestjs/core": "7.4.4",
"@nestjs/graphql": "7.7.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"hoist": true
}
},
"version": "0.20.0"
"version": "0.20.1"
}
8 changes: 8 additions & 0 deletions packages/core/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.20.1](https://github.com/doug-martin/nestjs-query/compare/v0.20.0...v0.20.1) (2020-09-28)

**Note:** Version bump only for package @nestjs-query/core





# [0.20.0](https://github.com/doug-martin/nestjs-query/compare/v0.19.4...v0.20.0) (2020-09-17)


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.20.0",
"version": "0.20.1",
"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.20.1](https://github.com/doug-martin/nestjs-query/compare/v0.20.0...v0.20.1) (2020-09-28)


### Bug Fixes

* **graphql:** Fix assemblers type for module passthrough ([713c41c](https://github.com/doug-martin/nestjs-query/commit/713c41cd770068f2242a380593e4a22601d6560b))





# [0.20.0](https://github.com/doug-martin/nestjs-query/compare/v0.19.4...v0.20.0) (2020-09-17)


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.20.0",
"version": "0.20.1",
"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.20.0",
"@nestjs-query/core": "0.20.1",
"graphql-fields": "^2.0.3",
"lodash.omit": "^4.5.0",
"lower-case-first": "^2.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/query-sequelize/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.20.1](https://github.com/doug-martin/nestjs-query/compare/v0.20.0...v0.20.1) (2020-09-28)

**Note:** Version bump only for package @nestjs-query/query-sequelize





# [0.20.0](https://github.com/doug-martin/nestjs-query/compare/v0.19.4...v0.20.0) (2020-09-17)

**Note:** Version bump only for package @nestjs-query/query-sequelize
Expand Down
4 changes: 2 additions & 2 deletions packages/query-sequelize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-query/query-sequelize",
"version": "0.20.0",
"version": "0.20.1",
"description": "Sequelize adapter for @nestjs-query/core",
"author": "doug-martin <[email protected]>",
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
Expand All @@ -18,7 +18,7 @@
"access": "public"
},
"dependencies": {
"@nestjs-query/core": "0.20.0",
"@nestjs-query/core": "0.20.1",
"lodash.pick": "4.4.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/query-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.20.1](https://github.com/doug-martin/nestjs-query/compare/v0.20.0...v0.20.1) (2020-09-28)

**Note:** Version bump only for package @nestjs-query/query-typeorm





# [0.20.0](https://github.com/doug-martin/nestjs-query/compare/v0.19.4...v0.20.0) (2020-09-17)

**Note:** Version bump only for package @nestjs-query/query-typeorm
Expand Down
4 changes: 2 additions & 2 deletions packages/query-typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-query/query-typeorm",
"version": "0.20.0",
"version": "0.20.1",
"description": "Typeorm adapter for @nestjs-query/core",
"author": "doug-martin <[email protected]>",
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
Expand All @@ -18,7 +18,7 @@
"access": "public"
},
"dependencies": {
"@nestjs-query/core": "0.20.0",
"@nestjs-query/core": "0.20.1",
"lodash.filter": "^4.6.0",
"lodash.omit": "^4.5.0"
},
Expand Down

0 comments on commit 31bc944

Please sign in to comment.