Skip to content

Commit

Permalink
chore(release): publish v0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed Jul 27, 2021
1 parent 37e1303 commit dfac67c
Show file tree
Hide file tree
Showing 16 changed files with 104 additions and 20 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.28.1](https://github.com/doug-martin/nestjs-query/compare/v0.28.0...v0.28.1) (2021-07-27)


### Bug Fixes

* **deps:** update docusaurus monorepo to v2.0.0-beta.3 ([65bafa7](https://github.com/doug-martin/nestjs-query/commit/65bafa7222044d2631d2fd91c2ed8c406e6abafa))
* **query-typegoose:** ignore undefined id field in creation dto ([#1165](https://github.com/doug-martin/nestjs-query/issues/1165)) ([db5bf44](https://github.com/doug-martin/nestjs-query/commit/db5bf447bdf0095b01791b694785ecd3fb723c0f))
* **typegoose:** allow undefined id field when updating or creating ([c2031aa](https://github.com/doug-martin/nestjs-query/commit/c2031aaf8c65fe7f2440f5b434329662c02296e4))


### Features

* **graphql,#958,#1160:** Enable authorizers on subscriptions ([d2f857f](https://github.com/doug-martin/nestjs-query/commit/d2f857f73540ee400f5dcc79cbb25dfba81c2963)), closes [#958](https://github.com/doug-martin/nestjs-query/issues/958) [#1160](https://github.com/doug-martin/nestjs-query/issues/1160)





# [0.28.0](https://github.com/doug-martin/nestjs-query/compare/v0.27.0...v0.28.0) (2021-07-19)


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.28.1](https://github.com/doug-martin/nestjs-query/compare/v0.28.0...v0.28.1) (2021-07-27)


### Features

* **graphql,#958,#1160:** Enable authorizers on subscriptions ([d2f857f](https://github.com/doug-martin/nestjs-query/commit/d2f857f73540ee400f5dcc79cbb25dfba81c2963)), closes [#958](https://github.com/doug-martin/nestjs-query/issues/958) [#1160](https://github.com/doug-martin/nestjs-query/issues/1160)





# [0.28.0](https://github.com/doug-martin/nestjs-query/compare/v0.27.0...v0.28.0) (2021-07-19)


Expand Down
16 changes: 8 additions & 8 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-query-examples",
"version": "0.28.0",
"version": "0.28.1",
"description": "",
"author": "",
"private": true,
Expand All @@ -13,12 +13,12 @@
},
"dependencies": {
"@apollo/federation": "0.26.0",
"@nestjs-query/core": "0.28.0",
"@nestjs-query/query-graphql": "0.28.0",
"@nestjs-query/query-mongoose": "0.28.0",
"@nestjs-query/query-sequelize": "0.28.0",
"@nestjs-query/query-typegoose": "0.28.0",
"@nestjs-query/query-typeorm": "0.28.0",
"@nestjs-query/core": "0.28.1",
"@nestjs-query/query-graphql": "0.28.1",
"@nestjs-query/query-mongoose": "0.28.1",
"@nestjs-query/query-sequelize": "0.28.1",
"@nestjs-query/query-typegoose": "0.28.1",
"@nestjs-query/query-typeorm": "0.28.1",
"@nestjs/common": "8.0.4",
"@nestjs/core": "8.0.4",
"@nestjs/graphql": "8.0.2",
Expand All @@ -30,9 +30,9 @@
"@nestjs/typeorm": "8.0.1",
"@typegoose/typegoose": "8.0.0-beta.7",
"apollo-server-core": "2.25.2",
"apollo-server-types": "0.9.0",
"apollo-server-express": "2.25.2",
"apollo-server-plugin-base": "0.13.0",
"apollo-server-types": "0.9.0",
"class-validator": "0.13.1",
"graphql": "15.5.1",
"graphql-query-complexity": "0.8.1",
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.28.0"
"version": "0.28.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.28.1](https://github.com/doug-martin/nestjs-query/compare/v0.28.0...v0.28.1) (2021-07-27)

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





# [0.28.0](https://github.com/doug-martin/nestjs-query/compare/v0.27.0...v0.28.0) (2021-07-19)

**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.28.0",
"version": "0.28.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.28.1](https://github.com/doug-martin/nestjs-query/compare/v0.28.0...v0.28.1) (2021-07-27)


### Features

* **graphql,#958,#1160:** Enable authorizers on subscriptions ([d2f857f](https://github.com/doug-martin/nestjs-query/commit/d2f857f73540ee400f5dcc79cbb25dfba81c2963)), closes [#958](https://github.com/doug-martin/nestjs-query/issues/958) [#1160](https://github.com/doug-martin/nestjs-query/issues/1160)





# [0.28.0](https://github.com/doug-martin/nestjs-query/compare/v0.27.0...v0.28.0) (2021-07-19)


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.28.0",
"version": "0.28.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.28.0",
"@nestjs-query/core": "0.28.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-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.28.1](https://github.com/doug-martin/nestjs-query/compare/v0.28.0...v0.28.1) (2021-07-27)

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





# [0.28.0](https://github.com/doug-martin/nestjs-query/compare/v0.27.0...v0.28.0) (2021-07-19)

**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.28.0",
"version": "0.28.1",
"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.28.0",
"@nestjs-query/core": "0.28.1",
"camel-case": "^4.1.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.28.1](https://github.com/doug-martin/nestjs-query/compare/v0.28.0...v0.28.1) (2021-07-27)

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





# [0.28.0](https://github.com/doug-martin/nestjs-query/compare/v0.27.0...v0.28.0) (2021-07-19)

**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.28.0",
"version": "0.28.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.28.0",
"@nestjs-query/core": "0.28.1",
"camel-case": "^4.1.2",
"lodash.pick": "4.4.0",
"tslib": "^2.1.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/query-typegoose/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.28.1](https://github.com/doug-martin/nestjs-query/compare/v0.28.0...v0.28.1) (2021-07-27)


### Bug Fixes

* **query-typegoose:** ignore undefined id field in creation dto ([#1165](https://github.com/doug-martin/nestjs-query/issues/1165)) ([db5bf44](https://github.com/doug-martin/nestjs-query/commit/db5bf447bdf0095b01791b694785ecd3fb723c0f))
* **typegoose:** allow undefined id field when updating or creating ([c2031aa](https://github.com/doug-martin/nestjs-query/commit/c2031aaf8c65fe7f2440f5b434329662c02296e4))





# [0.28.0](https://github.com/doug-martin/nestjs-query/compare/v0.27.0...v0.28.0) (2021-07-19)

**Note:** Version bump only for package @nestjs-query/query-typegoose
Expand Down
4 changes: 2 additions & 2 deletions packages/query-typegoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-query/query-typegoose",
"version": "0.28.0",
"version": "0.28.1",
"description": "Typegoose adapter for @nestjs-query/core",
"author": "john mcinall<[email protected]>",
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
Expand All @@ -18,7 +18,7 @@
"access": "public"
},
"dependencies": {
"@nestjs-query/core": "0.28.0",
"@nestjs-query/core": "0.28.1",
"camel-case": "^4.1.2",
"lodash.escaperegexp": "^4.1.2",
"lodash.merge": "^4.6.2",
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.28.1](https://github.com/doug-martin/nestjs-query/compare/v0.28.0...v0.28.1) (2021-07-27)

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





# [0.28.0](https://github.com/doug-martin/nestjs-query/compare/v0.27.0...v0.28.0) (2021-07-19)

**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.28.0",
"version": "0.28.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.28.0",
"@nestjs-query/core": "0.28.1",
"camel-case": "^4.1.2",
"lodash.filter": "^4.6.0",
"lodash.omit": "^4.5.0",
Expand Down

0 comments on commit dfac67c

Please sign in to comment.