···11----
22-"@urql/core": patch
33----
44-55-Update typings of the client to encompass the changes of https://github.com/FormidableLabs/urql/pull/2692
-5
.changeset/flat-feet-look.md
···11----
22-"@urql/exchange-graphcache": patch
33----
44-55-Fix case where a mutation would also be counted in the loop-protection, this prevented partial queries from initiating refetches
-5
.changeset/quiet-turkeys-brake.md
···11----
22-'@urql/core': patch
33----
44-55-Fix case where our transform-debug-target babel plugin would override the root dispatchDebug in `compose.ts` with the latest found exchange, in this case `fetchExchange`
+8
exchanges/graphcache/CHANGELOG.md
···11# @urql/exchange-graphcache
2233+## 5.0.3
44+55+### Patch Changes
66+77+- ⚠️ Fix case where a mutation would also be counted in the loop-protection, this prevented partial queries from initiating refetches, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#2761](https://github.com/FormidableLabs/urql/pull/2761))
88+- Updated dependencies (See [#2758](https://github.com/FormidableLabs/urql/pull/2758) and [#2762](https://github.com/FormidableLabs/urql/pull/2762))
99+ - @urql/core@3.0.5
1010+311## 5.0.2
412513### Patch Changes
···11# @urql/core
2233+## 3.0.5
44+55+### Patch Changes
66+77+- Update typings of the client to encompass the changes of https://github.com/FormidableLabs/urql/pull/2692, by [@c-schwan](https://github.com/c-schwan) (See [#2758](https://github.com/FormidableLabs/urql/pull/2758))
88+- ⚠️ Fix case where our transform-debug-target babel plugin would override the root dispatchDebug in `compose.ts` with the latest found exchange, in this case `fetchExchange`, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#2762](https://github.com/FormidableLabs/urql/pull/2762))
99+310## 3.0.4
411512### Patch Changes
+1-1
packages/core/package.json
···11{
22 "name": "@urql/core",
33- "version": "3.0.4",
33+ "version": "3.0.5",
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/",