Skip to content

Commit

Permalink
Merge pull request #1267 from zino-hofmann/macros/connectivity_plus
Browse files Browse the repository at this point in the history
docs: bump the packages version
  • Loading branch information
vincenzopalazzo authored Dec 3, 2022
2 parents 0c40ccd + facc95f commit 01e12fd
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 5 deletions.
9 changes: 9 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/changelog.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 6 additions & 0 deletions packages/graphql_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql_flutter/changelog.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -13,4 +13,4 @@
"serialization_method": {
"name": "md"
}
}
}
2 changes: 1 addition & 1 deletion packages/graphql_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 01e12fd

Please sign in to comment.