Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gql-dart/gql
Browse files Browse the repository at this point in the history
  • Loading branch information
knaeckeKami committed Jan 13, 2024
2 parents 9151a53 + 64117c2 commit d9337e7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions codegen/gql_build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.11.0

- Adding 'vars_create_factories' option to create factory initializers with required parameters (#434)

# 0.10.0

- add `tristate_optionals` option to `schema_builder` and `var_builder` 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_build/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gql_build
version: 0.10.1
version: 0.11.0
description: Useful builders for your GraphQL SDL and documents. Based on package:gql_code_builder and package:build
repository: https://github.com/gql-dart/gql
environment:
Expand Down
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.2

- Adding 'vars_create_factories' option to create factory initializers with required parameters (#434)

## 0.9.1+1

- fix generating the `Value` wrappers as nullable
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+1
version: 0.9.2
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 d9337e7

Please sign in to comment.