From 47be105e57d636f6e99cc4d482d3ee29c452ef70 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Tue, 28 May 2024 09:01:00 +0200 Subject: [PATCH] docs(graphql_flutter): bump the new v5.2.0-beta.7 Signed-off-by: Vincenzo Palazzo --- packages/graphql_flutter/CHANGELOG.md | 9 +++++++++ packages/graphql_flutter/changelog.json | 2 +- packages/graphql_flutter/pubspec.yaml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/packages/graphql_flutter/CHANGELOG.md b/packages/graphql_flutter/CHANGELOG.md index d0bcfa83..e8d59a2b 100644 --- a/packages/graphql_flutter/CHANGELOG.md +++ b/packages/graphql_flutter/CHANGELOG.md @@ -1,3 +1,12 @@ +# v5.2.0-beta.7 + +## Fixed +- make == override parameters non-nullable ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/7e9c34b08cefcf7abc36172d358440049e25f58f)). @kamilkarp 01-04-2024 +- response extensions should be optional ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/d174b51a55d40745a5dcd3a0621e77a4d435c9cd)). @kamilkarp 31-03-2024 +- upgrade connectivity_plus ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/cd6c507cb6d2fa77b5b233285898be5362ce4898)). @hantrungkien 27-05-2024 +- upgrade dependency `connectivity_plus` ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/fb0f708a540f545e7a329305a3311541011079fc)). @johnmartel 25-04-2024 + + # v5.2.0-beta.6 ## Added diff --git a/packages/graphql_flutter/changelog.json b/packages/graphql_flutter/changelog.json index b6ad81ee..40ed0da6 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.6", + "version": "v5.2.0-beta.7", "api": { "name": "github", "repository": "zino-hofmann/graphql-flutter", diff --git a/packages/graphql_flutter/pubspec.yaml b/packages/graphql_flutter/pubspec.yaml index 0c9c0e2a..661ee73a 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.6 +version: 5.2.0-beta.7 repository: https://github.com/zino-app/graphql-flutter/tree/main/packages/graphql_flutter issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues