Skip to content

Commit ab6ddca

Browse files
committed
chore(release): publish v0.24.2
1 parent c947b3a commit ab6ddca

File tree

6 files changed

+37
-4
lines changed

6 files changed

+37
-4
lines changed

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.24.2](https://github.com/doug-martin/nestjs-query/compare/v0.24.1...v0.24.2) (2021-03-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **graphql,hooks,#957:** Fix HookInterceptor not working with custom resolvers ([c947b3a](https://github.com/doug-martin/nestjs-query/commit/c947b3a509d9ba12310680baf8382d8ec7116fd7))
12+
13+
14+
15+
16+
617
## [0.24.1](https://github.com/doug-martin/nestjs-query/compare/v0.24.0...v0.24.1) (2021-03-16)
718

819

examples/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.24.2](https://github.com/doug-martin/nestjs-query/compare/v0.24.1...v0.24.2) (2021-03-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **graphql,hooks,#957:** Fix HookInterceptor not working with custom resolvers ([c947b3a](https://github.com/doug-martin/nestjs-query/commit/c947b3a509d9ba12310680baf8382d8ec7116fd7))
12+
13+
14+
15+
16+
617
## [0.24.1](https://github.com/doug-martin/nestjs-query/compare/v0.24.0...v0.24.1) (2021-03-16)
718

819
**Note:** Version bump only for package nestjs-query-examples

examples/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-examples",
3-
"version": "0.24.1",
3+
"version": "0.24.2",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@nestjs-query/core": "0.24.0",
16-
"@nestjs-query/query-graphql": "0.24.0",
16+
"@nestjs-query/query-graphql": "0.24.2",
1717
"@nestjs-query/query-mongoose": "0.24.0",
1818
"@nestjs-query/query-sequelize": "0.24.0",
1919
"@nestjs-query/query-typegoose": "0.24.1",

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.24.1"
19+
"version": "0.24.2"
2020
}

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.24.2](https://github.com/doug-martin/nestjs-query/compare/v0.24.1...v0.24.2) (2021-03-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **graphql,hooks,#957:** Fix HookInterceptor not working with custom resolvers ([c947b3a](https://github.com/doug-martin/nestjs-query/commit/c947b3a509d9ba12310680baf8382d8ec7116fd7))
12+
13+
14+
15+
16+
617
# [0.24.0](https://github.com/doug-martin/nestjs-query/compare/v0.23.1...v0.24.0) (2021-03-15)
718

819

packages/query-graphql/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/query-graphql",
3-
"version": "0.24.0",
3+
"version": "0.24.2",
44
"description": "Nestjs graphql query adapter",
55
"author": "doug-martin <[email protected]>",
66
"homepage": "https://github.com/doug-martin/nestjs-query#readme",

0 commit comments

Comments
 (0)