Skip to content

Commit 02be959

Browse files
Merge pull request #1144 from zino-hofmann/macros/flutter3
prepare version 5.1.1-beta.3
2 parents e59810f + c0effc7 commit 02be959

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

examples/starwars/lib/generated_plugin_registrant.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
// ignore_for_file: directives_ordering
66
// ignore_for_file: lines_longer_than_80_chars
7+
// ignore_for_file: depend_on_referenced_packages
78

89
import 'package:connectivity_plus_web/connectivity_plus_web.dart';
910

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.3
2+
3+
## New Feature
4+
- support flutter 3.0 and 2.x ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/ee25cfdf50b0b85bd019a35bc4f65c7178e103cb)). @vincenzopalazzo 20-05-2022
5+
6+
17
# v5.1.1-beta.2
28

39
## Fixes

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

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.2
3+
version: 5.1.1-beta.3
44
homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql_flutter
55

66
dependencies:

0 commit comments

Comments
 (0)