Skip to content

Commit

Permalink
Bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzi committed May 7, 2022
1 parent 5b93713 commit 2619627
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
10 changes: 9 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## Unreleased

- Add default value for factories overrides in the schema plugin
## 1.0.0 - 2022-05-07

### Added

- Add a plugin that generates factories for operations

### Changed

- Add default value for factories overrides

## 1.0.0-beta.4 - 2022-04-24

Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@graphql-codegen/typescript-operations": "^2.3.7",
"@tsconfig/recommended": "^1.0.1",
"graphql": "^16.3.0",
"graphql-codegen-factories": "1.0.0-beta.4",
"graphql-codegen-factories": "1.0.0",
"typescript": "^4.6.3"
}
}
2 changes: 1 addition & 1 deletion examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@graphql-codegen/typescript-operations": "^2.3.7",
"@tsconfig/recommended": "^1.0.1",
"graphql": "^16.3.0",
"graphql-codegen-factories": "1.0.0-beta.4",
"graphql-codegen-factories": "1.0.0",
"typescript": "^4.6.3"
}
}
2 changes: 1 addition & 1 deletion examples/usage-with-faker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@graphql-codegen/typescript": "^2.4.8",
"@tsconfig/recommended": "^1.0.1",
"graphql": "^16.3.0",
"graphql-codegen-factories": "1.0.0-beta.4",
"graphql-codegen-factories": "1.0.0",
"typescript": "^4.6.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@graphql-codegen/typescript-operations": "^2.3.5",
"@tsconfig/recommended": "^1.0.1",
"graphql": "^16.3.0",
"graphql-codegen-factories": "1.0.0-beta.4",
"graphql-codegen-factories": "1.0.0",
"typescript": "^4.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/graphql-codegen-factories/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-codegen-factories",
"version": "1.0.0-beta.4",
"version": "1.0.0",
"description": "graphql-codegen plugin to generate factories",
"keywords": [
"graphql",
Expand Down

0 comments on commit 2619627

Please sign in to comment.