diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 4d70dafea..7d2df832b 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,3 +1,12 @@ +# v5.1.2-beta.6 + +## Fixed +- fixing the dart analyzer error ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/344e6112d7e6f59dee18aa3a40da51068ba6c49e)). @vincenzopalazzo 27-11-2022 + +## Added +- add raw to exceptions on QueryResult ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/1e9581eff0d6edd05e60bb176a772e5db8049b51)). @maironLucasSlz 28-11-2022 + + # v5.1.2-beta.5 ## Fixed diff --git a/packages/graphql/changelog.json b/packages/graphql/changelog.json index 6b959c3ad..02bc74a55 100644 --- a/packages/graphql/changelog.json +++ b/packages/graphql/changelog.json @@ -1,6 +1,6 @@ { "package_name": "graphql", - "version": "v5.1.2-beta.5", + "version": "v5.1.2-beta.6", "api": { "name": "github", "repository": "zino-hofmann/graphql-flutter", diff --git a/packages/graphql/pubspec.yaml b/packages/graphql/pubspec.yaml index 8aab171d5..3d8a15185 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.1.2-beta.5 +version: 5.1.2-beta.6 repository: https://github.com/zino-app/graphql-flutter/tree/main/packages/graphql issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues diff --git a/packages/graphql_flutter/CHANGELOG.md b/packages/graphql_flutter/CHANGELOG.md index 86d64164f..4bd3d8aae 100644 --- a/packages/graphql_flutter/CHANGELOG.md +++ b/packages/graphql_flutter/CHANGELOG.md @@ -1,3 +1,9 @@ +# v5.1.1-beta.5 + +## Fixed +- increase connectivity_plus version to v3 ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/a92a3e2ca21eea9d661bd864f349bd3de2cca03c)). @vincenzopalazzo 03-12-2022 + + # v5.1.1-beta.4 ## Fixed diff --git a/packages/graphql_flutter/changelog.json b/packages/graphql_flutter/changelog.json index 3ea8f73eb..40c315c95 100644 --- a/packages/graphql_flutter/changelog.json +++ b/packages/graphql_flutter/changelog.json @@ -1,6 +1,6 @@ { "package_name": "graphql_flutter", - "version": "v5.1.1-beta.4", + "version": "v5.1.1-beta.5", "api": { "name": "github", "repository": "zino-hofmann/graphql-flutter", @@ -13,4 +13,4 @@ "serialization_method": { "name": "md" } -} \ No newline at end of file +} diff --git a/packages/graphql_flutter/pubspec.yaml b/packages/graphql_flutter/pubspec.yaml index 3a31f92c2..91c22b08c 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.1.1-beta.4 +version: 5.1.1-beta.5 repository: https://github.com/zino-app/graphql-flutter/tree/main/packages/graphql_flutter issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues