Skip to content

Commit

Permalink
🎉 Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
HofmannZ committed Sep 2, 2018
1 parent dcfbf0a commit eb0029a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 21 deletions.
46 changes: 30 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
## [0.9.2] - 2 September 2018

### Breaking changes

n/a

#### Fixes / Enhancements

- Upgrade dependencies. @HofmannZ

#### Docs

- Added a refrence to our next major release. @HofmannZ

## [0.9.1] - August 30 2018

### Breaking change
### Breaking changes

n/a

Expand All @@ -15,7 +29,7 @@ n/a

## [0.9.0] - August 23 2018

### Breaking change
### Breaking changes

n/a

Expand All @@ -32,7 +46,7 @@ n/a

## [0.8.0] - August 10 2018

### Breaking change
### Breaking changes

n/a

Expand All @@ -47,7 +61,7 @@ n/a

## [0.7.1] - August 3 2018

### Breaking change
### Breaking changes

n/a

Expand All @@ -61,7 +75,7 @@ n/a

## [0.7.0] - July 22 2018

### Breaking change
### Breaking changes

n/a

Expand All @@ -77,7 +91,7 @@ n/a

## [0.6.0] - July 19 2018

### Breaking change
### Breaking changes

- The library now requires your app to be wrapped with the `GraphqlProvider` widget. @HofmannZ
- The global `client` variable is no longer available. Instead use the `GraphqlConsumer` widget. @HofmannZ
Expand Down Expand Up @@ -115,7 +129,7 @@ Client client = GraphqlProvider.of(context).value;

## [0.5.4] - July 17 2018

### Breaking change
### Breaking changes

n/a

Expand All @@ -131,7 +145,7 @@ n/a

## [0.5.3] - July 13 2018

### Breaking change
### Breaking changes

n/a

Expand All @@ -147,7 +161,7 @@ n/a

## [0.5.2] - July 11 2018

### Breaking change
### Breaking changes

n/a

Expand All @@ -161,7 +175,7 @@ n/a

## [0.5.1] - June 29 2018

### Breaking change
### Breaking changes

n/a

Expand All @@ -175,7 +189,7 @@ n/a

## [0.5.0] - June 25 2018

### Breaking change
### Breaking changes

n/a

Expand All @@ -191,7 +205,7 @@ n/a

## [0.4.1] - June 22 2018

### Breaking change
### Breaking changes

n/a

Expand All @@ -205,7 +219,7 @@ n/a

## [0.4.0] - June 21 2018

### Breaking change
### Breaking changes

- The Client now requires a from of cache.
- The name of the `execute` method on the `Client` class changed to `query`.
Expand All @@ -224,7 +238,7 @@ n/a

## [0.3.0] - June 16 2018

### Breaking change
### Breaking changes

- Changed data type to `Map` instaid of `Object` to be more explicit.

Expand All @@ -240,7 +254,7 @@ n/a

## [0.2.0] - June 15 2018

### Breaking change
### Breaking changes

- Changed query widget `polling` argument to `pollInterval`, following the [react-apollo](https://github.com/apollographql/react-apollo) api.

Expand All @@ -256,7 +270,7 @@ n/a

My colleague and I created a simple implementation of a GraphQL Client for Flutter. (Many thanks to Eus Dima, for his work on the initial client.)

### Breaking change
### Breaking changes

n/a

Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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: 0.9.1
version: 0.9.2
authors:
- Eus Dima <eus@zinoapp.com>
- Zino Hofmann <zino@zinoapp.com>
Expand All @@ -9,14 +9,14 @@ homepage: https://github.com/zino-app/graphql-flutter
dependencies:
flutter:
sdk: flutter
http: ^0.11.0
path_provider: ^0.4.0
uuid: ^1.0.0
http: ^0.11.3
path_provider: ^0.4.1
uuid: ^1.0.3

dev_dependencies:
flutter_test:
sdk: flutter
test: ^1.3.0

environment:
sdk: ">=2.0.0-dev.52.0 <3.0.0"
sdk: ">=2.0.0 <3.0.0"

0 comments on commit eb0029a

Please # to comment.