Skip to content

Commit

Permalink
chore(release): publish v0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed Sep 30, 2021
1 parent 86f7fd9 commit 9af43aa
Show file tree
Hide file tree
Showing 16 changed files with 118 additions and 20 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.30.0](https://github.com/doug-martin/nestjs-query/compare/v0.29.0...v0.30.0) (2021-09-30)


### Bug Fixes

* **deps:** update apollo graphql packages ([6d40b9d](https://github.com/doug-martin/nestjs-query/commit/6d40b9d10de522d7950fca8279ee2d763c17e3a5))
* **deps:** update dependency passport to v0.5.0 ([a8a05d1](https://github.com/doug-martin/nestjs-query/commit/a8a05d1d91c0c50aa0140c8709c9ea75b1aca05f))
* **deps:** update docusaurus monorepo to v2.0.0-beta.6 ([9015c71](https://github.com/doug-martin/nestjs-query/commit/9015c7162181fcc5362baf9c26efe079d0c22476))
* **query-graphql:** Custom authorizers now behave like auth decorators ([ff92b9a](https://github.com/doug-martin/nestjs-query/commit/ff92b9ae7a0ae4fb9585bead9b778e26fbd6b95a))
* **query-graphql:** fix eslint errors ([73acbc3](https://github.com/doug-martin/nestjs-query/commit/73acbc3557d3e8cccbe7cb7e8e01dde9d4218208))
* **query-typeorm:** import jest-extended into typeorm query service ([f539b29](https://github.com/doug-martin/nestjs-query/commit/f539b29fad60c070e8736f872d547fd498eb3c4f))
* **tests:** fix jest-extended typings and eslint problems ([6af8af1](https://github.com/doug-martin/nestjs-query/commit/6af8af13a33faaa1585561e7b426b125a6368b6b))
* **typeorm:** revert uneeded change to test entity ([86f7fd9](https://github.com/doug-martin/nestjs-query/commit/86f7fd9abb101eb40af2cf66009d50cb8c173eea))


### Features

* **query-typeorm:** allow deeply nested filters ([0bd6b76](https://github.com/doug-martin/nestjs-query/commit/0bd6b76c4dbd876df7f9a991803843405d24fdb9))





# [0.29.0](https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0) (2021-09-09)


Expand Down
12 changes: 12 additions & 0 deletions examples/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.30.0](https://github.com/doug-martin/nestjs-query/compare/v0.29.0...v0.30.0) (2021-09-30)


### Bug Fixes

* **deps:** update apollo graphql packages ([6d40b9d](https://github.com/doug-martin/nestjs-query/commit/6d40b9d10de522d7950fca8279ee2d763c17e3a5))
* **deps:** update dependency passport to v0.5.0 ([a8a05d1](https://github.com/doug-martin/nestjs-query/commit/a8a05d1d91c0c50aa0140c8709c9ea75b1aca05f))





# [0.29.0](https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0) (2021-09-09)


Expand Down
14 changes: 7 additions & 7 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-query-examples",
"version": "0.29.0",
"version": "0.30.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -13,12 +13,12 @@
},
"dependencies": {
"@apollo/federation": "0.33.0",
"@nestjs-query/core": "0.29.0",
"@nestjs-query/query-graphql": "0.29.0",
"@nestjs-query/query-mongoose": "0.29.0",
"@nestjs-query/query-sequelize": "0.29.0",
"@nestjs-query/query-typegoose": "0.29.0",
"@nestjs-query/query-typeorm": "0.29.0",
"@nestjs-query/core": "0.30.0",
"@nestjs-query/query-graphql": "0.30.0",
"@nestjs-query/query-mongoose": "0.30.0",
"@nestjs-query/query-sequelize": "0.30.0",
"@nestjs-query/query-typegoose": "0.30.0",
"@nestjs-query/query-typeorm": "0.30.0",
"@nestjs/common": "8.0.9",
"@nestjs/core": "8.0.9",
"@nestjs/graphql": "9.0.5",
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.29.0"
"version": "0.30.0"
}
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.30.0](https://github.com/doug-martin/nestjs-query/compare/v0.29.0...v0.30.0) (2021-09-30)

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





# [0.29.0](https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0) (2021-09-09)

**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.29.0",
"version": "0.30.0",
"description": "Base query package",
"author": "doug-martin <[email protected]>",
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
Expand Down
13 changes: 13 additions & 0 deletions packages/query-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.30.0](https://github.com/doug-martin/nestjs-query/compare/v0.29.0...v0.30.0) (2021-09-30)


### Bug Fixes

* **deps:** update apollo graphql packages ([6d40b9d](https://github.com/doug-martin/nestjs-query/commit/6d40b9d10de522d7950fca8279ee2d763c17e3a5))
* **query-graphql:** Custom authorizers now behave like auth decorators ([ff92b9a](https://github.com/doug-martin/nestjs-query/commit/ff92b9ae7a0ae4fb9585bead9b778e26fbd6b95a))
* **query-graphql:** fix eslint errors ([73acbc3](https://github.com/doug-martin/nestjs-query/commit/73acbc3557d3e8cccbe7cb7e8e01dde9d4218208))





# [0.29.0](https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0) (2021-09-09)


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.29.0",
"version": "0.30.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.29.0",
"@nestjs-query/core": "0.30.0",
"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.30.0](https://github.com/doug-martin/nestjs-query/compare/v0.29.0...v0.30.0) (2021-09-30)

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





# [0.29.0](https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0) (2021-09-09)

**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.29.0",
"version": "0.30.0",
"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.29.0",
"@nestjs-query/core": "0.30.0",
"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.30.0](https://github.com/doug-martin/nestjs-query/compare/v0.29.0...v0.30.0) (2021-09-30)

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





# [0.29.0](https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0) (2021-09-09)

**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.29.0",
"version": "0.30.0",
"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.29.0",
"@nestjs-query/core": "0.30.0",
"camel-case": "^4.1.2",
"lodash.pick": "4.4.0",
"tslib": "^2.1.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/query-typegoose/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.30.0](https://github.com/doug-martin/nestjs-query/compare/v0.29.0...v0.30.0) (2021-09-30)

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





# [0.29.0](https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0) (2021-09-09)


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.29.0",
"version": "0.30.0",
"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.29.0",
"@nestjs-query/core": "0.30.0",
"camel-case": "^4.1.2",
"is-class": "0.0.9",
"lodash.escaperegexp": "^4.1.2",
Expand Down
18 changes: 18 additions & 0 deletions packages/query-typeorm/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.30.0](https://github.com/doug-martin/nestjs-query/compare/v0.29.0...v0.30.0) (2021-09-30)


### Bug Fixes

* **query-typeorm:** import jest-extended into typeorm query service ([f539b29](https://github.com/doug-martin/nestjs-query/commit/f539b29fad60c070e8736f872d547fd498eb3c4f))
* **tests:** fix jest-extended typings and eslint problems ([6af8af1](https://github.com/doug-martin/nestjs-query/commit/6af8af13a33faaa1585561e7b426b125a6368b6b))
* **typeorm:** revert uneeded change to test entity ([86f7fd9](https://github.com/doug-martin/nestjs-query/commit/86f7fd9abb101eb40af2cf66009d50cb8c173eea))


### Features

* **query-typeorm:** allow deeply nested filters ([0bd6b76](https://github.com/doug-martin/nestjs-query/commit/0bd6b76c4dbd876df7f9a991803843405d24fdb9))





# [0.29.0](https://github.com/doug-martin/nestjs-query/compare/v0.28.1...v0.29.0) (2021-09-09)

**Note:** Version bump only for package @nestjs-query/query-typeorm
Expand Down
6 changes: 3 additions & 3 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.29.0",
"version": "0.30.0",
"description": "Typeorm adapter for @nestjs-query/core",
"author": "doug-martin <[email protected]>",
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
Expand All @@ -18,11 +18,11 @@
"access": "public"
},
"dependencies": {
"@nestjs-query/core": "0.29.0",
"@nestjs-query/core": "0.30.0",
"camel-case": "^4.1.2",
"lodash.filter": "^4.6.0",
"lodash.omit": "^4.5.0",
"lodash.merge": "^4.6.2",
"lodash.omit": "^4.5.0",
"tslib": "^2.1.0",
"uuid": "^8.3.2"
},
Expand Down

0 comments on commit 9af43aa

Please sign in to comment.