Skip to content

Commit ba2cd33

Browse files
Merge pull request #1245 from zino-hofmann/macros/prepare_v5.2-beta.5
prepare graphql beta release :)
2 parents 9b2d25c + f8ee62a commit ba2cd33

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

packages/graphql/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# v5.1.2-beta.5
2+
3+
## Fixed
4+
- Allow list of errors as payloads for graphql-transport-… ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/1845f4000c0ab7f30e16fa16e97a1084fa968b9f)). @juancastillo0 05-10-2022
5+
- Adapt code to breaking change of 'gql' dependencies ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/5d16ebfccff9f831dca13a66511c5a336290ed69)). @ueman 21-08-2022
6+
- Normalization signature ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/dc5207a9dc03e9f87d220d0cdf9b3654af5aa8ef)). @budde377 13-08-2022
7+
8+
## Added
9+
- Refactor GH actions ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/315d85c63f50d42e33c5f9935066fb84d70fb9ad)). @budde377 13-08-2022
10+
11+
112
# v5.1.2-beta.4
213

314
## Fixed

packages/graphql/changelog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"package_name": "graphql",
3-
"version": "v5.1.2-beta.4",
3+
"version": "v5.1.2-beta.5",
44
"api": {
55
"name": "github",
66
"repository": "zino-hofmann/graphql-flutter",
@@ -13,4 +13,4 @@
1313
"serialization_method": {
1414
"name": "md"
1515
}
16-
}
16+
}

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.4
3+
version: 5.1.2-beta.5
44
repository: https://github.com/zino-app/graphql-flutter/tree/main/packages/graphql
55
issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues
66

0 commit comments

Comments
 (0)