From 011c060dcf9b64038dea2332b59d68f69417a15d Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Tue, 17 Oct 2023 20:53:52 +0200 Subject: [PATCH] docs(graphql_flutter): generate changelog for new beta Signed-off-by: Vincenzo Palazzo --- packages/graphql_flutter/CHANGELOG.md | 6 ++++++ packages/graphql_flutter/changelog.json | 2 +- packages/graphql_flutter/pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/graphql_flutter/CHANGELOG.md b/packages/graphql_flutter/CHANGELOG.md index 15ad4545..d0bcfa83 100644 --- a/packages/graphql_flutter/CHANGELOG.md +++ b/packages/graphql_flutter/CHANGELOG.md @@ -1,3 +1,9 @@ +# v5.2.0-beta.6 + +## Added +- bump connectivity_plus to 5.0.0 ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/dd53e61f8c1410ced70e4cdc665bb8e89e5fbeb4)). @erknvl 10-10-2023 + + # v5.2.0-beta.5 ## Fixed diff --git a/packages/graphql_flutter/changelog.json b/packages/graphql_flutter/changelog.json index af2257de..b6ad81ee 100644 --- a/packages/graphql_flutter/changelog.json +++ b/packages/graphql_flutter/changelog.json @@ -1,6 +1,6 @@ { "package_name": "graphql_flutter", - "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_flutter/pubspec.yaml b/packages/graphql_flutter/pubspec.yaml index eb1ddc6f..1483a018 100644 --- a/packages/graphql_flutter/pubspec.yaml +++ b/packages/graphql_flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: graphql_flutter description: A GraphQL client for Flutter, 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_flutter issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues