Skip to content

Commit 73d6ab4

Browse files
chore(release): update monorepo packages versions (#10444)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ee2276c commit 73d6ab4

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/nasty-sloths-press.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/presets/client/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-codegen/client-preset
22

3+
## 5.0.1
4+
5+
### Patch Changes
6+
7+
- [#10393](https://github.com/dotansimha/graphql-code-generator/pull/10393) [`ee2276c`](https://github.com/dotansimha/graphql-code-generator/commit/ee2276cb073a87458eda957a17c9e296c1cf313a) Thanks [@eddeee888](https://github.com/eddeee888)! - Include undefined explicitly for input maybe value in Client Preset
8+
39
## 5.0.0
410

511
### Major Changes

packages/presets/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/client-preset",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "GraphQL Code Generator preset for client.",
55
"repository": {
66
"type": "git",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@graphql-codegen/c-sharp": "4.3.1",
2828
"@graphql-codegen/c-sharp-operations": "2.3.1",
2929
"@graphql-codegen/cli": "6.0.0",
30-
"@graphql-codegen/client-preset": "5.0.0",
30+
"@graphql-codegen/client-preset": "5.0.1",
3131
"@graphql-codegen/core": "5.0.0",
3232
"@graphql-codegen/flow": "2.3.6",
3333
"@graphql-codegen/flow-operations": "2.3.6",

0 commit comments

Comments
 (0)