Skip to content

Commit ba4e69b

Browse files
Merge pull request #1132 from zino-hofmann/macros/graph_beta
prepare version v5.1.2-beta.1 of graphql client
2 parents b379a5c + 0edb38d commit ba4e69b

File tree

3 files changed

+21
-15
lines changed

3 files changed

+21
-15
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.2-beta.2
2+
3+
## New Feature
4+
- add support for `graphql-transport-ws` ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/b73bb3653c652d747161a541dc984fa293a8605c)). @maximilianmaihoefner 08-05-2022
5+
6+
17
# v5.1.2-beta.1
28

39
## New Feature

packages/graphql/changelog.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"package_name": "graphql",
3-
"version": "v5.1.2-beta.1",
4-
"api": {
5-
"name": "github",
6-
"repository": "zino-hofmann/graphql-flutter",
7-
"branch": "main"
8-
},
9-
"generation_method": {
10-
"name": "header",
11-
"header_filter": true
12-
},
13-
"serialization_method": {
14-
"name": "md"
15-
}
2+
"package_name": "graphql",
3+
"version": "v5.1.2-beta.2",
4+
"api": {
5+
"name": "github",
6+
"repository": "zino-hofmann/graphql-flutter",
7+
"branch": "main"
8+
},
9+
"generation_method": {
10+
"name": "header",
11+
"header_filter": true
12+
},
13+
"serialization_method": {
14+
"name": "md"
15+
}
1616
}

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

66
dependencies:

0 commit comments

Comments
 (0)