Skip to content

Commit 4ad06a3

Browse files
prepare graphql_flutter 5.1.1-beta.1
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent eed7109 commit 4ad06a3

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

packages/graphql_flutter/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v5.1.1-beta.1
2+
3+
## New Feature
4+
- added query onError & onComplete callbacks ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/8342d245ececc6007744d963c9a5d7ff8ed83f13)). @fabis94 22-04-2022
5+
- Decouple GraphQLClient Provider ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/750ca051f25a89df0b2a69176feab1499426f9b9)). @budde377 19-04-2022
6+
7+
## Fixes
8+
- Correctly add web as supported platform ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/9f45d441fe9e2933a4530647cefabd109393f09d)). @budde377 23-04-2022
9+
10+
111
# v5.1.0
212

313
## New Feature

packages/graphql_flutter/changelog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"package_name": "graphql_flutter",
3-
"version": "v5.1.0",
3+
"version": "v5.1.1-beta.1",
44
"api": {
55
"name": "github",
66
"repository": "zino-hofmann/graphql-flutter",

packages/graphql_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: graphql_flutter
22
description: A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
3-
version: 5.1.0
3+
version: 5.1.1-beta.1
44
homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql_flutter
55

66
dependencies:
7-
graphql: ^5.1.0
7+
graphql: ^5.1.1-beta.1
88
gql_exec: ^0.4.0
99
flutter:
1010
sdk: flutter

0 commit comments

Comments
 (0)