Skip to content

Commit 6226ec0

Browse files
docs: prepare the new version of graphql
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent 38becef commit 6226ec0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

packages/graphql/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v5.2.1
2+
3+
## Added
4+
- add queryRequestTimeout parameter to GraphQLClient class ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/38becefc8b1768f63686c1b093edaf9e11554af5)). @hamed-rezaee 30-04-2025
5+
6+
17
# v5.2.0
28

39

packages/graphql/changelog.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"package_name": "graphql",
3-
"version": "v5.2.0",
3+
"version": "v5.2.1",
44
"api": {
55
"name": "github",
66
"repository": "zino-hofmann/graphql-flutter",

packages/graphql/pubspec.yaml

+1-1
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.2.0
3+
version: 5.2.1
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)