Skip to content

Commit 2dad214

Browse files
authored
bump version (#452)
1 parent bfafca5 commit 2dad214

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

codegen/gql_code_builder/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.11.0
2+
3+
- Adding option to create factory initializers with required parameters also for inputs (#585)
4+
15
## 0.10.0
26

37
- Adding 'vars_create_factories' option to create factory initializers with required parameters (

codegen/gql_code_builder/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: gql_code_builder
2-
version: 0.10.0
2+
version: 0.11.0
33
description: Dart code builders taking *.graphql documents and SDL to build useful classes.
44
repository: https://github.com/gql-dart/gql
55
environment:

0 commit comments

Comments
 (0)