Skip to content

Commit 849b5e4

Browse files
Merge pull request #1275 from zino-hofmann/macros/tags-graphql-flutter
graphql-flutter: generate the changelog for the next tag release
2 parents a113e54 + 2764170 commit 849b5e4

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

packages/graphql_flutter/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v5.1.1
2+
3+
## Fixed
4+
- increase connectivity_plus version to v3 ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/a92a3e2ca21eea9d661bd864f349bd3de2cca03c)). @vincenzopalazzo 03-12-2022
5+
- fix wrong default policy merging in useWatchQue… ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/e4b864b0467a3558dcbbb0b40d63e67aa76f30f8)). @dehypnosis 22-07-2022
6+
- Upgrade graphql version ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/59e711e97beffa4559f64fa3249fe969e9e84c62)). @budde377 23-04-2022
7+
- Correctly add web as supported platform ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/9f45d441fe9e2933a4530647cefabd109393f09d)). @budde377 23-04-2022
8+
9+
## Added
10+
- support flutter 3.0 and 2.x ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/ee25cfdf50b0b85bd019a35bc4f65c7178e103cb)). @vincenzopalazzo 20-05-2022
11+
- added query onError & onComplete callbacks ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/8342d245ececc6007744d963c9a5d7ff8ed83f13)). @fabis94 22-04-2022
12+
- Decouple GraphQLClient Provider ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/750ca051f25a89df0b2a69176feab1499426f9b9)). @budde377 19-04-2022
13+
14+
115
# v5.1.1-beta.5
216

317
## Fixed

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.1-beta.5",
3+
"version": "v5.1.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,11 +1,11 @@
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.1-beta.5
3+
version: 5.1.1
44
repository: https://github.com/zino-app/graphql-flutter/tree/main/packages/graphql_flutter
55
issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues
66

77
dependencies:
8-
graphql: ^5.1.2-beta.1
8+
graphql: ^5.1.2
99
gql_exec: ^0.4.0
1010
flutter:
1111
sdk: flutter

0 commit comments

Comments
 (0)