File tree 5 files changed +6
-4
lines changed
usage-with-near-operation-file-preset
packages/graphql-codegen-factories
5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## 1.2.1 - 2023-03-06
6
+
5
7
### Fixed
6
8
7
9
- Fix operations factories name when using a custom root query #75
Original file line number Diff line number Diff line change 14
14
"@graphql-codegen/typescript-operations" : " ^2.3.7" ,
15
15
"@tsconfig/recommended" : " ^1.0.1" ,
16
16
"graphql" : " ^16.3.0" ,
17
- "graphql-codegen-factories" : " 1.2.0 " ,
17
+ "graphql-codegen-factories" : " 1.2.1 " ,
18
18
"typescript" : " ^4.6.3"
19
19
}
20
20
}
Original file line number Diff line number Diff line change 15
15
"@graphql-codegen/typescript" : " ^2.4.8" ,
16
16
"@tsconfig/recommended" : " ^1.0.1" ,
17
17
"graphql" : " ^16.3.0" ,
18
- "graphql-codegen-factories" : " 1.2.0 " ,
18
+ "graphql-codegen-factories" : " 1.2.1 " ,
19
19
"typescript" : " ^4.6.3"
20
20
}
21
21
}
Original file line number Diff line number Diff line change 15
15
"@graphql-codegen/typescript-operations" : " ^2.3.5" ,
16
16
"@tsconfig/recommended" : " ^1.0.1" ,
17
17
"graphql" : " ^16.3.0" ,
18
- "graphql-codegen-factories" : " 1.2.0 " ,
18
+ "graphql-codegen-factories" : " 1.2.1 " ,
19
19
"typescript" : " ^4.6.3"
20
20
}
21
21
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-codegen-factories" ,
3
- "version" : " 1.2.0 " ,
3
+ "version" : " 1.2.1 " ,
4
4
"description" : " graphql-codegen plugin to generate factories" ,
5
5
"keywords" : [
6
6
" graphql" ,
You can’t perform that action at this time.
0 commit comments