From 81e8a1883956bc8a1013f424c6f67bcc9a757125 Mon Sep 17 00:00:00 2001 From: "Zino App (Github bot)" Date: Tue, 15 Mar 2022 11:08:13 +0000 Subject: [PATCH] build(Pub): Bump version numbers [skip ci] --- packages/graphql/pubspec.yaml | 2 +- packages/graphql_flutter/pubspec.yaml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/graphql/pubspec.yaml b/packages/graphql/pubspec.yaml index cf625793c..fa7dca181 100644 --- a/packages/graphql/pubspec.yaml +++ b/packages/graphql/pubspec.yaml @@ -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.0.2-beta.3 +version: 5.0.2-beta.5 homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql dependencies: meta: ^1.3.0 diff --git a/packages/graphql_flutter/pubspec.yaml b/packages/graphql_flutter/pubspec.yaml index 5f5493ecc..710cf5e77 100644 --- a/packages/graphql_flutter/pubspec.yaml +++ b/packages/graphql_flutter/pubspec.yaml @@ -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.0.2-beta.3 +version: 5.0.2-beta.5 homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql_flutter dependencies: graphql: ^5.0.2-beta.3 @@ -21,10 +21,8 @@ dev_dependencies: sdk: flutter http: ^0.13.0 test: ^1.17.12 - dependency_overrides: graphql: path: ../graphql - environment: sdk: '>=2.12.0 <3.0.0'