Skip to content

Commit 1b97a0d

Browse files
chore(release): update monorepo packages versions
1 parent 13f8a5b commit 1b97a0d

File tree

6 files changed

+20
-11
lines changed

6 files changed

+20
-11
lines changed

.changeset/fair-spoons-drum.md

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

packages/plugins/flow/flow/CHANGELOG.md

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

3+
## 1.18.1
4+
5+
### Patch Changes
6+
7+
- bc5e4c83: Consolidate `// @flow` declarations to avoid duplicates
8+
39
## 1.18.0
10+
411
### Minor Changes
512

613
- e0d04cb6: added typeSuffix option

packages/plugins/flow/flow/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",
3-
"version": "1.18.0",
3+
"version": "1.18.1",
44
"description": "GraphQL Code Generator plugin for generating Flow types",
55
"repository": {
66
"type": "git",

packages/plugins/flow/operations/CHANGELOG.md

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

3+
## 1.18.1
4+
5+
### Patch Changes
6+
7+
- bc5e4c83: Consolidate `// @flow` declarations to avoid duplicates
8+
- Updated dependencies [bc5e4c83]
9+
- @graphql-codegen/flow@1.18.1
10+
311
## 1.18.0
412

513
### Minor Changes

packages/plugins/flow/operations/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/flow-operations",
3-
"version": "1.18.0",
3+
"version": "1.18.1",
44
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL operations (query/mutation/subscription/fragment)",
55
"repository": {
66
"type": "git",
@@ -14,7 +14,7 @@
1414
"prepack": "bob prepack"
1515
},
1616
"dependencies": {
17-
"@graphql-codegen/flow": "^1.18.0",
17+
"@graphql-codegen/flow": "^1.18.1",
1818
"@graphql-codegen/plugin-helpers": "^1.17.8",
1919
"@graphql-codegen/visitor-plugin-common": "^1.17.13",
2020
"auto-bind": "~4.0.0",

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@graphql-codegen/c-sharp": "1.17.9",
3535
"@graphql-codegen/c-sharp-operations": "1.17.9",
3636
"@graphql-codegen/cli": "1.19.0",
37-
"@graphql-codegen/flow": "1.18.0",
38-
"@graphql-codegen/flow-operations": "1.18.0",
37+
"@graphql-codegen/flow": "1.18.1",
38+
"@graphql-codegen/flow-operations": "1.18.1",
3939
"@graphql-codegen/flow-resolvers": "1.17.10",
4040
"@graphql-codegen/fragment-matcher": "1.17.8",
4141
"@graphql-codegen/import-types-preset": "1.18.0",

0 commit comments

Comments
 (0)