Skip to content

Commit b7bb305

Browse files
committed
chore(release): publish v0.27.0
1 parent c9ce5a6 commit b7bb305

File tree

16 files changed

+117
-19
lines changed

16 files changed

+117
-19
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.27.0](https://github.com/doug-martin/nestjs-query/compare/v0.26.0...v0.27.0) (2021-05-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency apollo-server-express to v2.23.0 ([29b4b6c](https://github.com/doug-martin/nestjs-query/commit/29b4b6cb261a21ff66ba93feaf901c2232255fb9))
12+
* **deps:** update dependency apollo-server-express to v2.24.0 ([174fd38](https://github.com/doug-martin/nestjs-query/commit/174fd3843cacabf4e460bc9d0f2424095a61b1aa))
13+
* **deps:** update dependency apollo-server-plugin-base to v0.12.0 ([7265251](https://github.com/doug-martin/nestjs-query/commit/7265251f7fac7c3b69fc9b7adbd5f1f13f621ee1))
14+
* **deps:** update dependency classnames to v2.3.1 ([a94dded](https://github.com/doug-martin/nestjs-query/commit/a94ddedce5ac0cd0befd0fca9e7023a3c1642a50))
15+
* **deps:** update dependency graphql-query-complexity to v0.8.1 ([a8b4764](https://github.com/doug-martin/nestjs-query/commit/a8b4764190e5df7c15704fe8319c7ccc691a42bf))
16+
* **deps:** update dependency graphql-tools to v7.0.5 ([1afde63](https://github.com/doug-martin/nestjs-query/commit/1afde6338f8db83f568856a79015fb04fdc19fc4))
17+
* **deps:** update dependency pg to v8.6.0 ([1b51a6b](https://github.com/doug-martin/nestjs-query/commit/1b51a6bbd7bbbf289ab5d779048c7994fb41a60b))
18+
* **deps:** update dependency rxjs to v7 ([5c54794](https://github.com/doug-martin/nestjs-query/commit/5c5479433838de97bfdb519c111b56531a8b91aa))
19+
* **deps:** update dependency rxjs to v7.0.1 ([c9ce5a6](https://github.com/doug-martin/nestjs-query/commit/c9ce5a64a04c95eb0d18edbdac5acbc213999aec))
20+
* Update examples to use new generated input type names ([f987dcd](https://github.com/doug-martin/nestjs-query/commit/f987dcd1192d71df038cdf1d7259ea2f0861f428))
21+
22+
23+
### Features
24+
25+
* **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)
26+
27+
28+
29+
30+
631
# [0.26.0](https://github.com/doug-martin/nestjs-query/compare/v0.25.1...v0.26.0) (2021-04-13)
732

833

examples/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.27.0](https://github.com/doug-martin/nestjs-query/compare/v0.26.0...v0.27.0) (2021-05-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency apollo-server-express to v2.23.0 ([29b4b6c](https://github.com/doug-martin/nestjs-query/commit/29b4b6cb261a21ff66ba93feaf901c2232255fb9))
12+
* **deps:** update dependency apollo-server-express to v2.24.0 ([174fd38](https://github.com/doug-martin/nestjs-query/commit/174fd3843cacabf4e460bc9d0f2424095a61b1aa))
13+
* **deps:** update dependency apollo-server-plugin-base to v0.12.0 ([7265251](https://github.com/doug-martin/nestjs-query/commit/7265251f7fac7c3b69fc9b7adbd5f1f13f621ee1))
14+
* **deps:** update dependency graphql-query-complexity to v0.8.1 ([a8b4764](https://github.com/doug-martin/nestjs-query/commit/a8b4764190e5df7c15704fe8319c7ccc691a42bf))
15+
* **deps:** update dependency graphql-tools to v7.0.5 ([1afde63](https://github.com/doug-martin/nestjs-query/commit/1afde6338f8db83f568856a79015fb04fdc19fc4))
16+
* **deps:** update dependency rxjs to v7.0.1 ([c9ce5a6](https://github.com/doug-martin/nestjs-query/commit/c9ce5a64a04c95eb0d18edbdac5acbc213999aec))
17+
* Update examples to use new generated input type names ([f987dcd](https://github.com/doug-martin/nestjs-query/commit/f987dcd1192d71df038cdf1d7259ea2f0861f428))
18+
* **deps:** update dependency pg to v8.6.0 ([1b51a6b](https://github.com/doug-martin/nestjs-query/commit/1b51a6bbd7bbbf289ab5d779048c7994fb41a60b))
19+
* **deps:** update dependency rxjs to v7 ([5c54794](https://github.com/doug-martin/nestjs-query/commit/5c5479433838de97bfdb519c111b56531a8b91aa))
20+
21+
22+
23+
24+
625
# [0.26.0](https://github.com/doug-martin/nestjs-query/compare/v0.25.1...v0.26.0) (2021-04-13)
726

827

examples/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-query-examples",
3-
"version": "0.26.0",
3+
"version": "0.27.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -12,12 +12,12 @@
1212
"start": "nest start --watch"
1313
},
1414
"dependencies": {
15-
"@nestjs-query/core": "0.26.0",
16-
"@nestjs-query/query-graphql": "0.26.0",
17-
"@nestjs-query/query-mongoose": "0.26.0",
18-
"@nestjs-query/query-sequelize": "0.26.0",
19-
"@nestjs-query/query-typegoose": "0.26.0",
20-
"@nestjs-query/query-typeorm": "0.26.0",
15+
"@nestjs-query/core": "0.27.0",
16+
"@nestjs-query/query-graphql": "0.27.0",
17+
"@nestjs-query/query-mongoose": "0.27.0",
18+
"@nestjs-query/query-sequelize": "0.27.0",
19+
"@nestjs-query/query-typegoose": "0.27.0",
20+
"@nestjs-query/query-typeorm": "0.27.0",
2121
"@nestjs/common": "7.6.15",
2222
"@nestjs/core": "7.6.15",
2323
"@nestjs/graphql": "7.10.6",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"hoist": true
1717
}
1818
},
19-
"version": "0.26.0"
19+
"version": "0.27.0"
2020
}

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.27.0](https://github.com/doug-martin/nestjs-query/compare/v0.26.0...v0.27.0) (2021-05-12)
7+
8+
9+
### Features
10+
11+
* **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)
12+
13+
14+
15+
16+
617
# [0.26.0](https://github.com/doug-martin/nestjs-query/compare/v0.25.1...v0.26.0) (2021-04-13)
718

819

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-query/core",
3-
"version": "0.26.0",
3+
"version": "0.27.0",
44
"description": "Base query package",
55
"author": "doug-martin <[email protected]>",
66
"homepage": "https://github.com/doug-martin/nestjs-query#readme",

packages/query-graphql/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.27.0](https://github.com/doug-martin/nestjs-query/compare/v0.26.0...v0.27.0) (2021-05-12)
7+
8+
9+
### Features
10+
11+
* **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)
12+
13+
14+
15+
16+
617
# [0.26.0](https://github.com/doug-martin/nestjs-query/compare/v0.25.1...v0.26.0) (2021-04-13)
718

819

packages/query-graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-query/query-graphql",
3-
"version": "0.26.0",
3+
"version": "0.27.0",
44
"description": "Nestjs graphql query adapter",
55
"author": "doug-martin <[email protected]>",
66
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
@@ -38,7 +38,7 @@
3838
"url": "https://github.com/doug-martin/nestjs-query/issues"
3939
},
4040
"dependencies": {
41-
"@nestjs-query/core": "0.26.0",
41+
"@nestjs-query/core": "0.27.0",
4242
"graphql-fields": "^2.0.3",
4343
"lodash.omit": "^4.5.0",
4444
"lower-case-first": "^2.0.1",

packages/query-mongoose/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.27.0](https://github.com/doug-martin/nestjs-query/compare/v0.26.0...v0.27.0) (2021-05-12)
7+
8+
**Note:** Version bump only for package @nestjs-query/query-mongoose
9+
10+
11+
12+
13+
614
# [0.26.0](https://github.com/doug-martin/nestjs-query/compare/v0.25.1...v0.26.0) (2021-04-13)
715

816

packages/query-mongoose/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-query/query-mongoose",
3-
"version": "0.26.0",
3+
"version": "0.27.0",
44
"description": "Mongoose adapter for @nestjs-query/core",
55
"author": "doug-martin <[email protected]>",
66
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
@@ -18,7 +18,7 @@
1818
"access": "public"
1919
},
2020
"dependencies": {
21-
"@nestjs-query/core": "0.26.0",
21+
"@nestjs-query/core": "0.27.0",
2222
"camel-case": "^4.1.2",
2323
"lodash.escaperegexp": "^4.1.2",
2424
"lodash.merge": "^4.6.2",

0 commit comments

Comments
 (0)