···11----
22-'@urql/exchange-graphcache': patch
33----
44-55-Only record dependencies that are changing data, this will reduce the amount of operations we re-invoke due to network-only/cache-and-network queries and mutations
-6
.changeset/tiny-pots-allow.md
···11----
22-'@urql/core': patch
33----
44-55-Fix issue where a reexecute on an in-flight operation would lead to multiple network-requests.
66-For example, this issue presents itself when Graphcache is concurrently updating multiple, inter-dependent queries with shared entities. One query completing while others are still in-flight may lead to duplicate operations being issued.
···11# @urql/exchange-graphcache
2233+## 7.0.2
44+55+### Patch Changes
66+77+- Only record dependencies that are changing data, this will reduce the amount of operations we re-invoke due to network-only/cache-and-network queries and mutations
88+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3564](https://github.com/urql-graphql/urql/pull/3564))
99+310## 7.0.1
411512### Patch Changes
+1-1
exchanges/graphcache/package.json
···11{
22 "name": "@urql/exchange-graphcache",
33- "version": "7.0.1",
33+ "version": "7.0.2",
44 "description": "A normalized and configurable cache exchange for urql",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/graphcache",
+8
packages/core/CHANGELOG.md
···11# @urql/core
2233+## 5.0.2
44+55+### Patch Changes
66+77+- ⚠️ Fix issue where a reexecute on an in-flight operation would lead to multiple network-requests.
88+ For example, this issue presents itself when Graphcache is concurrently updating multiple, inter-dependent queries with shared entities. One query completing while others are still in-flight may lead to duplicate operations being issued
99+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3573](https://github.com/urql-graphql/urql/pull/3573))
1010+311## 5.0.1
412513### Patch Changes
+1-1
packages/core/package.json
···11{
22 "name": "@urql/core",
33- "version": "5.0.1",
33+ "version": "5.0.2",
44 "description": "The shared core for the highly customizable and versatile GraphQL client",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",