Skip to content

Commit e4bb883

Browse files
committed
chore(release): publish v0.24.5
1 parent c73ccd5 commit e4bb883

File tree

8 files changed

+47
-6
lines changed

8 files changed

+47
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.5](https://github.com/doug-martin/nestjs-query/compare/v0.24.4...v0.24.5) (2021-03-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency apollo-server-express to v2.21.2 ([8b3b3ec](https://github.com/doug-martin/nestjs-query/commit/8b3b3ecc90877a615d9ab65b90daec0622eb19c8))
12+
* **deps:** update dependency graphql-query-complexity to v0.8.0 ([99c93e6](https://github.com/doug-martin/nestjs-query/commit/99c93e64776f8308e04510e67c4b50d7696031d7))
13+
* **deps:** update docusaurus monorepo to v2.0.0-alpha.ffe8b6106 ([6672092](https://github.com/doug-martin/nestjs-query/commit/66720929848fc48be873b141fa4ea406b5faaf9f))
14+
15+
16+
17+
18+
619
## [0.24.4](https://github.com/doug-martin/nestjs-query/compare/v0.24.3...v0.24.4) (2021-03-18)
720

821
**Note:** Version bump only for package nestjs-query

examples/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.5](https://github.com/doug-martin/nestjs-query/compare/v0.24.4...v0.24.5) (2021-03-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency apollo-server-express to v2.21.2 ([8b3b3ec](https://github.com/doug-martin/nestjs-query/commit/8b3b3ecc90877a615d9ab65b90daec0622eb19c8))
12+
* **deps:** update dependency graphql-query-complexity to v0.8.0 ([99c93e6](https://github.com/doug-martin/nestjs-query/commit/99c93e64776f8308e04510e67c4b50d7696031d7))
13+
14+
15+
16+
17+
618
## [0.24.4](https://github.com/doug-martin/nestjs-query/compare/v0.24.3...v0.24.4) (2021-03-18)
719

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

examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-query-examples",
3-
"version": "0.24.4",
3+
"version": "0.24.5",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -13,9 +13,9 @@
1313
},
1414
"dependencies": {
1515
"@nestjs-query/core": "0.24.4",
16-
"@nestjs-query/query-graphql": "0.24.4",
16+
"@nestjs-query/query-graphql": "0.24.5",
1717
"@nestjs-query/query-mongoose": "0.24.4",
18-
"@nestjs-query/query-sequelize": "0.24.4",
18+
"@nestjs-query/query-sequelize": "0.24.5",
1919
"@nestjs-query/query-typegoose": "0.24.4",
2020
"@nestjs-query/query-typeorm": "0.24.4",
2121
"@nestjs/common": "7.6.14",

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

packages/query-graphql/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.24.5](https://github.com/doug-martin/nestjs-query/compare/v0.24.4...v0.24.5) (2021-03-19)
7+
8+
**Note:** Version bump only for package @nestjs-query/query-graphql
9+
10+
11+
12+
13+
614
## [0.24.4](https://github.com/doug-martin/nestjs-query/compare/v0.24.3...v0.24.4) (2021-03-18)
715

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

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.4",
3+
"version": "0.24.5",
44
"description": "Nestjs graphql query adapter",
55
"author": "doug-martin <doug@dougamartin.com>",
66
"homepage": "https://github.com/doug-martin/nestjs-query#readme",

packages/query-sequelize/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.24.5](https://github.com/doug-martin/nestjs-query/compare/v0.24.4...v0.24.5) (2021-03-19)
7+
8+
**Note:** Version bump only for package @nestjs-query/query-sequelize
9+
10+
11+
12+
13+
614
## [0.24.4](https://github.com/doug-martin/nestjs-query/compare/v0.24.3...v0.24.4) (2021-03-18)
715

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

packages/query-sequelize/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-sequelize",
3-
"version": "0.24.4",
3+
"version": "0.24.5",
44
"description": "Sequelize adapter for @nestjs-query/core",
55
"author": "doug-martin <doug@dougamartin.com>",
66
"homepage": "https://github.com/doug-martin/nestjs-query#readme",

0 commit comments

Comments
 (0)