Skip to content

Commit

Permalink
🎉 Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
HofmannZ committed Oct 28, 2018
1 parent 346f261 commit ad4c241
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [0.9.5] - October 28 2018

### Breaking changes

n/a

#### Fixes / Enhancements

- Fixed bug when set state was called after widget was unmounted. @SirKuryaki
- Fixed types. @HofmannZ

#### Docs

- Fixed `Query` and `Mutation` examples on `README.md`. @SirKuryaki

## [0.9.4] - September 10 2018

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ First depend on the library by adding this to your packages `pubspec.yaml`:

```yaml
dependencies:
graphql_flutter: ^0.9.4
graphql_flutter: ^0.9.5
```
Now inside your Dart code you can import it.
Expand Down
4 changes: 2 additions & 2 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.4
version: 0.9.5
authors:
- Eus Dima <[email protected]>
- Zino Hofmann <[email protected]>
Expand All @@ -9,7 +9,7 @@ homepage: https://github.com/zino-app/graphql-flutter
dependencies:
flutter:
sdk: flutter
http: ^0.11.3
http: ^0.12.0
path_provider: ^0.4.1
uuid: ^1.0.3

Expand Down

0 comments on commit ad4c241

Please sign in to comment.