File tree 8 files changed +47
-6
lines changed
8 files changed +47
-6
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
19
## [ 0.24.4] ( https://github.com/doug-martin/nestjs-query/compare/v0.24.3...v0.24.4 ) (2021-03-18)
7
20
8
21
** Note:** Version bump only for package nestjs-query
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
18
## [ 0.24.4] ( https://github.com/doug-martin/nestjs-query/compare/v0.24.3...v0.24.4 ) (2021-03-18)
7
19
8
20
** Note:** Version bump only for package nestjs-query-examples
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nestjs-query-examples" ,
3
- "version" : " 0.24.4 " ,
3
+ "version" : " 0.24.5 " ,
4
4
"description" : " " ,
5
5
"author" : " " ,
6
6
"private" : true ,
13
13
},
14
14
"dependencies" : {
15
15
"@nestjs-query/core" : " 0.24.4" ,
16
- "@nestjs-query/query-graphql" : " 0.24.4 " ,
16
+ "@nestjs-query/query-graphql" : " 0.24.5 " ,
17
17
"@nestjs-query/query-mongoose" : " 0.24.4" ,
18
- "@nestjs-query/query-sequelize" : " 0.24.4 " ,
18
+ "@nestjs-query/query-sequelize" : " 0.24.5 " ,
19
19
"@nestjs-query/query-typegoose" : " 0.24.4" ,
20
20
"@nestjs-query/query-typeorm" : " 0.24.4" ,
21
21
"@nestjs/common" : " 7.6.14" ,
Original file line number Diff line number Diff line change 16
16
"hoist" : true
17
17
}
18
18
},
19
- "version" : " 0.24.4 "
19
+ "version" : " 0.24.5 "
20
20
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 0.24.4] ( https://github.com/doug-martin/nestjs-query/compare/v0.24.3...v0.24.4 ) (2021-03-18)
7
15
8
16
** Note:** Version bump only for package @nestjs-query/query-graphql
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nestjs-query/query-graphql" ,
3
- "version" : " 0.24.4 " ,
3
+ "version" : " 0.24.5 " ,
4
4
"description" : " Nestjs graphql query adapter" ,
5
5
"author" : " doug-martin <doug@dougamartin.com>" ,
6
6
"homepage" : " https://github.com/doug-martin/nestjs-query#readme" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 0.24.4] ( https://github.com/doug-martin/nestjs-query/compare/v0.24.3...v0.24.4 ) (2021-03-18)
7
15
8
16
** Note:** Version bump only for package @nestjs-query/query-sequelize
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nestjs-query/query-sequelize" ,
3
- "version" : " 0.24.4 " ,
3
+ "version" : " 0.24.5 " ,
4
4
"description" : " Sequelize adapter for @nestjs-query/core" ,
5
5
"author" : " doug-martin <doug@dougamartin.com>" ,
6
6
"homepage" : " https://github.com/doug-martin/nestjs-query#readme" ,
You can’t perform that action at this time.
0 commit comments