Skip to content

Commit f28c6c0

Browse files
prepare 5.1.2-beta.1
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent e078b61 commit f28c6c0

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.2-beta.1
2+
3+
## New Feature
4+
- added query onError & onComplete callbacks ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/8342d245ececc6007744d963c9a5d7ff8ed83f13)). @fabis94 22-04-2022
5+
6+
## Fixes
7+
- Minor formatting issues ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/ff71f5dcadc7e41f2366c6401dffc58d7f7325b8)). @budde377 23-04-2022
8+
9+
110
# v5.1.1
211

312
## New Feature

packages/graphql/changelog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"package_name": "graphql",
3-
"version": "v5.1.1",
3+
"version": "v5.1.2-beta.1",
44
"api": {
55
"name": "github",
66
"repository": "zino-hofmann/graphql-flutter",

packages/graphql/pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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.1.1
3+
version: 5.1.2-beta.1
44
homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql
5+
56
dependencies:
67
meta: ^1.3.0
78
path: ^1.8.0
@@ -20,12 +21,14 @@ dependencies:
2021
stream_channel: ^2.1.0
2122
rxdart: ^0.27.1
2223
uuid: ^3.0.1
24+
2325
dev_dependencies:
2426
async: ^2.5.0
2527
mockito: ^5.0.0
2628
test: ^1.16.0
2729
coverage: ^1.0.3
2830
http_parser: ^4.0.0
2931
lints: ^1.0.1
32+
3033
environment:
3134
sdk: '>=2.12.0 <3.0.0'

0 commit comments

Comments
 (0)