Skip to content

Commit 0d4694d

Browse files
committed
release: v3.0.0
1 parent 66bd5da commit 0d4694d

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.0
2+
3+
- Support `build 4.0.0`.
4+
15
# 2.0.0
26

37
- Support `build 3.0.0` and set min. language version to `3.8.0`.

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: "2.0.0"
340+
version: "3.0.0"
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: 2.0.0
6+
version: 3.0.0
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)