diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 3d0faa511..f93c23d45 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -1,6 +1,7 @@ -# 5.0.0-nullsafety.3 +# 5.0.0-nullsafety.4 -Null safety pre-release. +* Null safety pre-release. +* **fix:** only return subscriptions eagerly from cache when a cache-enabled policy is used # [4.1.0-beta.1](https://github.com/zino-app/graphql-flutter/compare/v4.0.2-beta.1...v4.1.0-beta.1) (2021-03-06) diff --git a/packages/graphql/pubspec.yaml b/packages/graphql/pubspec.yaml index 75476a805..9c0e34aa3 100644 --- a/packages/graphql/pubspec.yaml +++ b/packages/graphql/pubspec.yaml @@ -1,6 +1,6 @@ name: graphql description: A stand-alone GraphQL client for Dart, bringing all the features from a modern GraphQL client to one easy to use package. -version: 5.0.0-nullsafety.3 +version: 5.0.0-nullsafety.4 homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql dependencies: meta: ^1.3.0