Skip to content

Commit

Permalink
chore(release): publish v0.24.5
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed Mar 19, 2021
1 parent c73ccd5 commit e4bb883
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 6 deletions.
13 changes: 13 additions & 0 deletions 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.24.5](https://github.com/doug-martin/nestjs-query/compare/v0.24.4...v0.24.5) (2021-03-19)


### Bug Fixes

* **deps:** update dependency apollo-server-express to v2.21.2 ([8b3b3ec](https://github.com/doug-martin/nestjs-query/commit/8b3b3ecc90877a615d9ab65b90daec0622eb19c8))
* **deps:** update dependency graphql-query-complexity to v0.8.0 ([99c93e6](https://github.com/doug-martin/nestjs-query/commit/99c93e64776f8308e04510e67c4b50d7696031d7))
* **deps:** update docusaurus monorepo to v2.0.0-alpha.ffe8b6106 ([6672092](https://github.com/doug-martin/nestjs-query/commit/66720929848fc48be873b141fa4ea406b5faaf9f))





## [0.24.4](https://github.com/doug-martin/nestjs-query/compare/v0.24.3...v0.24.4) (2021-03-18)

**Note:** Version bump only for package nestjs-query
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.24.5](https://github.com/doug-martin/nestjs-query/compare/v0.24.4...v0.24.5) (2021-03-19)


### Bug Fixes

* **deps:** update dependency apollo-server-express to v2.21.2 ([8b3b3ec](https://github.com/doug-martin/nestjs-query/commit/8b3b3ecc90877a615d9ab65b90daec0622eb19c8))
* **deps:** update dependency graphql-query-complexity to v0.8.0 ([99c93e6](https://github.com/doug-martin/nestjs-query/commit/99c93e64776f8308e04510e67c4b50d7696031d7))





## [0.24.4](https://github.com/doug-martin/nestjs-query/compare/v0.24.3...v0.24.4) (2021-03-18)

**Note:** Version bump only for package nestjs-query-examples
Expand Down
6 changes: 3 additions & 3 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-query-examples",
"version": "0.24.4",
"version": "0.24.5",
"description": "",
"author": "",
"private": true,
Expand All @@ -13,9 +13,9 @@
},
"dependencies": {
"@nestjs-query/core": "0.24.4",
"@nestjs-query/query-graphql": "0.24.4",
"@nestjs-query/query-graphql": "0.24.5",
"@nestjs-query/query-mongoose": "0.24.4",
"@nestjs-query/query-sequelize": "0.24.4",
"@nestjs-query/query-sequelize": "0.24.5",
"@nestjs-query/query-typegoose": "0.24.4",
"@nestjs-query/query-typeorm": "0.24.4",
"@nestjs/common": "7.6.14",
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.24.4"
"version": "0.24.5"
}
8 changes: 8 additions & 0 deletions packages/query-graphql/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.24.5](https://github.com/doug-martin/nestjs-query/compare/v0.24.4...v0.24.5) (2021-03-19)

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





## [0.24.4](https://github.com/doug-martin/nestjs-query/compare/v0.24.3...v0.24.4) (2021-03-18)

**Note:** Version bump only for package @nestjs-query/query-graphql
Expand Down
2 changes: 1 addition & 1 deletion 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.24.4",
"version": "0.24.5",
"description": "Nestjs graphql query adapter",
"author": "doug-martin <[email protected]>",
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
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.24.5](https://github.com/doug-martin/nestjs-query/compare/v0.24.4...v0.24.5) (2021-03-19)

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





## [0.24.4](https://github.com/doug-martin/nestjs-query/compare/v0.24.3...v0.24.4) (2021-03-18)

**Note:** Version bump only for package @nestjs-query/query-sequelize
Expand Down
2 changes: 1 addition & 1 deletion 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.24.4",
"version": "0.24.5",
"description": "Sequelize adapter for @nestjs-query/core",
"author": "doug-martin <[email protected]>",
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
Expand Down

0 comments on commit e4bb883

Please sign in to comment.