Skip to content

Commit 7ecfafa

Browse files
committed
graphql: Prepare release 5.1.1
1 parent 6b84582 commit 7ecfafa

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

packages/graphql/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v5.1.1
2+
3+
## New Feature
4+
- Tighten the OnMutationCompleted function ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/59ebaa94d44a531416687904788b823ef5c17b5d)). @budde377 09-04-2022
5+
6+
17
# v5.1.0
28

39
## 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.0",
3+
"version": "v5.1.1",
44
"api": {
55
"name": "github",
66
"repository": "zino-hofmann/graphql-flutter",

packages/graphql/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.1.0
3+
version: 5.1.1
44
homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql
55
dependencies:
66
meta: ^1.3.0

0 commit comments

Comments
 (0)