diff --git a/packages/graphql/pubspec.yaml b/packages/graphql/pubspec.yaml index f3a1f2a9f..efe8e8772 100644 --- a/packages/graphql/pubspec.yaml +++ b/packages/graphql/pubspec.yaml @@ -1,18 +1,14 @@ 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: 3.1.0-beta.6 -authors: -- Eus Dima -- Zino Hofmann -- Michael Joseph Rosenthal -- TruongSinh Tran-Nguyen +version: 3.1.0-beta.7 homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql dependencies: meta: ^1.1.6 http: ^0.12.0+4 mime: ^0.9.6+2 path: ^1.6.2 + crypto: ^2.1.3 http_parser: ^3.1.3 uuid_enhanced: ^3.0.2 gql: ^0.12.0 diff --git a/packages/graphql_flutter/pubspec.yaml b/packages/graphql_flutter/pubspec.yaml index a2cc6e626..16d2898b2 100644 --- a/packages/graphql_flutter/pubspec.yaml +++ b/packages/graphql_flutter/pubspec.yaml @@ -1,10 +1,10 @@ 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: 3.1.0-beta.6 +version: 3.1.0-beta.7 homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql_flutter dependencies: - graphql: ^3.1.0-beta.6 + graphql: ^3.1.0-beta.7 flutter: sdk: flutter meta: ^1.1.6