Skip to content

Commit 01e12fd

Browse files
Merge pull request #1267 from zino-hofmann/macros/connectivity_plus
docs: bump the packages version
2 parents 0c40ccd + facc95f commit 01e12fd

File tree

6 files changed

+20
-5
lines changed

6 files changed

+20
-5
lines changed

packages/graphql/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v5.1.2-beta.6
2+
3+
## Fixed
4+
- fixing the dart analyzer error ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/344e6112d7e6f59dee18aa3a40da51068ba6c49e)). @vincenzopalazzo 27-11-2022
5+
6+
## Added
7+
- add raw to exceptions on QueryResult ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/1e9581eff0d6edd05e60bb176a772e5db8049b51)). @maironLucasSlz 28-11-2022
8+
9+
110
# v5.1.2-beta.5
211

312
## Fixed

packages/graphql/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",
3-
"version": "v5.1.2-beta.5",
3+
"version": "v5.1.2-beta.6",
44
"api": {
55
"name": "github",
66
"repository": "zino-hofmann/graphql-flutter",

packages/graphql/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: graphql
22
description: A stand-alone GraphQL client for Dart, bringing all the features from a modern GraphQL client to one easy to use package.
3-
version: 5.1.2-beta.5
3+
version: 5.1.2-beta.6
44
repository: https://github.com/zino-app/graphql-flutter/tree/main/packages/graphql
55
issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues
66

packages/graphql_flutter/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v5.1.1-beta.5
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+
6+
17
# v5.1.1-beta.4
28

39
## Fixed

packages/graphql_flutter/changelog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"package_name": "graphql_flutter",
3-
"version": "v5.1.1-beta.4",
3+
"version": "v5.1.1-beta.5",
44
"api": {
55
"name": "github",
66
"repository": "zino-hofmann/graphql-flutter",
@@ -13,4 +13,4 @@
1313
"serialization_method": {
1414
"name": "md"
1515
}
16-
}
16+
}

packages/graphql_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.4
3+
version: 5.1.1-beta.5
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

0 commit comments

Comments
 (0)