Changelog + bump gql_server to 1.0.1

This commit is contained in:
Tobe O 2019-08-14 00:42:31 -04:00
parent c2b48ad39e
commit 779588e47c
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
# 1.0.1
* Fix a bug where `globalVariables` were not being properly passed
to field resolvers.
# 1.0.0 # 1.0.0
* Finish testing. * Finish testing.
* Add `package:pedantic` fixes. * Add `package:pedantic` fixes.

View file

@ -1,5 +1,5 @@
name: graphql_server name: graphql_server
version: 1.0.0 version: 1.0.1
author: Tobe O <thosakwe@gmail.com> author: Tobe O <thosakwe@gmail.com>
description: Base package for implementing GraphQL servers. You might prefer `package:angel_graphql`, the fastest way to implement GraphQL backends in Dart. description: Base package for implementing GraphQL servers. You might prefer `package:angel_graphql`, the fastest way to implement GraphQL backends in Dart.
homepage: https://github.com/angel-dart/graphql homepage: https://github.com/angel-dart/graphql