Skip to content

Commit

Permalink
chore(release): publish v0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed Oct 23, 2020
1 parent 71e1e26 commit 630547b
Show file tree
Hide file tree
Showing 14 changed files with 93 additions and 16 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.21.2](https://github.com/doug-martin/nestjs-query/compare/v0.21.1...v0.21.2) (2020-10-23)


### Bug Fixes

* **deps:** update dependency @docusaurus/preset-classic to v2.0.0-alpha.66 ([0f323ec](https://github.com/doug-martin/nestjs-query/commit/0f323ec6085465437fd83d437a0d9ba2bdbc3526))
* **deps:** update dependency graphql-tools to v6.2.5 ([4b491b2](https://github.com/doug-martin/nestjs-query/commit/4b491b226dc5e85bbc4c446556fe66dc622905c0))
* dataloader cacheKeyFn bigint problem ([92171dc](https://github.com/doug-martin/nestjs-query/commit/92171dcc76563c563e2586809aec6f12f00aadfa))
* **codeql:** Use language auto-detect ([63e4632](https://github.com/doug-martin/nestjs-query/commit/63e463266238042a797a1322ec6c21bffae9c098))
* **deps:** update dependency @docusaurus/core to v2.0.0-alpha.66 ([5546a6c](https://github.com/doug-martin/nestjs-query/commit/5546a6cf288b55d3600b41b5008e558e71f139c7))


### Features

* **core:** added two new filter helpers ([031012e](https://github.com/doug-martin/nestjs-query/commit/031012e96bf99e1eb08c155059fd5106b38e9faf))





## [0.21.1](https://github.com/doug-martin/nestjs-query/compare/v0.21.0...v0.21.1) (2020-10-18)


Expand Down
11 changes: 11 additions & 0 deletions examples/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.21.2](https://github.com/doug-martin/nestjs-query/compare/v0.21.1...v0.21.2) (2020-10-23)


### Bug Fixes

* **deps:** update dependency graphql-tools to v6.2.5 ([4b491b2](https://github.com/doug-martin/nestjs-query/commit/4b491b226dc5e85bbc4c446556fe66dc622905c0))





## [0.21.1](https://github.com/doug-martin/nestjs-query/compare/v0.21.0...v0.21.1) (2020-10-18)

**Note:** Version bump only for package nestjs-query-examples
Expand Down
12 changes: 6 additions & 6 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-query-examples",
"version": "0.21.1",
"version": "0.21.2",
"description": "",
"author": "",
"private": true,
Expand All @@ -12,11 +12,11 @@
"start": "nest start --watch"
},
"dependencies": {
"@nestjs-query/core": "0.21.0",
"@nestjs-query/query-graphql": "0.21.1",
"@nestjs-query/query-mongoose": "0.21.1",
"@nestjs-query/query-sequelize": "0.21.0",
"@nestjs-query/query-typeorm": "0.21.1",
"@nestjs-query/core": "0.21.2",
"@nestjs-query/query-graphql": "0.21.2",
"@nestjs-query/query-mongoose": "0.21.2",
"@nestjs-query/query-sequelize": "0.21.2",
"@nestjs-query/query-typeorm": "0.21.2",
"@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.21.1"
"version": "0.21.2"
}
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.21.2](https://github.com/doug-martin/nestjs-query/compare/v0.21.1...v0.21.2) (2020-10-23)


### Features

* **core:** added two new filter helpers ([031012e](https://github.com/doug-martin/nestjs-query/commit/031012e96bf99e1eb08c155059fd5106b38e9faf))





# [0.21.0](https://github.com/doug-martin/nestjs-query/compare/v0.20.2...v0.21.0) (2020-10-16)


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.21.0",
"version": "0.21.2",
"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.21.2](https://github.com/doug-martin/nestjs-query/compare/v0.21.1...v0.21.2) (2020-10-23)


### Bug Fixes

* dataloader cacheKeyFn bigint problem ([92171dc](https://github.com/doug-martin/nestjs-query/commit/92171dcc76563c563e2586809aec6f12f00aadfa))





## [0.21.1](https://github.com/doug-martin/nestjs-query/compare/v0.21.0...v0.21.1) (2020-10-18)


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.21.1",
"version": "0.21.2",
"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.21.0",
"@nestjs-query/core": "0.21.2",
"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-mongoose/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.21.2](https://github.com/doug-martin/nestjs-query/compare/v0.21.1...v0.21.2) (2020-10-23)

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





## [0.21.1](https://github.com/doug-martin/nestjs-query/compare/v0.21.0...v0.21.1) (2020-10-18)

**Note:** Version bump only for package @nestjs-query/query-mongoose
Expand Down
4 changes: 2 additions & 2 deletions packages/query-mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-query/query-mongoose",
"version": "0.21.1",
"version": "0.21.2",
"description": "Mongoose 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.21.0",
"@nestjs-query/core": "0.21.2",
"lodash.escaperegexp": "^4.1.2",
"lodash.merge": "^4.6.2"
},
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.21.2](https://github.com/doug-martin/nestjs-query/compare/v0.21.1...v0.21.2) (2020-10-23)

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





# [0.21.0](https://github.com/doug-martin/nestjs-query/compare/v0.20.2...v0.21.0) (2020-10-16)


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.21.0",
"version": "0.21.2",
"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.21.0",
"@nestjs-query/core": "0.21.2",
"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.21.2](https://github.com/doug-martin/nestjs-query/compare/v0.21.1...v0.21.2) (2020-10-23)

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





## [0.21.1](https://github.com/doug-martin/nestjs-query/compare/v0.21.0...v0.21.1) (2020-10-18)


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.21.1",
"version": "0.21.2",
"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.21.0",
"@nestjs-query/core": "0.21.2",
"lodash.filter": "^4.6.0",
"lodash.omit": "^4.5.0",
"uuid": "8.3.1"
Expand Down

0 comments on commit 630547b

Please sign in to comment.