Skip to content

Commit 3f049bc

Browse files
committed
Bump to 1.2.1
1 parent 6819e77 commit 3f049bc

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 1.2.1 - 2023-03-06
6+
57
### Fixed
68

79
- Fix operations factories name when using a custom root query #75

examples/minimal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@graphql-codegen/typescript-operations": "^2.3.7",
1515
"@tsconfig/recommended": "^1.0.1",
1616
"graphql": "^16.3.0",
17-
"graphql-codegen-factories": "1.2.0",
17+
"graphql-codegen-factories": "1.2.1",
1818
"typescript": "^4.6.3"
1919
}
2020
}

examples/usage-with-faker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@graphql-codegen/typescript": "^2.4.8",
1616
"@tsconfig/recommended": "^1.0.1",
1717
"graphql": "^16.3.0",
18-
"graphql-codegen-factories": "1.2.0",
18+
"graphql-codegen-factories": "1.2.1",
1919
"typescript": "^4.6.3"
2020
}
2121
}

examples/usage-with-near-operation-file-preset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@graphql-codegen/typescript-operations": "^2.3.5",
1616
"@tsconfig/recommended": "^1.0.1",
1717
"graphql": "^16.3.0",
18-
"graphql-codegen-factories": "1.2.0",
18+
"graphql-codegen-factories": "1.2.1",
1919
"typescript": "^4.6.3"
2020
}
2121
}

packages/graphql-codegen-factories/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-codegen-factories",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "graphql-codegen plugin to generate factories",
55
"keywords": [
66
"graphql",

0 commit comments

Comments
 (0)