Skip to content

Commit 113c3c6

Browse files
chore(release): update monorepo packages versions (#629)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d13f6cc commit 113c3c6

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.changeset/tricky-hats-push.md

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

packages/plugins/flow/operations/CHANGELOG.md

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

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- [#15](https://github.com/dotansimha/graphql-code-generator-community/pull/15)
8+
[`d13f6cc`](https://github.com/dotansimha/graphql-code-generator-community/commit/d13f6cc85aa19337e29b0d964e57aa3a67b9f62f)
9+
Thanks [@Athelian](https://github.com/Athelian)! - Flow types computed by graphql operations now
10+
adhere to flow exact configuration specified by the user
11+
312
## 3.0.0
413

514
### Major Changes

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

0 commit comments

Comments
 (0)