File tree Expand file tree Collapse file tree 12 files changed +85
-13
lines changed Expand file tree Collapse file tree 12 files changed +85
-13
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.20.1] ( https://github.com/doug-martin/nestjs-query/compare/v0.20.0...v0.20.1 ) (2020-09-28)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** deps:** update dependency apollo-server-express to v2.18.0 ([ ca28fda] ( https://github.com/doug-martin/nestjs-query/commit/ca28fdaca52d8a16da917d2584665361726f8aa1 ) )
12+ * ** deps:** update dependency apollo-server-express to v2.18.1 ([ b5f9378] ( https://github.com/doug-martin/nestjs-query/commit/b5f93780752aace1c70745c2750b6596715cca7a ) )
13+ * ** deps:** update dependency apollo-server-plugin-base to v0.10.1 ([ 735032a] ( https://github.com/doug-martin/nestjs-query/commit/735032ab70f04840a9011d604db791fb0299767a ) )
14+ * ** deps:** update dependency graphql-tools to v6.2.3 ([ 642c11f] ( https://github.com/doug-martin/nestjs-query/commit/642c11f8b5f720b60557def07d498132f2e55748 ) )
15+ * ** deps:** update dependency mysql2 to v2.2.1 ([ 5159077] ( https://github.com/doug-martin/nestjs-query/commit/5159077ad56d2f5ba3ca4d1f1d8190ee83be78a5 ) )
16+ * ** deps:** update dependency mysql2 to v2.2.2 ([ f9235b2] ( https://github.com/doug-martin/nestjs-query/commit/f9235b249abb5155c3ebce0858173614b1415cad ) )
17+ * ** deps:** update dependency mysql2 to v2.2.3 ([ a2a5afc] ( https://github.com/doug-martin/nestjs-query/commit/a2a5afc6869de5767f2712b434f1babfadaee77f ) )
18+ * ** deps:** update dependency mysql2 to v2.2.5 ([ b66e6e6] ( https://github.com/doug-martin/nestjs-query/commit/b66e6e6f15cb8440b4e837b6f04523fc0d9ec340 ) )
19+ * ** graphql:** Fix assemblers type for module passthrough ([ 713c41c] ( https://github.com/doug-martin/nestjs-query/commit/713c41cd770068f2242a380593e4a22601d6560b ) )
20+
21+
22+
23+
24+
625# [ 0.20.0] ( https://github.com/doug-martin/nestjs-query/compare/v0.19.4...v0.20.0 ) (2020-09-17)
726
827
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.20.1] ( https://github.com/doug-martin/nestjs-query/compare/v0.20.0...v0.20.1 ) (2020-09-28)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** deps:** update dependency apollo-server-express to v2.18.0 ([ ca28fda] ( https://github.com/doug-martin/nestjs-query/commit/ca28fdaca52d8a16da917d2584665361726f8aa1 ) )
12+ * ** deps:** update dependency apollo-server-express to v2.18.1 ([ b5f9378] ( https://github.com/doug-martin/nestjs-query/commit/b5f93780752aace1c70745c2750b6596715cca7a ) )
13+ * ** deps:** update dependency apollo-server-plugin-base to v0.10.1 ([ 735032a] ( https://github.com/doug-martin/nestjs-query/commit/735032ab70f04840a9011d604db791fb0299767a ) )
14+ * ** deps:** update dependency graphql-tools to v6.2.3 ([ 642c11f] ( https://github.com/doug-martin/nestjs-query/commit/642c11f8b5f720b60557def07d498132f2e55748 ) )
15+ * ** deps:** update dependency mysql2 to v2.2.1 ([ 5159077] ( https://github.com/doug-martin/nestjs-query/commit/5159077ad56d2f5ba3ca4d1f1d8190ee83be78a5 ) )
16+ * ** deps:** update dependency mysql2 to v2.2.2 ([ f9235b2] ( https://github.com/doug-martin/nestjs-query/commit/f9235b249abb5155c3ebce0858173614b1415cad ) )
17+ * ** deps:** update dependency mysql2 to v2.2.3 ([ a2a5afc] ( https://github.com/doug-martin/nestjs-query/commit/a2a5afc6869de5767f2712b434f1babfadaee77f ) )
18+ * ** deps:** update dependency mysql2 to v2.2.5 ([ b66e6e6] ( https://github.com/doug-martin/nestjs-query/commit/b66e6e6f15cb8440b4e837b6f04523fc0d9ec340 ) )
19+
20+
21+
22+
23+
624# [ 0.20.0] ( https://github.com/doug-martin/nestjs-query/compare/v0.19.4...v0.20.0 ) (2020-09-17)
725
826
Original file line number Diff line number Diff line change 11{
22 "name" : " nestjs-query-examples" ,
3- "version" : " 0.20.0 " ,
3+ "version" : " 0.20.1 " ,
44 "description" : " " ,
55 "author" : " " ,
66 "private" : true ,
1212 "start" : " nest start --watch"
1313 },
1414 "dependencies" : {
15- "@nestjs-query/core" : " 0.20.0 " ,
16- "@nestjs-query/query-graphql" : " 0.20.0 " ,
17- "@nestjs-query/query-sequelize" : " 0.20.0 " ,
18- "@nestjs-query/query-typeorm" : " 0.20.0 " ,
15+ "@nestjs-query/core" : " 0.20.1 " ,
16+ "@nestjs-query/query-graphql" : " 0.20.1 " ,
17+ "@nestjs-query/query-sequelize" : " 0.20.1 " ,
18+ "@nestjs-query/query-typeorm" : " 0.20.1 " ,
1919 "@nestjs/common" : " 7.4.4" ,
2020 "@nestjs/core" : " 7.4.4" ,
2121 "@nestjs/graphql" : " 7.7.0" ,
Original file line number Diff line number Diff line change 1616 "hoist" : true
1717 }
1818 },
19- "version" : " 0.20.0 "
19+ "version" : " 0.20.1 "
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.20.1] ( https://github.com/doug-martin/nestjs-query/compare/v0.20.0...v0.20.1 ) (2020-09-28)
7+
8+ ** Note:** Version bump only for package @nestjs-query/core
9+
10+
11+
12+
13+
614# [ 0.20.0] ( https://github.com/doug-martin/nestjs-query/compare/v0.19.4...v0.20.0 ) (2020-09-17)
715
816
Original file line number Diff line number Diff line change 11{
22 "name" : " @nestjs-query/core" ,
3- "version" : " 0.20.0 " ,
3+ "version" : " 0.20.1 " ,
44 "description" : " Base query package" ,
55 "author" :
" doug-martin <[email protected] >" ,
66 "homepage" : " https://github.com/doug-martin/nestjs-query#readme" ,
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.20.1] ( https://github.com/doug-martin/nestjs-query/compare/v0.20.0...v0.20.1 ) (2020-09-28)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** graphql:** Fix assemblers type for module passthrough ([ 713c41c] ( https://github.com/doug-martin/nestjs-query/commit/713c41cd770068f2242a380593e4a22601d6560b ) )
12+
13+
14+
15+
16+
617# [ 0.20.0] ( https://github.com/doug-martin/nestjs-query/compare/v0.19.4...v0.20.0 ) (2020-09-17)
718
819
Original file line number Diff line number Diff line change 11{
22 "name" : " @nestjs-query/query-graphql" ,
3- "version" : " 0.20.0 " ,
3+ "version" : " 0.20.1 " ,
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.20.0 " ,
41+ "@nestjs-query/core" : " 0.20.1 " ,
4242 "graphql-fields" : " ^2.0.3" ,
4343 "lodash.omit" : " ^4.5.0" ,
4444 "lower-case-first" : " ^2.0.1" ,
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.20.1] ( https://github.com/doug-martin/nestjs-query/compare/v0.20.0...v0.20.1 ) (2020-09-28)
7+
8+ ** Note:** Version bump only for package @nestjs-query/query-sequelize
9+
10+
11+
12+
13+
614# [ 0.20.0] ( https://github.com/doug-martin/nestjs-query/compare/v0.19.4...v0.20.0 ) (2020-09-17)
715
816** Note:** Version bump only for package @nestjs-query/query-sequelize
Original file line number Diff line number Diff line change 11{
22 "name" : " @nestjs-query/query-sequelize" ,
3- "version" : " 0.20.0 " ,
3+ "version" : " 0.20.1 " ,
44 "description" : " Sequelize 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.20.0 " ,
21+ "@nestjs-query/core" : " 0.20.1 " ,
2222 "lodash.pick" : " 4.4.0"
2323 },
2424 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments