Skip to content

Commit 75bf5c3

Browse files
graphql: prepare official release v5.1.0
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent 850fd3d commit 75bf5c3

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

packages/graphql/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v5.1.0
2+
3+
## New Feature
4+
- Hive integration ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/a8726cb41e1b98e9aaeb8ac3bf7192368de68981)). @budde377 03-04-2022
5+
6+
## Fixes
7+
- subscription hook return an uninitialized stream (https://github.com/zino-hofmann/graphql-flutter/commit/ebc4abd86b72b75ffe4e26a2f412411ab7dd2993). @PainteR 25-03-2022
8+
- Stricter analysis (https://github.com/zino-hofmann/graphql-flutter/commit/131ea1f78b55554f730269f94aad11fb1d07cc44). @budde377 19-03-2022
9+
110
# v5.0.2-beta.8
211

312
## Fixes

packages/graphql/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: graphql
22
description: A stand-alone GraphQL client for Dart, bringing all the features from a modern GraphQL client to one easy to use package.
3-
version: 5.0.2-beta.8
3+
version: 5.1.0
44
homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql
55
dependencies:
66
meta: ^1.3.0
@@ -23,7 +23,7 @@ dependencies:
2323
dev_dependencies:
2424
async: ^2.5.0
2525
mockito: ^5.0.0
26-
test: ^1.18.2
26+
test: ^1.16.0
2727
coverage: ^1.0.3
2828
http_parser: ^4.0.0
2929
lints: ^1.0.1

0 commit comments

Comments
 (0)