File tree Expand file tree Collapse file tree 16 files changed +89
-25
lines changed Expand file tree Collapse file tree 16 files changed +89
-25
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 11{
22 "name" : " nestjs-query-examples" ,
3- "version" : " 0.24.3 " ,
3+ "version" : " 0.24.4 " ,
44 "description" : " " ,
55 "author" : " " ,
66 "private" : true ,
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" ,
Original file line number Diff line number Diff line change 1616 "hoist" : true
1717 }
1818 },
19- "version" : " 0.24.3 "
19+ "version" : " 0.24.4 "
2020}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
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"
You can’t perform that action at this time.
0 commit comments