Skip to content

Commit 279728c

Browse files
Merge pull request #1328 from zino-hofmann/macros/release_5.2_beta3
docs: generate the changelog for the beta 3
2 parents a44a0dd + d2d50f7 commit 279728c

File tree

6 files changed

+16
-4
lines changed

6 files changed

+16
-4
lines changed

packages/graphql/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v5.2.0-beta.3
2+
3+
## Added
4+
- bump sdk version upper bound to <4.0.0 ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/8bb9ba355e53dccf5e291b1f05171459bf8867ed)). @ndelanou 17-05-2023
5+
6+
17
# v5.2.0-beta.2
28

39
## Added

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-beta.2",
3+
"version": "v5.2.0-beta.3",
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-beta.2
3+
version: 5.2.0-beta.3
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

packages/graphql_flutter/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v5.2.0-beta.3
2+
3+
## Added
4+
- bump sdk version upper bound to <4.0.0 ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/8bb9ba355e53dccf5e291b1f05171459bf8867ed)). @ndelanou 17-05-2023
5+
6+
17
# v5.2.0-beta.2
28

39
## Fixed

packages/graphql_flutter/changelog.json

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

packages/graphql_flutter/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: graphql_flutter
22
description: A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
3-
version: 5.2.0-beta.2
3+
version: 5.2.0-beta.3
44
repository: https://github.com/zino-app/graphql-flutter/tree/main/packages/graphql_flutter
55
issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues
66

0 commit comments

Comments
 (0)