From f8ee62a1d513930ade5158f858262049de53d3d3 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Fri, 7 Oct 2022 09:14:59 +0200 Subject: [PATCH] prepare release Signed-off-by: Vincenzo Palazzo --- packages/graphql/CHANGELOG.md | 11 +++++++++++ packages/graphql/changelog.json | 4 ++-- packages/graphql/pubspec.yaml | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 20261005c..4d70dafea 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,3 +1,14 @@ +# v5.1.2-beta.5 + +## Fixed +- Allow list of errors as payloads for graphql-transport-… ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/1845f4000c0ab7f30e16fa16e97a1084fa968b9f)). @juancastillo0 05-10-2022 +- Adapt code to breaking change of 'gql' dependencies ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/5d16ebfccff9f831dca13a66511c5a336290ed69)). @ueman 21-08-2022 +- Normalization signature ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/dc5207a9dc03e9f87d220d0cdf9b3654af5aa8ef)). @budde377 13-08-2022 + +## Added +- Refactor GH actions ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/315d85c63f50d42e33c5f9935066fb84d70fb9ad)). @budde377 13-08-2022 + + # v5.1.2-beta.4 ## Fixed diff --git a/packages/graphql/changelog.json b/packages/graphql/changelog.json index e68e07fd5..6b959c3ad 100644 --- a/packages/graphql/changelog.json +++ b/packages/graphql/changelog.json @@ -1,6 +1,6 @@ { "package_name": "graphql", - "version": "v5.1.2-beta.4", + "version": "v5.1.2-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/pubspec.yaml b/packages/graphql/pubspec.yaml index c5762c968..8aab171d5 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.4 +version: 5.1.2-beta.5 repository: https://github.com/zino-app/graphql-flutter/tree/main/packages/graphql issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues