···11----
22-'@urql/exchange-graphcache': patch
33----
44-55-Fix updaters config not working when Mutation/Subscription root names were altered.
66-For instance, a Mutation named `mutation_root` could cause `store.updates` to be misread and cause a
77-runtime error.
-5
.changeset/pretty-pans-doubt.md
···11----
22-'@urql/exchange-graphcache': patch
33----
44-55-Fix operation results being obstructed by the `offlineExchange` when the network request has failed due to being offline and no cache result has been issued. Instead the `offlineExchange` will now retry with `cache-only` policy
+9
exchanges/graphcache/CHANGELOG.md
···11# @urql/exchange-graphcache
2233+## 3.1.1
44+55+### Patch Changes
66+77+- ⚠️ Fix updaters config not working when Mutation/Subscription root names were altered.
88+ For instance, a Mutation named `mutation_root` could cause `store.updates` to be misread and cause a
99+ runtime error, by [@kitten](https://github.com/kitten) (See [#984](https://github.com/FormidableLabs/urql/pull/984))
1010+- ⚠️ Fix operation results being obstructed by the `offlineExchange` when the network request has failed due to being offline and no cache result has been issued. Instead the `offlineExchange` will now retry with `cache-only` policy, by [@kitten](https://github.com/kitten) (See [#985](https://github.com/FormidableLabs/urql/pull/985))
1111+312## 3.1.0
413514### Minor Changes
+1-1
exchanges/graphcache/package.json
···11{
22 "name": "@urql/exchange-graphcache",
33- "version": "3.1.0",
33+ "version": "3.1.1",
44 "description": "A normalized and configurable cache exchange for urql",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/graphcache",