Skip to content

Commit 30729ca

Browse files
committed
chore(release): publish v0.24.4
1 parent 798e4c4 commit 30729ca

File tree

16 files changed

+89
-25
lines changed

16 files changed

+89
-25
lines changed

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

816

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

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

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.24.3",
3+
"version": "0.24.4",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -12,12 +12,12 @@
1212
"start": "nest start --watch"
1313
},
1414
"dependencies": {
15-
"@nestjs-query/core": "0.24.0",
16-
"@nestjs-query/query-graphql": "0.24.3",
17-
"@nestjs-query/query-mongoose": "0.24.0",
18-
"@nestjs-query/query-sequelize": "0.24.0",
19-
"@nestjs-query/query-typegoose": "0.24.1",
20-
"@nestjs-query/query-typeorm": "0.24.1",
15+
"@nestjs-query/core": "0.24.4",
16+
"@nestjs-query/query-graphql": "0.24.4",
17+
"@nestjs-query/query-mongoose": "0.24.4",
18+
"@nestjs-query/query-sequelize": "0.24.4",
19+
"@nestjs-query/query-typegoose": "0.24.4",
20+
"@nestjs-query/query-typeorm": "0.24.4",
2121
"@nestjs/common": "7.6.14",
2222
"@nestjs/core": "7.6.14",
2323
"@nestjs/graphql": "7.10.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.3"
19+
"version": "0.24.4"
2020
}

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

816

packages/core/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/core",
3-
"version": "0.24.0",
3+
"version": "0.24.4",
44
"description": "Base query package",
55
"author": "doug-martin <[email protected]>",
66
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
@@ -32,8 +32,8 @@
3232
},
3333
"dependencies": {
3434
"lodash.merge": "^4.6.2",
35-
"tslib": "^2.1.0",
36-
"reflect-metadata": "^0.1.13"
35+
"reflect-metadata": "^0.1.13",
36+
"tslib": "^2.1.0"
3737
},
3838
"peerDependencies": {
3939
"@nestjs/common": "^7.0.0",

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

816

packages/query-graphql/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-query/query-graphql",
3-
"version": "0.24.3",
3+
"version": "0.24.4",
44
"description": "Nestjs graphql query adapter",
55
"author": "doug-martin <[email protected]>",
66
"homepage": "https://github.com/doug-martin/nestjs-query#readme",
@@ -38,13 +38,13 @@
3838
"url": "https://github.com/doug-martin/nestjs-query/issues"
3939
},
4040
"dependencies": {
41-
"@nestjs-query/core": "0.24.0",
41+
"@nestjs-query/core": "0.24.4",
4242
"graphql-fields": "^2.0.3",
4343
"lodash.omit": "^4.5.0",
4444
"lower-case-first": "^2.0.1",
4545
"pluralize": "^8.0.0",
46-
"upper-case-first": "^2.0.1",
47-
"tslib": "^2.1.0"
46+
"tslib": "^2.1.0",
47+
"upper-case-first": "^2.0.1"
4848
},
4949
"peerDependencies": {
5050
"@nestjs/common": "^7.0.0",

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.24.4](https://github.com/doug-martin/nestjs-query/compare/v0.24.3...v0.24.4) (2021-03-18)
7+
8+
**Note:** Version bump only for package @nestjs-query/query-mongoose
9+
10+
11+
12+
13+
614
# [0.24.0](https://github.com/doug-martin/nestjs-query/compare/v0.23.1...v0.24.0) (2021-03-15)
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.24.0",
3+
"version": "0.24.4",
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.24.0",
21+
"@nestjs-query/core": "0.24.4",
2222
"lodash.escaperegexp": "^4.1.2",
2323
"lodash.merge": "^4.6.2",
2424
"tslib": "^2.1.0"

0 commit comments

Comments
 (0)