Skip to content

Commit

Permalink
Merge pull request #1098 from zino-hofmann/macros/graphql_flutter
Browse files Browse the repository at this point in the history
packages: prepare graphql_flutter v5.1.0
  • Loading branch information
vincenzopalazzo authored Apr 8, 2022
2 parents 5d096a9 + 41ecbc6 commit a180a86
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/packages_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
release:
types: [created]
tags:
- v*
- v-*
jobs:
publishing_client:
runs-on: ubuntu-latest
Expand All @@ -17,6 +17,7 @@ jobs:
credentialJson: ${{ secrets.CREDENTIAL_JSON }}
flutter: false
skipTests: true
force: true
dryRunOnly: ${{ github.event_name != 'release' }}
relativePath: './packages/graphql/'
publishing_flutter:
Expand Down
5 changes: 5 additions & 0 deletions packages/graphql_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v5.1.0

## New Feature
- Stricter analysis (https://github.com/zino-hofmann/graphql-flutter/commit/131ea1f78b55554f730269f94aad11fb1d07cc44). @budde377 19-03-2022

# v5.0.2-beta.7

## New Feature
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: graphql_flutter
description: A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
version: 5.0.2-beta.7
version: 5.1.0
homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql_flutter

dependencies:
graphql: ^5.0.2-beta.6
graphql: ^5.1.0
gql_exec: ^0.4.0
flutter:
sdk: flutter
Expand Down

0 comments on commit a180a86

Please sign in to comment.