Skip to content

Commit b26e28a

Browse files
committed
🎉Release 0.8.0
1 parent c1b0ce0 commit b26e28a

File tree

2 files changed

+33
-4
lines changed

2 files changed

+33
-4
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## [0.8.0] - August 10 2018
2+
3+
### Breaking change
4+
5+
n/a
6+
7+
#### Fixes / Enhancements
8+
9+
- Added basic error handeling for queries and mutations @mmadjer
10+
- Added missing export for the `GraphqlConsumer` widget @AleksandarFaraj
11+
12+
#### Docs
13+
14+
n/a
15+
16+
## [0.7.1] - August 3 2018
17+
18+
### Breaking change
19+
20+
n/a
21+
22+
#### Fixes / Enhancements
23+
24+
- Code formatting
25+
26+
#### Docs
27+
28+
- Updated the package description
29+
130
## [0.7.0] - July 22 2018
231

332
### Breaking change

pubspec.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: graphql_flutter
22
description: A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
3-
version: 0.7.1
3+
version: 0.8.0
44
authors:
5-
- Eus Dima <[email protected]>
6-
- Zino Hofmann <[email protected]>
5+
- Eus Dima <[email protected]>
6+
- Zino Hofmann <[email protected]>
77
homepage: https://github.com/zino-app/graphql-flutter
88

99
dependencies:
@@ -19,4 +19,4 @@ dev_dependencies:
1919
sdk: flutter
2020

2121
environment:
22-
sdk: ">=2.0.0-dev.52.0"
22+
sdk: ">=2.0.0-dev.52.0"

0 commit comments

Comments
 (0)