File tree 12 files changed +80
-13
lines changed
12 files changed +80
-13
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.19.3] ( https://github.com/doug-martin/nestjs-query/compare/v0.19.2...v0.19.3 ) (2020-09-09)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** deps:** update dependency @docusaurus/core to v2.0.0-alpha.63 ([ 631e922] ( https://github.com/doug-martin/nestjs-query/commit/631e9225a3ac94f1f29158bc24285de31c0ad5d6 ) )
12
+ * ** deps:** update dependency @docusaurus/preset-classic to v2.0.0-alpha.63 ([ aa95f40] ( https://github.com/doug-martin/nestjs-query/commit/aa95f4094952ccb5c63df7d8d1b4ccce571e1990 ) )
13
+ * ** deps:** update dependency graphql-tools to v6.2.1 ([ b1e0833] ( https://github.com/doug-martin/nestjs-query/commit/b1e083335df10efe76ceef88f752b45392a8a911 ) )
14
+ * ** deps:** update dependency rxjs to v6.6.3 ([ addf2e2] ( https://github.com/doug-martin/nestjs-query/commit/addf2e2b4b4f909a96d452850385ae6a72d0a087 ) )
15
+ * ** examples:** Fix nest-cli.json to reference correct tsconfig ([ a49d063] ( https://github.com/doug-martin/nestjs-query/commit/a49d0639a4699de4bfde6228744ea9e1e5b6ee16 ) )
16
+ * ** graphql,hooks:** Allow getting hooks from parent classes ([ 59a0aeb] ( https://github.com/doug-martin/nestjs-query/commit/59a0aebc3dabd7d23ffde576a94bc588e768efbe ) )
17
+
18
+
19
+
20
+
21
+
6
22
## [ 0.19.2] ( https://github.com/doug-martin/nestjs-query/compare/v0.19.1...v0.19.2 ) (2020-09-03)
7
23
8
24
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.19.3] ( https://github.com/doug-martin/nestjs-query/compare/v0.19.2...v0.19.3 ) (2020-09-09)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** deps:** update dependency graphql-tools to v6.2.1 ([ b1e0833] ( https://github.com/doug-martin/nestjs-query/commit/b1e083335df10efe76ceef88f752b45392a8a911 ) )
12
+ * ** deps:** update dependency rxjs to v6.6.3 ([ addf2e2] ( https://github.com/doug-martin/nestjs-query/commit/addf2e2b4b4f909a96d452850385ae6a72d0a087 ) )
13
+ * ** examples:** Fix nest-cli.json to reference correct tsconfig ([ a49d063] ( https://github.com/doug-martin/nestjs-query/commit/a49d0639a4699de4bfde6228744ea9e1e5b6ee16 ) )
14
+
15
+
16
+
17
+
18
+
6
19
## [ 0.19.2] ( https://github.com/doug-martin/nestjs-query/compare/v0.19.1...v0.19.2 ) (2020-09-03)
7
20
8
21
** 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.19.2 " ,
3
+ "version" : " 0.19.3 " ,
4
4
"description" : " " ,
5
5
"author" : " " ,
6
6
"private" : true ,
12
12
"start" : " nest start --watch"
13
13
},
14
14
"dependencies" : {
15
- "@nestjs-query/core" : " 0.19.2 " ,
16
- "@nestjs-query/query-graphql" : " 0.19.2 " ,
17
- "@nestjs-query/query-sequelize" : " 0.19.2 " ,
18
- "@nestjs-query/query-typeorm" : " 0.19.2 " ,
15
+ "@nestjs-query/core" : " 0.19.3 " ,
16
+ "@nestjs-query/query-graphql" : " 0.19.3 " ,
17
+ "@nestjs-query/query-sequelize" : " 0.19.3 " ,
18
+ "@nestjs-query/query-typeorm" : " 0.19.3 " ,
19
19
"@nestjs/common" : " 7.4.4" ,
20
20
"@nestjs/core" : " 7.4.4" ,
21
21
"@nestjs/graphql" : " 7.6.0" ,
Original file line number Diff line number Diff line change 16
16
"hoist" : true
17
17
}
18
18
},
19
- "version" : " 0.19.2 "
19
+ "version" : " 0.19.3 "
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.19.3] ( https://github.com/doug-martin/nestjs-query/compare/v0.19.2...v0.19.3 ) (2020-09-09)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** graphql,hooks:** Allow getting hooks from parent classes ([ 59a0aeb] ( https://github.com/doug-martin/nestjs-query/commit/59a0aebc3dabd7d23ffde576a94bc588e768efbe ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 0.19.2] ( https://github.com/doug-martin/nestjs-query/compare/v0.19.1...v0.19.2 ) (2020-09-03)
7
18
8
19
** Note:** Version bump only for package @nestjs-query/core
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nestjs-query/core" ,
3
- "version" : " 0.19.2 " ,
3
+ "version" : " 0.19.3 " ,
4
4
"description" : " Base query package" ,
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.19.3] ( https://github.com/doug-martin/nestjs-query/compare/v0.19.2...v0.19.3 ) (2020-09-09)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** graphql,hooks:** Allow getting hooks from parent classes ([ 59a0aeb] ( https://github.com/doug-martin/nestjs-query/commit/59a0aebc3dabd7d23ffde576a94bc588e768efbe ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 0.19.2] ( https://github.com/doug-martin/nestjs-query/compare/v0.19.1...v0.19.2 ) (2020-09-03)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nestjs-query/query-graphql" ,
3
- "version" : " 0.19.2 " ,
3
+ "version" : " 0.19.3 " ,
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" ,
38
38
"url" : " https://github.com/doug-martin/nestjs-query/issues"
39
39
},
40
40
"dependencies" : {
41
- "@nestjs-query/core" : " 0.19.2 " ,
41
+ "@nestjs-query/core" : " 0.19.3 " ,
42
42
"graphql-fields" : " ^2.0.3" ,
43
43
"lodash.omit" : " ^4.5.0" ,
44
44
"lower-case-first" : " ^2.0.1" ,
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.19.3] ( https://github.com/doug-martin/nestjs-query/compare/v0.19.2...v0.19.3 ) (2020-09-09)
7
+
8
+ ** Note:** Version bump only for package @nestjs-query/query-sequelize
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.19.2] ( https://github.com/doug-martin/nestjs-query/compare/v0.19.1...v0.19.2 ) (2020-09-03)
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.19.2 " ,
3
+ "version" : " 0.19.3 " ,
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" ,
18
18
"access" : " public"
19
19
},
20
20
"dependencies" : {
21
- "@nestjs-query/core" : " 0.19.2 " ,
21
+ "@nestjs-query/core" : " 0.19.3 " ,
22
22
"lodash.pick" : " 4.4.0"
23
23
},
24
24
"peerDependencies" : {
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.19.3] ( https://github.com/doug-martin/nestjs-query/compare/v0.19.2...v0.19.3 ) (2020-09-09)
7
+
8
+ ** Note:** Version bump only for package @nestjs-query/query-typeorm
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.19.2] ( https://github.com/doug-martin/nestjs-query/compare/v0.19.1...v0.19.2 ) (2020-09-03)
7
15
8
16
** Note:** Version bump only for package @nestjs-query/query-typeorm
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nestjs-query/query-typeorm" ,
3
- "version" : " 0.19.2 " ,
3
+ "version" : " 0.19.3 " ,
4
4
"description" : " Typeorm adapter for @nestjs-query/core" ,
5
5
"author" : " doug-martin <doug@dougamartin.com>" ,
6
6
"homepage" : " https://github.com/doug-martin/nestjs-query#readme" ,
18
18
"access" : " public"
19
19
},
20
20
"dependencies" : {
21
- "@nestjs-query/core" : " 0.19.2 " ,
21
+ "@nestjs-query/core" : " 0.19.3 " ,
22
22
"lodash.filter" : " ^4.6.0" ,
23
23
"lodash.omit" : " ^4.5.0"
24
24
},
You can’t perform that action at this time.
0 commit comments