Skip to content

Commit 4f90e46

Browse files
Merge pull request #1094 from zino-hofmann/macros/graphql_v5.0.2-beta.8
release: adding changelog.json conf and prepare graphql release v5.0.2-beta.8
2 parents e7b9ce9 + ccb75d1 commit 4f90e46

File tree

4 files changed

+39
-1
lines changed

4 files changed

+39
-1
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.0.2-beta.8
2+
3+
## New Feature
4+
- Stricter analysis ([commit](https://github.com/zino-hofmann/graphql-flutter/commit/131ea1f78b55554f730269f94aad11fb1d07cc44)). @budde377 19-03-2022
5+
6+
17
# v5.0.2-beta.7
28

39
## New Feature

packages/graphql/changelog.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"package_name": "graphql",
3+
"version": "v5.0.2-beta.8",
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+
}
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.0.2-beta.7
3+
version: 5.0.2-beta.8
44
homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql
55
dependencies:
66
meta: ^1.3.0
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"package_name": "graphql_flutter",
3+
"version": "v5.0.2-beta.7",
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+
}
16+
}

0 commit comments

Comments
 (0)