Skip to content

Commit

Permalink
chore(release): publish v0.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed Mar 18, 2021
1 parent 798e4c4 commit 30729ca
Show file tree
Hide file tree
Showing 16 changed files with 89 additions and 25 deletions.
8 changes: 8 additions & 0 deletions 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.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





## [0.24.3](https://github.com/doug-martin/nestjs-query/compare/v0.24.2...v0.24.3) (2021-03-17)


Expand Down
8 changes: 8 additions & 0 deletions examples/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.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





## [0.24.3](https://github.com/doug-martin/nestjs-query/compare/v0.24.2...v0.24.3) (2021-03-17)

**Note:** Version bump only for package nestjs-query-examples
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.24.3",
"version": "0.24.4",
"description": "",
"author": "",
"private": true,
Expand All @@ -12,12 +12,12 @@
"start": "nest start --watch"
},
"dependencies": {
"@nestjs-query/core": "0.24.0",
"@nestjs-query/query-graphql": "0.24.3",
"@nestjs-query/query-mongoose": "0.24.0",
"@nestjs-query/query-sequelize": "0.24.0",
"@nestjs-query/query-typegoose": "0.24.1",
"@nestjs-query/query-typeorm": "0.24.1",
"@nestjs-query/core": "0.24.4",
"@nestjs-query/query-graphql": "0.24.4",
"@nestjs-query/query-mongoose": "0.24.4",
"@nestjs-query/query-sequelize": "0.24.4",
"@nestjs-query/query-typegoose": "0.24.4",
"@nestjs-query/query-typeorm": "0.24.4",
"@nestjs/common": "7.6.14",
"@nestjs/core": "7.6.14",
"@nestjs/graphql": "7.10.1",
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.3"
"version": "0.24.4"
}
8 changes: 8 additions & 0 deletions packages/core/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.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/core





# [0.24.0](https://github.com/doug-martin/nestjs-query/compare/v0.23.1...v0.24.0) (2021-03-15)


Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-query/core",
"version": "0.24.0",
"version": "0.24.4",
"description": "Base query package",
"author": "doug-martin <[email protected]>",
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"dependencies": {
"lodash.merge": "^4.6.2",
"tslib": "^2.1.0",
"reflect-metadata": "^0.1.13"
"reflect-metadata": "^0.1.13",
"tslib": "^2.1.0"
},
"peerDependencies": {
"@nestjs/common": "^7.0.0",
Expand Down
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.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





## [0.24.3](https://github.com/doug-martin/nestjs-query/compare/v0.24.2...v0.24.3) (2021-03-17)


Expand Down
8 changes: 4 additions & 4 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.24.3",
"version": "0.24.4",
"description": "Nestjs graphql query adapter",
"author": "doug-martin <[email protected]>",
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
Expand Down Expand Up @@ -38,13 +38,13 @@
"url": "https://github.com/doug-martin/nestjs-query/issues"
},
"dependencies": {
"@nestjs-query/core": "0.24.0",
"@nestjs-query/core": "0.24.4",
"graphql-fields": "^2.0.3",
"lodash.omit": "^4.5.0",
"lower-case-first": "^2.0.1",
"pluralize": "^8.0.0",
"upper-case-first": "^2.0.1",
"tslib": "^2.1.0"
"tslib": "^2.1.0",
"upper-case-first": "^2.0.1"
},
"peerDependencies": {
"@nestjs/common": "^7.0.0",
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.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-mongoose





# [0.24.0](https://github.com/doug-martin/nestjs-query/compare/v0.23.1...v0.24.0) (2021-03-15)


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.24.0",
"version": "0.24.4",
"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.24.0",
"@nestjs-query/core": "0.24.4",
"lodash.escaperegexp": "^4.1.2",
"lodash.merge": "^4.6.2",
"tslib": "^2.1.0"
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.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





# [0.24.0](https://github.com/doug-martin/nestjs-query/compare/v0.23.1...v0.24.0) (2021-03-15)

**Note:** Version bump only for package @nestjs-query/query-sequelize
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.24.0",
"version": "0.24.4",
"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.24.0",
"@nestjs-query/core": "0.24.4",
"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.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-typegoose





## [0.24.1](https://github.com/doug-martin/nestjs-query/compare/v0.24.0...v0.24.1) (2021-03-16)

**Note:** Version bump only for package @nestjs-query/query-typegoose
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.24.1",
"version": "0.24.4",
"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.24.0",
"@nestjs-query/core": "0.24.4",
"lodash.escaperegexp": "^4.1.2",
"lodash.merge": "^4.6.2",
"tslib": "^2.1.0"
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.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-typeorm





## [0.24.1](https://github.com/doug-martin/nestjs-query/compare/v0.24.0...v0.24.1) (2021-03-16)


Expand Down
8 changes: 4 additions & 4 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.24.1",
"version": "0.24.4",
"description": "Typeorm adapter for @nestjs-query/core",
"author": "doug-martin <[email protected]>",
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
Expand All @@ -18,11 +18,11 @@
"access": "public"
},
"dependencies": {
"@nestjs-query/core": "0.24.0",
"@nestjs-query/core": "0.24.4",
"lodash.filter": "^4.6.0",
"lodash.omit": "^4.5.0",
"uuid": "8.3.2",
"tslib": "^2.1.0"
"tslib": "^2.1.0",
"uuid": "8.3.2"
},
"peerDependencies": {
"@nestjs/common": "^7.0.0",
Expand Down

0 comments on commit 30729ca

Please sign in to comment.