Skip to content

Commit 02affd4

Browse files
authored
release: v3.0.2 (#418)
1 parent b2a426a commit 02affd4

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

packages/graphql_codegen/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 3.0.2
2+
3+
- Support interface fragment spreads on fragments on interfaces
4+
15
# 3.0.1
26

37
- Propagate deprecated annotation on input types.

packages/graphql_codegen/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ packages:
337337
path: ".."
338338
relative: true
339339
source: path
340-
version: "3.0.1"
340+
version: "3.0.2"
341341
graphql_flutter:
342342
dependency: "direct main"
343343
description:

packages/graphql_codegen/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: |
33
Simple, opinionated, codegen library for GraphQL. It allows you to
44
generate serializers and client helpers to easily call and parse your data.
55
6-
version: 3.0.1
6+
version: 3.0.2
77
homepage: https://github.com/heftapp/graphql_codegen/tree/main/packages/graphql_codegen
88
repository: https://github.com/heftapp/graphql_codegen/tree/main/packages/graphql_codegen
99

0 commit comments

Comments
 (0)