File tree 6 files changed +38
-4
lines changed
6 files changed +38
-4
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.1] ( https://github.com/doug-martin/nestjs-query/compare/v0.19.0...v0.19.1 ) (2020-09-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** deps:** update dependency graphql-tools to v6.2.0 ([ 1183fa3] ( https://github.com/doug-martin/nestjs-query/commit/1183fa345da9230c07b2bebaabe29647bb498f6d ) )
12
+ * ** typeorm,#493 :** Fix uni-directional relation SQL ([ 7887b8c] ( https://github.com/doug-martin/nestjs-query/commit/7887b8c94516194840df03139fecd0d5a0f38f65 ) )
13
+
14
+
15
+
16
+
17
+
6
18
# [ 0.19.0] ( https://github.com/doug-martin/nestjs-query/compare/v0.18.1...v0.19.0 ) (2020-09-01)
7
19
8
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.1] ( https://github.com/doug-martin/nestjs-query/compare/v0.19.0...v0.19.1 ) (2020-09-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** deps:** update dependency graphql-tools to v6.2.0 ([ 1183fa3] ( https://github.com/doug-martin/nestjs-query/commit/1183fa345da9230c07b2bebaabe29647bb498f6d ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.19.0] ( https://github.com/doug-martin/nestjs-query/compare/v0.18.1...v0.19.0 ) (2020-09-01)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nestjs-query-examples" ,
3
- "version" : " 0.19.0 " ,
3
+ "version" : " 0.19.1 " ,
4
4
"description" : " " ,
5
5
"author" : " " ,
6
6
"private" : true ,
15
15
"@nestjs-query/core" : " 0.19.0" ,
16
16
"@nestjs-query/query-graphql" : " 0.19.0" ,
17
17
"@nestjs-query/query-sequelize" : " 0.19.0" ,
18
- "@nestjs-query/query-typeorm" : " 0.19.0 " ,
18
+ "@nestjs-query/query-typeorm" : " 0.19.1 " ,
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.0 "
19
+ "version" : " 0.19.1 "
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.1] ( https://github.com/doug-martin/nestjs-query/compare/v0.19.0...v0.19.1 ) (2020-09-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** typeorm,#493 :** Fix uni-directional relation SQL ([ 7887b8c] ( https://github.com/doug-martin/nestjs-query/commit/7887b8c94516194840df03139fecd0d5a0f38f65 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.19.0] ( https://github.com/doug-martin/nestjs-query/compare/v0.18.1...v0.19.0 ) (2020-09-01)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nestjs-query/query-typeorm" ,
3
- "version" : " 0.19.0 " ,
3
+ "version" : " 0.19.1 " ,
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" ,
You can’t perform that action at this time.
0 commit comments