Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
knaeckeKami committed Jan 13, 2024
2 parents b43ca87 + d9337e7 commit 1d5e7c0
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 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
4 changes: 4 additions & 0 deletions links/gql_websocket_link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.1

- support uuid 4.0.0

## 2.0.0

- BREAKING: graphql-transport-ws: closeReason is optional, add shouldRetry
Expand Down
2 changes: 1 addition & 1 deletion links/gql_websocket_link/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gql_websocket_link
version: 2.0.0
version: 2.0.1
description: GQL Websocket Link
repository: https://github.com/gql-dart/gql
environment:
Expand Down

0 comments on commit 1d5e7c0

Please sign in to comment.