Skip to content

Commit 3a23311

Browse files
committed
Bump to 1.1.0
1 parent ab9a505 commit 3a23311

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

changelog.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,18 @@
22

33
## Unreleased
44

5+
## 1.1.0 - 2023-01-19
6+
7+
### Added
8+
59
- Add `maybeValueDefault` option to customize the nullable fields' default value
610
- Add `inputMaybeValueDefault` option to customize the nullable inputs' fields' default value
7-
- Add objects' and inputs' description above the factory functions
811
- Add `disableDescriptions` option to toggle on/off objects and inputs' description added above the factory functions
912

13+
## Changed
14+
15+
- Add objects' and inputs' description above the factory functions
16+
1017
## 1.0.0 - 2022-05-07
1118

1219
### Added

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.0.0",
17+
"graphql-codegen-factories": "1.1.0",
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.0.0",
18+
"graphql-codegen-factories": "1.1.0",
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.0.0",
18+
"graphql-codegen-factories": "1.1.0",
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.0.0",
3+
"version": "1.1.0",
44
"description": "graphql-codegen plugin to generate factories",
55
"keywords": [
66
"graphql",

0 commit comments

Comments
 (0)