Skip to content

Commit

Permalink
release codegen packages
Browse files Browse the repository at this point in the history
  • Loading branch information
klavs committed Feb 26, 2020
1 parent 0f67d76 commit c8306c3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions gql_build/CHANGELOG.md
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
Expand Down
10 changes: 5 additions & 5 deletions gql_build/pubspec.yaml
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
8 changes: 4 additions & 4 deletions gql_code_builder/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c8306c3

Please sign in to comment.