Skip to content

Commit

Permalink
Merge pull request #1438 from zino-hofmann/macros/v5.2.0-beta-graphql…
Browse files Browse the repository at this point in the history
…_flutter

docs(graphql_flutter): bump the new v5.2.0-beta.7
  • Loading branch information
vincenzopalazzo authored May 28, 2024
2 parents 5edeb4e + cb0346e commit 9052e60
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions packages/graphql_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v5.2.0-beta.7

## Fixed
- make == override parameters non-nullable ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/7e9c34b08cefcf7abc36172d358440049e25f58f)). @kamilkarp 01-04-2024
- response extensions should be optional ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/d174b51a55d40745a5dcd3a0621e77a4d435c9cd)). @kamilkarp 31-03-2024
- upgrade connectivity_plus ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/cd6c507cb6d2fa77b5b233285898be5362ce4898)). @hantrungkien 27-05-2024
- upgrade dependency `connectivity_plus` ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/fb0f708a540f545e7a329305a3311541011079fc)). @johnmartel 25-04-2024
- uses the last graphql package ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/d2fe3a0c2bec82496e02cc4a6dfa801aa67b4d2e)). @vincenzopalazzo 28-05-2024


# v5.2.0-beta.6

## Added
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0-beta.6",
"version": "v5.2.0-beta.7",
"api": {
"name": "github",
"repository": "zino-hofmann/graphql-flutter",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
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.2.0-beta.6
version: 5.2.0-beta.7
repository: https://github.com/zino-app/graphql-flutter/tree/main/packages/graphql_flutter
issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues

# just for dev work
# publish_to: 'none'

dependencies:
graphql: ^5.2.0-beta.4
graphql: ^5.2.0-beta.8
gql_exec: ^1.0.0
flutter:
sdk: flutter
Expand Down

0 comments on commit 9052e60

Please # to comment.