Skip to content

Commit

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

# [0.27.0](https://github.com/doug-martin/nestjs-query/compare/v0.26.0...v0.27.0) (2021-05-12)


### Bug Fixes

* **deps:** update dependency apollo-server-express to v2.23.0 ([29b4b6c](https://github.com/doug-martin/nestjs-query/commit/29b4b6cb261a21ff66ba93feaf901c2232255fb9))
* **deps:** update dependency apollo-server-express to v2.24.0 ([174fd38](https://github.com/doug-martin/nestjs-query/commit/174fd3843cacabf4e460bc9d0f2424095a61b1aa))
* **deps:** update dependency apollo-server-plugin-base to v0.12.0 ([7265251](https://github.com/doug-martin/nestjs-query/commit/7265251f7fac7c3b69fc9b7adbd5f1f13f621ee1))
* **deps:** update dependency classnames to v2.3.1 ([a94dded](https://github.com/doug-martin/nestjs-query/commit/a94ddedce5ac0cd0befd0fca9e7023a3c1642a50))
* **deps:** update dependency graphql-query-complexity to v0.8.1 ([a8b4764](https://github.com/doug-martin/nestjs-query/commit/a8b4764190e5df7c15704fe8319c7ccc691a42bf))
* **deps:** update dependency graphql-tools to v7.0.5 ([1afde63](https://github.com/doug-martin/nestjs-query/commit/1afde6338f8db83f568856a79015fb04fdc19fc4))
* **deps:** update dependency pg to v8.6.0 ([1b51a6b](https://github.com/doug-martin/nestjs-query/commit/1b51a6bbd7bbbf289ab5d779048c7994fb41a60b))
* **deps:** update dependency rxjs to v7 ([5c54794](https://github.com/doug-martin/nestjs-query/commit/5c5479433838de97bfdb519c111b56531a8b91aa))
* **deps:** update dependency rxjs to v7.0.1 ([c9ce5a6](https://github.com/doug-martin/nestjs-query/commit/c9ce5a64a04c95eb0d18edbdac5acbc213999aec))
* Update examples to use new generated input type names ([f987dcd](https://github.com/doug-martin/nestjs-query/commit/f987dcd1192d71df038cdf1d7259ea2f0861f428))


### Features

* **graphql,#1058:** Allow declaration of custom ID scalar type ([fb2ed7a](https://github.com/doug-martin/nestjs-query/commit/fb2ed7aca59d66fa8827522cf81b6e31e77161d3)), closes [#1058](https://github.com/doug-martin/nestjs-query/issues/1058)





# [0.26.0](https://github.com/doug-martin/nestjs-query/compare/v0.25.1...v0.26.0) (2021-04-13)


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


### Bug Fixes

* **deps:** update dependency apollo-server-express to v2.23.0 ([29b4b6c](https://github.com/doug-martin/nestjs-query/commit/29b4b6cb261a21ff66ba93feaf901c2232255fb9))
* **deps:** update dependency apollo-server-express to v2.24.0 ([174fd38](https://github.com/doug-martin/nestjs-query/commit/174fd3843cacabf4e460bc9d0f2424095a61b1aa))
* **deps:** update dependency apollo-server-plugin-base to v0.12.0 ([7265251](https://github.com/doug-martin/nestjs-query/commit/7265251f7fac7c3b69fc9b7adbd5f1f13f621ee1))
* **deps:** update dependency graphql-query-complexity to v0.8.1 ([a8b4764](https://github.com/doug-martin/nestjs-query/commit/a8b4764190e5df7c15704fe8319c7ccc691a42bf))
* **deps:** update dependency graphql-tools to v7.0.5 ([1afde63](https://github.com/doug-martin/nestjs-query/commit/1afde6338f8db83f568856a79015fb04fdc19fc4))
* **deps:** update dependency rxjs to v7.0.1 ([c9ce5a6](https://github.com/doug-martin/nestjs-query/commit/c9ce5a64a04c95eb0d18edbdac5acbc213999aec))
* Update examples to use new generated input type names ([f987dcd](https://github.com/doug-martin/nestjs-query/commit/f987dcd1192d71df038cdf1d7259ea2f0861f428))
* **deps:** update dependency pg to v8.6.0 ([1b51a6b](https://github.com/doug-martin/nestjs-query/commit/1b51a6bbd7bbbf289ab5d779048c7994fb41a60b))
* **deps:** update dependency rxjs to v7 ([5c54794](https://github.com/doug-martin/nestjs-query/commit/5c5479433838de97bfdb519c111b56531a8b91aa))





# [0.26.0](https://github.com/doug-martin/nestjs-query/compare/v0.25.1...v0.26.0) (2021-04-13)


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.26.0",
"version": "0.27.0",
"description": "",
"author": "",
"private": true,
Expand All @@ -12,12 +12,12 @@
"start": "nest start --watch"
},
"dependencies": {
"@nestjs-query/core": "0.26.0",
"@nestjs-query/query-graphql": "0.26.0",
"@nestjs-query/query-mongoose": "0.26.0",
"@nestjs-query/query-sequelize": "0.26.0",
"@nestjs-query/query-typegoose": "0.26.0",
"@nestjs-query/query-typeorm": "0.26.0",
"@nestjs-query/core": "0.27.0",
"@nestjs-query/query-graphql": "0.27.0",
"@nestjs-query/query-mongoose": "0.27.0",
"@nestjs-query/query-sequelize": "0.27.0",
"@nestjs-query/query-typegoose": "0.27.0",
"@nestjs-query/query-typeorm": "0.27.0",
"@nestjs/common": "7.6.15",
"@nestjs/core": "7.6.15",
"@nestjs/graphql": "7.10.6",
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.26.0"
"version": "0.27.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.27.0](https://github.com/doug-martin/nestjs-query/compare/v0.26.0...v0.27.0) (2021-05-12)


### Features

* **graphql,#1058:** Allow declaration of custom ID scalar type ([fb2ed7a](https://github.com/doug-martin/nestjs-query/commit/fb2ed7aca59d66fa8827522cf81b6e31e77161d3)), closes [#1058](https://github.com/doug-martin/nestjs-query/issues/1058)





# [0.26.0](https://github.com/doug-martin/nestjs-query/compare/v0.25.1...v0.26.0) (2021-04-13)


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.26.0",
"version": "0.27.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.27.0](https://github.com/doug-martin/nestjs-query/compare/v0.26.0...v0.27.0) (2021-05-12)


### Features

* **graphql,#1058:** Allow declaration of custom ID scalar type ([fb2ed7a](https://github.com/doug-martin/nestjs-query/commit/fb2ed7aca59d66fa8827522cf81b6e31e77161d3)), closes [#1058](https://github.com/doug-martin/nestjs-query/issues/1058)





# [0.26.0](https://github.com/doug-martin/nestjs-query/compare/v0.25.1...v0.26.0) (2021-04-13)


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.26.0",
"version": "0.27.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.26.0",
"@nestjs-query/core": "0.27.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.27.0](https://github.com/doug-martin/nestjs-query/compare/v0.26.0...v0.27.0) (2021-05-12)

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





# [0.26.0](https://github.com/doug-martin/nestjs-query/compare/v0.25.1...v0.26.0) (2021-04-13)


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.26.0",
"version": "0.27.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.26.0",
"@nestjs-query/core": "0.27.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.27.0](https://github.com/doug-martin/nestjs-query/compare/v0.26.0...v0.27.0) (2021-05-12)

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





# [0.26.0](https://github.com/doug-martin/nestjs-query/compare/v0.25.1...v0.26.0) (2021-04-13)


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.26.0",
"version": "0.27.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.26.0",
"@nestjs-query/core": "0.27.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.27.0](https://github.com/doug-martin/nestjs-query/compare/v0.26.0...v0.27.0) (2021-05-12)

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





# [0.26.0](https://github.com/doug-martin/nestjs-query/compare/v0.25.1...v0.26.0) (2021-04-13)


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.26.0",
"version": "0.27.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.26.0",
"@nestjs-query/core": "0.27.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-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.27.0](https://github.com/doug-martin/nestjs-query/compare/v0.26.0...v0.27.0) (2021-05-12)

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





# [0.26.0](https://github.com/doug-martin/nestjs-query/compare/v0.25.1...v0.26.0) (2021-04-13)


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.26.0",
"version": "0.27.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,7 +18,7 @@
"access": "public"
},
"dependencies": {
"@nestjs-query/core": "0.26.0",
"@nestjs-query/core": "0.27.0",
"camel-case": "^4.1.2",
"lodash.filter": "^4.6.0",
"lodash.omit": "^4.5.0",
Expand Down

0 comments on commit b7bb305

Please sign in to comment.