Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
knaeckeKami committed Nov 12, 2023
1 parent add6474 commit df4f529
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions codegen/gql_code_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.9.1+1

- fix generating the `Value` wrappers as nullable

## 0.9.0

- add TriStateValueConfig option in order to wrap nullable fields in input types in a `Value` class in order distinguish between three cases:
Expand Down
2 changes: 1 addition & 1 deletion codegen/gql_code_builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gql_code_builder
version: 0.9.1
version: 0.9.1+1
description: Dart code builders taking *.graphql documents and SDL to build useful classes.
repository: https://github.com/gql-dart/gql
environment:
Expand Down

0 comments on commit df4f529

Please sign in to comment.