From 90532b25200f5ad837519bc23d72a33586d6eb88 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Thu, 31 Aug 2023 14:50:05 +0200 Subject: [PATCH] meta: generate the changelog for the new graphql version Signed-off-by: Vincenzo Palazzo --- packages/graphql/CHANGELOG.md | 10 ++++++++++ packages/graphql/changelog.json | 2 +- packages/graphql/pubspec.yaml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 5ae40ec0..00e9de57 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,3 +1,13 @@ +# v5.2.0-beta.6 + +## Fixed +- Send SubscriptionComplete message when using graphqlTra… ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/6e73d62ba2b8a58a35b3b18e372003462a73e192)). @ 30-08-2023 + +## Added +- Send custom payload in PingMessage ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/19d5c86b98e889b333996da43126f9404a9a4556)). @Rochak69 31-08-2023 +- added WebSocket token refresh and autoReconnect toggling ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/e1c6d5404be2ff54f916bceab6bb52a04bae5d01)). @vytautas-pranskunas- 24-07-2023 + + # v5.2.0-beta.5 ## Fixed diff --git a/packages/graphql/changelog.json b/packages/graphql/changelog.json index aa3d441e..a3221140 100644 --- a/packages/graphql/changelog.json +++ b/packages/graphql/changelog.json @@ -1,6 +1,6 @@ { "package_name": "graphql", - "version": "v5.2.0-beta.5", + "version": "v5.2.0-beta.6", "api": { "name": "github", "repository": "zino-hofmann/graphql-flutter", diff --git a/packages/graphql/pubspec.yaml b/packages/graphql/pubspec.yaml index 514b0946..52d5c195 100644 --- a/packages/graphql/pubspec.yaml +++ b/packages/graphql/pubspec.yaml @@ -1,6 +1,6 @@ name: graphql description: A stand-alone GraphQL client for Dart, bringing all the features from a modern GraphQL client to one easy to use package. -version: 5.2.0-beta.5 +version: 5.2.0-beta.6 repository: https://github.com/zino-app/graphql-flutter/tree/main/packages/graphql issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues