From e7a06db6d658f3fad5aab11ba269509448bc96be Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Thu, 28 Dec 2023 22:25:34 +0100 Subject: [PATCH] docs(graphql): release the new beta version Signed-off-by: Vincenzo Palazzo --- packages/graphql/CHANGELOG.md | 6 ++++++ packages/graphql/changelog.json | 2 +- packages/graphql/pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 00e9de57..ee42da9c 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,3 +1,9 @@ +# v5.2.0-beta.7 + +## Fixed +- bump uuid dependency to ^4.0.0 ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/4fa6dd61c7fb9aad806df70a318cfd1086e35e68)). @francescoberardi 23-11-2023 + + # v5.2.0-beta.6 ## Fixed diff --git a/packages/graphql/changelog.json b/packages/graphql/changelog.json index a3221140..1bf898e4 100644 --- a/packages/graphql/changelog.json +++ b/packages/graphql/changelog.json @@ -1,6 +1,6 @@ { "package_name": "graphql", - "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/pubspec.yaml b/packages/graphql/pubspec.yaml index a8869da5..14ed09d6 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.6 +version: 5.2.0-beta.7 repository: https://github.com/zino-app/graphql-flutter/tree/main/packages/graphql issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues