Skip to content

Commit c69eef8

Browse files
Merge pull request #1170 from zino-hofmann/macros/graphql-v5.1.2-beta.2
prepare graphql-v5.1.2-beta.3
2 parents ceefc21 + 46837ad commit c69eef8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/graphql/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v5.1.2-beta.3
2+
3+
## Fixes
4+
- Transform nested objects ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/92e495dacc5f7c23a648a4053ee1bd73fb9b924e)). @budde377 27-06-2022
5+
- send connection_init message during handshake ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/e1b7f821d4727f70e64dd334e45f6c65a063adfd)). @othorin 20-05-2022
6+
7+
18
# v5.1.2-beta.2
29

310
## 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.2-beta.2",
3+
"version": "v5.1.2-beta.3",
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.2-beta.2
3+
version: 5.1.2-beta.3
44
homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql
55

66
dependencies:

0 commit comments

Comments
 (0)