File tree 8 files changed +44
-6
lines changed
8 files changed +44
-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.16.1] ( https://github.com/doug-martin/nestjs-query/compare/v0.16.0...v0.16.1 ) (2020-07-07)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** typeorm:** Fix import path in relation service [ #363 ] ( https://github.com/doug-martin/nestjs-query/issues/363 ) ([ 0e6d484] ( https://github.com/doug-martin/nestjs-query/commit/0e6d484920960ed1966360a89af979230667b5f7 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.16.0] ( https://github.com/doug-martin/nestjs-query/compare/v0.15.1...v0.16.0 ) (2020-07-05)
7
18
8
19
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.16.1] ( https://github.com/doug-martin/nestjs-query/compare/v0.16.0...v0.16.1 ) (2020-07-07)
7
+
8
+ ** Note:** Version bump only for package nestjs-query-examples
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.16.0] ( https://github.com/doug-martin/nestjs-query/compare/v0.15.1...v0.16.0 ) (2020-07-05)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nestjs-query-examples" ,
3
- "version" : " 0.16.0 " ,
3
+ "version" : " 0.16.1 " ,
4
4
"description" : " " ,
5
5
"author" : " " ,
6
6
"private" : true ,
13
13
},
14
14
"dependencies" : {
15
15
"@nestjs-query/core" : " 0.16.0" ,
16
- "@nestjs-query/query-graphql" : " 0.16.0 " ,
16
+ "@nestjs-query/query-graphql" : " 0.16.1 " ,
17
17
"@nestjs-query/query-sequelize" : " 0.16.0" ,
18
- "@nestjs-query/query-typeorm" : " 0.16.0 " ,
18
+ "@nestjs-query/query-typeorm" : " 0.16.1 " ,
19
19
"@nestjs/common" : " 7.3.1" ,
20
20
"@nestjs/core" : " 7.3.1" ,
21
21
"@nestjs/graphql" : " 7.5.1" ,
Original file line number Diff line number Diff line change 16
16
"hoist" : true
17
17
}
18
18
},
19
- "version" : " 0.16.0 "
19
+ "version" : " 0.16.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.16.1] ( https://github.com/doug-martin/nestjs-query/compare/v0.16.0...v0.16.1 ) (2020-07-07)
7
+
8
+ ** Note:** Version bump only for package @nestjs-query/query-graphql
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.16.0] ( https://github.com/doug-martin/nestjs-query/compare/v0.15.1...v0.16.0 ) (2020-07-05)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nestjs-query/query-graphql" ,
3
- "version" : " 0.16.0 " ,
3
+ "version" : " 0.16.1 " ,
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.16.1] ( https://github.com/doug-martin/nestjs-query/compare/v0.16.0...v0.16.1 ) (2020-07-07)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** typeorm:** Fix import path in relation service [ #363 ] ( https://github.com/doug-martin/nestjs-query/issues/363 ) ([ 0e6d484] ( https://github.com/doug-martin/nestjs-query/commit/0e6d484920960ed1966360a89af979230667b5f7 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.16.0] ( https://github.com/doug-martin/nestjs-query/compare/v0.15.1...v0.16.0 ) (2020-07-05)
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.16.0 " ,
3
+ "version" : " 0.16.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