From b323ecc3b4bb7096eafb1db207ed858473e2ff0e Mon Sep 17 00:00:00 2001 From: Tobe O Date: Mon, 2 Sep 2019 13:14:24 -0400 Subject: [PATCH] 1.1.4 hotfix --- graphql_parser/CHANGELOG.md | 5 ++++- graphql_parser/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/graphql_parser/CHANGELOG.md b/graphql_parser/CHANGELOG.md index 1d4243fa..2dc0533a 100644 --- a/graphql_parser/CHANGELOG.md +++ b/graphql_parser/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.1.4 +* Fix broken int variable parsing - https://github.com/angel-dart/graphql/pull/32 + # 1.1.3 * Add `Parser.nextName`, and remove all formerly-reserved words from the lexer. Resolves [#19](https://github.com/angel-dart/graphql/issues/19). @@ -16,4 +19,4 @@ name. * Completely ignore commas. * Ignore Unicode BOM, as per the spec. * Parse object values. -* Parse enum values. \ No newline at end of file +* Parse enum values. diff --git a/graphql_parser/pubspec.yaml b/graphql_parser/pubspec.yaml index d5028445..cf00535d 100644 --- a/graphql_parser/pubspec.yaml +++ b/graphql_parser/pubspec.yaml @@ -1,5 +1,5 @@ name: graphql_parser -version: 1.1.3 +version: 1.1.4 description: Parses GraphQL queries and schemas. Also includes classes for the GraphQL AST. author: Tobe O homepage: https://github.com/angel-dart/graphql