Skip to content

Commit

Permalink
build(Pub): Bump version numbers [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Zino App (Github bot) authored and micimize committed Jul 24, 2020
1 parent 6cbb0d9 commit 12c2ee5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 20 deletions.
17 changes: 8 additions & 9 deletions packages/graphql/pubspec.yaml
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
Expand All @@ -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'
18 changes: 7 additions & 11 deletions packages/graphql_flutter/pubspec.yaml
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'

0 comments on commit 12c2ee5

Please sign in to comment.