Changelog + bump gql_server to 1.0.1
This commit is contained in:
parent
c2b48ad39e
commit
779588e47c
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
# 1.0.1
|
||||
* Fix a bug where `globalVariables` were not being properly passed
|
||||
to field resolvers.
|
||||
|
||||
# 1.0.0
|
||||
* Finish testing.
|
||||
* Add `package:pedantic` fixes.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: graphql_server
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
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.
|
||||
homepage: https://github.com/angel-dart/graphql
|
||||
|
|
Loading…
Reference in a new issue