-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 0.0.10 | ||
|
||
- remove duplicate ast imports | ||
|
||
## 0.0.9 | ||
|
||
- add `__typename` field to interface and object types | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
name: gql_build | ||
author: Klāvs Priedītis <[email protected]> | ||
version: 0.0.9 | ||
version: 0.0.10 | ||
homepage: https://github.com/gql-dart/gql/tree/master/gql_build | ||
description: Useful builders for your GraphQL SDL and documents. Based on package:gql_code_builder and package:build | ||
environment: | ||
sdk: ">=2.2.2 <3.0.0" | ||
dependencies: | ||
environment: | ||
sdk: '>=2.2.2 <3.0.0' | ||
dependencies: | ||
gql: ^0.12.1 | ||
path: ^1.6.4 | ||
glob: ^1.2.0 | ||
build: ^1.0.0 | ||
gql_code_builder: ^0.0.9 | ||
code_builder: ^3.2.0 | ||
dart_style: ^1.2.9 | ||
dev_dependencies: | ||
dev_dependencies: | ||
test: ^1.0.0 | ||
build_test: ^0.10.7 | ||
gql_pedantic: ^1.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,12 @@ author: Klāvs Priedītis <[email protected]> | |
version: 0.0.9 | ||
homepage: https://github.com/gql-dart/gql/tree/master/gql_code_builder | ||
description: Dart code builders taking *.graphql documents and SDL to build useful classes. | ||
environment: | ||
sdk: ">=2.2.2 <3.0.0" | ||
dependencies: | ||
environment: | ||
sdk: '>=2.2.2 <3.0.0' | ||
dependencies: | ||
gql: ^0.12.1 | ||
code_builder: ^3.2.0 | ||
meta: ^1.1.7 | ||
built_collection: ^4.0.0 | ||
dev_dependencies: | ||
dev_dependencies: | ||
gql_pedantic: ^1.0.1 |