Skip to content

Commit 62030cf

Browse files
authored
release: upgrade build (#401)
1 parent 06b4d1a commit 62030cf

2 files changed

Lines changed: 5 additions & 1 deletion

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+
# 2.0.0
2+
3+
- Support `build 3.0.0` and set min. language version to `3.8.0`.
4+
15
# 1.2.4
26

37
- Fix bug: `allowMissingNullableKeysInFromJson` was not applied to `Input.fromJson`.

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: 1.2.4
6+
version: 2.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)