Skip to content

Commit a6075d1

Browse files
chore(release): update monorepo packages versions
1 parent e4cf3d3 commit a6075d1

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.changeset/modern-emus-allow.md

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

packages/plugins/flow/operations/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# @graphql-codegen/flow-operations
22

3+
## 1.18.0
4+
5+
### Minor Changes
6+
7+
- 4e3df8f2: Fix bug with read-only type generation when using preResolveTypes flag
8+
39
## 1.17.8
10+
411
### Patch Changes
512

613
- 1d7c6432: Bump all packages to allow "^" in deps and fix compatibility issues

packages/plugins/flow/operations/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/flow-operations",
3-
"version": "1.17.8",
3+
"version": "1.18.0",
44
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL operations (query/mutation/subscription/fragment)",
55
"repository": {
66
"type": "git",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@graphql-codegen/c-sharp-operations": "1.17.9",
3636
"@graphql-codegen/cli": "1.17.8",
3737
"@graphql-codegen/flow": "1.18.0",
38-
"@graphql-codegen/flow-operations": "1.17.8",
38+
"@graphql-codegen/flow-operations": "1.18.0",
3939
"@graphql-codegen/flow-resolvers": "1.17.9",
4040
"@graphql-codegen/fragment-matcher": "1.17.8",
4141
"@graphql-codegen/import-types-preset": "1.17.9",

0 commit comments

Comments
 (0)