Skip to content

Commit

Permalink
chore(release): 5.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0-beta.1](zino-hofmann/graphql-flutter@v4.1.0-beta.2...v5.0.0-beta.1) (2021-05-16)

### Bug Fixes

* **ci:** refine dartanalyzer for example ([e7b5830](zino-hofmann@e7b5830))
* **ci:** stop using test_coverage ([28e499e](zino-hofmann@28e499e))
* **ci:** try dart analyze ([61e9f81](zino-hofmann@61e9f81))
* **client:** AuthLink getToken result should be nullable. ([7f36a68](zino-hofmann@7f36a68))
* **examples:** upgrade to nullsafety ([fe69bce](zino-hofmann@fe69bce))
* **flutter:** make sure starwars works with nullsafe changes ([6d27c64](zino-hofmann@6d27c64))
* **graphql:** only return subscriptions eagerly from cache when a cache-enabled policy is used ([8af2edd](zino-hofmann@8af2edd))

### Features

* **client:** null safe by default ([802185a](zino-hofmann@802185a))

### BREAKING CHANGES

* **client:** Null Safety
  • Loading branch information
semantic-release-bot committed May 16, 2021
1 parent f76053a commit 4bb2dd3
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
23 changes: 23 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [5.0.0-beta.1](https://github.com/zino-app/graphql-flutter/compare/v4.1.0-beta.2...v5.0.0-beta.1) (2021-05-16)


### Bug Fixes

* **ci:** refine dartanalyzer for example ([e7b5830](https://github.com/zino-app/graphql-flutter/commit/e7b5830555187039ad3cf57f6e9e260e17073893))
* **ci:** stop using test_coverage ([28e499e](https://github.com/zino-app/graphql-flutter/commit/28e499e1bc650a193ab3178beaf47c0c6b8a7d90))
* **ci:** try dart analyze ([61e9f81](https://github.com/zino-app/graphql-flutter/commit/61e9f813c35354b169a2d8713a174419e9c14317))
* **client:** AuthLink getToken result should be nullable. ([7f36a68](https://github.com/zino-app/graphql-flutter/commit/7f36a688c09a80c58f77ad925b2d887a5b803376))
* **examples:** upgrade to nullsafety ([fe69bce](https://github.com/zino-app/graphql-flutter/commit/fe69bced878d8d0ccb1f9b60663f48f998589b7b))
* **flutter:** make sure starwars works with nullsafe changes ([6d27c64](https://github.com/zino-app/graphql-flutter/commit/6d27c64ce606900190226ff02c950c180e4dd2f9))
* **graphql:** only return subscriptions eagerly from cache when a cache-enabled policy is used ([8af2edd](https://github.com/zino-app/graphql-flutter/commit/8af2edd31cfaaa193388c5ac1f2fe5bb4676fed4))


### Features

* **client:** null safe by default ([802185a](https://github.com/zino-app/graphql-flutter/commit/802185a73fa2e75ae0f145e9bd7af217fad47813))


### BREAKING CHANGES

* **client:** Null Safety

# [4.1.0-beta.2](https://github.com/zino-app/graphql-flutter/compare/v4.1.0-beta.1...v4.1.0-beta.2) (2021-03-12)


Expand Down
23 changes: 23 additions & 0 deletions packages/graphql_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [5.0.0-beta.1](https://github.com/zino-app/graphql-flutter/compare/v4.1.0-beta.2...v5.0.0-beta.1) (2021-05-16)


### Bug Fixes

* **ci:** refine dartanalyzer for example ([e7b5830](https://github.com/zino-app/graphql-flutter/commit/e7b5830555187039ad3cf57f6e9e260e17073893))
* **ci:** stop using test_coverage ([28e499e](https://github.com/zino-app/graphql-flutter/commit/28e499e1bc650a193ab3178beaf47c0c6b8a7d90))
* **ci:** try dart analyze ([61e9f81](https://github.com/zino-app/graphql-flutter/commit/61e9f813c35354b169a2d8713a174419e9c14317))
* **client:** AuthLink getToken result should be nullable. ([7f36a68](https://github.com/zino-app/graphql-flutter/commit/7f36a688c09a80c58f77ad925b2d887a5b803376))
* **examples:** upgrade to nullsafety ([fe69bce](https://github.com/zino-app/graphql-flutter/commit/fe69bced878d8d0ccb1f9b60663f48f998589b7b))
* **flutter:** make sure starwars works with nullsafe changes ([6d27c64](https://github.com/zino-app/graphql-flutter/commit/6d27c64ce606900190226ff02c950c180e4dd2f9))
* **graphql:** only return subscriptions eagerly from cache when a cache-enabled policy is used ([8af2edd](https://github.com/zino-app/graphql-flutter/commit/8af2edd31cfaaa193388c5ac1f2fe5bb4676fed4))


### Features

* **client:** null safe by default ([802185a](https://github.com/zino-app/graphql-flutter/commit/802185a73fa2e75ae0f145e9bd7af217fad47813))


### BREAKING CHANGES

* **client:** Null Safety

# [4.1.0-beta.2](https://github.com/zino-app/graphql-flutter/compare/v4.1.0-beta.1...v4.1.0-beta.2) (2021-03-12)


Expand Down

0 comments on commit 4bb2dd3

Please sign in to comment.