Skip to content

Commit 41ecbc6

Browse files
graphql_flutter: prepare official release v5.1.0
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent 5d096a9 commit 41ecbc6

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/packages_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
release:
55
types: [created]
66
tags:
7-
- v*
7+
- v-*
88
jobs:
99
publishing_client:
1010
runs-on: ubuntu-latest
@@ -17,6 +17,7 @@ jobs:
1717
credentialJson: ${{ secrets.CREDENTIAL_JSON }}
1818
flutter: false
1919
skipTests: true
20+
force: true
2021
dryRunOnly: ${{ github.event_name != 'release' }}
2122
relativePath: './packages/graphql/'
2223
publishing_flutter:

packages/graphql_flutter/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v5.1.0
2+
3+
## New Feature
4+
- Stricter analysis (https://github.com/zino-hofmann/graphql-flutter/commit/131ea1f78b55554f730269f94aad11fb1d07cc44). @budde377 19-03-2022
5+
16
# v5.0.2-beta.7
27

38
## New Feature

packages/graphql_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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.0.2-beta.7
3+
version: 5.1.0
44
homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql_flutter
55

66
dependencies:
7-
graphql: ^5.0.2-beta.6
7+
graphql: ^5.1.0
88
gql_exec: ^0.4.0
99
flutter:
1010
sdk: flutter

0 commit comments

Comments
 (0)