forked from zino-hofmann/graphql-flutter
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(Pub): Bump version numbers [skip ci]
- Loading branch information
Showing
2 changed files
with
15 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
name: graphql | ||
description: | ||
A stand-alone GraphQL client for Dart, bringing all the features from | ||
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.4 | ||
version: 3.1.0-beta.5 | ||
authors: | ||
- Eus Dima <[email protected]> | ||
- Zino Hofmann <[email protected]> | ||
- Michael Joseph Rosenthal <[email protected]> | ||
- TruongSinh Tran-Nguyen <[email protected]> | ||
- Eus Dima <[email protected]> | ||
- Zino Hofmann <[email protected]> | ||
- Michael Joseph Rosenthal <[email protected]> | ||
- TruongSinh Tran-Nguyen <[email protected]> | ||
homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql | ||
dependencies: | ||
meta: ^1.1.6 | ||
|
@@ -19,11 +18,11 @@ dependencies: | |
gql: ^0.12.0 | ||
rxdart: ^0.24.0 | ||
websocket: ^0.0.5 | ||
quiver: ">=2.0.0 <3.0.0" | ||
quiver: '>=2.0.0 <3.0.0' | ||
dev_dependencies: | ||
pedantic: ^1.8.0+1 | ||
mockito: ^4.0.0 | ||
test: ^1.5.3 | ||
test_coverage: ^0.3.0+1 | ||
environment: | ||
sdk: ">=2.6.0 <3.0.0" | ||
sdk: '>=2.6.0 <3.0.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,26 @@ | ||
name: graphql_flutter | ||
description: | ||
A GraphQL client for Flutter, bringing all the features from a modern | ||
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.4 | ||
version: 3.1.0-beta.5 | ||
authors: | ||
- Eus Dima <[email protected]> | ||
- Zino Hofmann <[email protected]> | ||
- Michael Joseph Rosenthal <[email protected]> | ||
- Eus Dima <[email protected]> | ||
- Zino Hofmann <[email protected]> | ||
- Michael Joseph Rosenthal <[email protected]> | ||
homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql_flutter | ||
dependencies: | ||
graphql: #^3.1.0-beta.4 | ||
path: ../graphql | ||
graphql: ^3.1.0-beta.5 | ||
flutter: | ||
sdk: flutter | ||
meta: ^1.1.6 | ||
path: ^1.6.2 | ||
path_provider: ^1.1.0 | ||
rxdart: ^0.24.0 | ||
connectivity: ^0.4.4 | ||
|
||
dev_dependencies: | ||
pedantic: ^1.8.0+1 | ||
mockito: ^4.0.0 | ||
flutter_test: | ||
sdk: flutter | ||
test: ^1.5.3 | ||
environment: | ||
sdk: ">=2.6.0 <3.0.0" | ||
|
||
sdk: '>=2.6.0 <3.0.0' |