From 178918260aa9bcec9205509c4bb516c37c1ee57d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Dec 2019 00:05:17 +0000 Subject: [PATCH] chore(release): 2.1.1-beta.5 [skip ci] ## [2.1.1-beta.5](https://github.com/zino-app/graphql-flutter/compare/v2.1.1-beta.4@beta...v2.1.1-beta.5@beta) (2019-12-11) ### Bug Fixes * subscriptions reconnect ([c310db2](https://github.com/zino-app/graphql-flutter/commit/c310db280119a830915c864e68999321c5cd8f90)) * subscriptions reconnect ([fd8f3d1](https://github.com/zino-app/graphql-flutter/commit/fd8f3d1b650dae9a5e961787e4adff36b391f98b)) --- packages/graphql/CHANGELOG.md | 8 ++++++++ packages/graphql_flutter/CHANGELOG.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 17aa3b633..26ef99ed3 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.1.1-beta.5](https://github.com/zino-app/graphql-flutter/compare/v2.1.1-beta.4@beta...v2.1.1-beta.5@beta) (2019-12-11) + + +### Bug Fixes + +* subscriptions reconnect ([c310db2](https://github.com/zino-app/graphql-flutter/commit/c310db280119a830915c864e68999321c5cd8f90)) +* subscriptions reconnect ([fd8f3d1](https://github.com/zino-app/graphql-flutter/commit/fd8f3d1b650dae9a5e961787e4adff36b391f98b)) + See [GitHub Releases](https://github.com/zino-app/graphql-flutter/releases). * Loosened `initPayload` to `dynamic` to support many use-cases, diff --git a/packages/graphql_flutter/CHANGELOG.md b/packages/graphql_flutter/CHANGELOG.md index 92cb94b91..3741473eb 100644 --- a/packages/graphql_flutter/CHANGELOG.md +++ b/packages/graphql_flutter/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.1.1-beta.5](https://github.com/zino-app/graphql-flutter/compare/v2.1.1-beta.4@beta...v2.1.1-beta.5@beta) (2019-12-11) + + +### Bug Fixes + +* subscriptions reconnect ([c310db2](https://github.com/zino-app/graphql-flutter/commit/c310db280119a830915c864e68999321c5cd8f90)) +* subscriptions reconnect ([fd8f3d1](https://github.com/zino-app/graphql-flutter/commit/fd8f3d1b650dae9a5e961787e4adff36b391f98b)) + See [GitHub Releases](https://github.com/zino-app/graphql-flutter/releases). ### [1.0.1-beta] - April 27 2019