Skip to content

Commit 2d6d429

Browse files
authored
bump versions (#487)
1 parent b2aa502 commit 2d6d429

File tree

4 files changed

+24
-12
lines changed

4 files changed

+24
-12
lines changed

codegen/gql_build/CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
1+
# 0.12.0
2+
3+
- Fixes Interface Fragment Inheritance (#484)
4+
15
# 0.11.0
26

3-
- Adding 'vars_create_factories' option to create factory initializers with required parameters (#434)
7+
- Adding 'vars_create_factories' option to create factory initializers with required parameters (
8+
#434)
49

510
# 0.10.0
611

7-
- 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:
8-
- absent
9-
- null
10-
- non-null value
12+
- add `tristate_optionals` option to `schema_builder` and `var_builder` in order to wrap nullable
13+
fields in input types in a `Value` class in order distinguish between three cases:
14+
- absent
15+
- null
16+
- non-null value
1117

1218
# 0.9.0
1319

14-
- add experimental `reuse_fragments` option to builder in order to reuse data classes of selection sets that only include a single inline fragment spread
20+
- add experimental `reuse_fragments` option to builder in order to reuse data classes of selection
21+
sets that only include a single inline fragment spread
1522

1623
# 0.8.0
1724

codegen/gql_build/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: gql_build
2-
version: 0.11.0+1
2+
version: 0.12.0
33
description: Useful builders for your GraphQL SDL and documents. Based on package:gql_code_builder and package:build
44
repository: https://github.com/gql-dart/gql
5-
environment:
5+
environment:
66
sdk: '>=3.0.0 <4.0.0'
7-
dependencies:
7+
dependencies:
88
analyzer: '>=4.6.0 <8.0.0'
99
build: ^2.1.0
1010
built_collection: ^5.0.0
@@ -19,10 +19,10 @@ dependencies:
1919
path: ^1.8.0
2020
yaml: ^3.1.0
2121
gql_tristate_value: ^1.0.0
22-
dev_dependencies:
22+
dev_dependencies:
2323
build_test: ^2.0.0
2424
gql_pedantic: ^1.0.2
25-
topics:
25+
topics:
2626
- graphql
2727
- gql
2828
- codegen

codegen/gql_code_builder/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.14.0
2+
3+
- Fixes Interface Fragment Inheritance (#484)
4+
- Major refactor (#485)
5+
16
## 0.13.1
27

38
- support analyzer 7.0.0

codegen/gql_code_builder/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: gql_code_builder
2-
version: 0.13.1
2+
version: 0.14.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)