···11----
22-'@urql/core': patch
33----
44-55-Replace `File` and `Blob` objects with `null` in variables if multipart request will be started.
-5
.changeset/gentle-melons-march.md
···11----
22-'@urql/exchange-graphcache': patch
33----
44-55-Prevent reusal of incoming API data in Graphcache’s produced (“owned”) data. This prevents us from copying the `__typename` and other superfluous fields.
-5
.changeset/good-coins-know.md
···11----
22-'@urql/core': patch
33----
44-55-Strictly deduplicate `cache-and-network` and `network-only` operations, while a non-stale response is being waited for.
-5
.changeset/nervous-forks-drum.md
···11----
22-'@urql/core': patch
33----
44-55-Fix boundary stopping `multipart/mixed` streams when it randomly occurs in response payloads.
-5
.changeset/real-queens-crash.md
···11----
22-'@urql/exchange-graphcache': patch
33----
44-55-Fix regression which caused `@defer` directives from becoming “sticky” and causing every subsequent cache read to be treated as if the field was deferred.
-5
.changeset/rich-taxis-end.md
···11----
22-'@urql/exchange-graphcache': patch
33----
44-55-Apply `hasNext: true` and fallthrough logic to cached queries that contain deferred, uncached fields. Deferred query results will now be fetched against the API correctly, even if prior requests have been incomplete.
-5
.changeset/strange-elephants-serve.md
···11----
22-'@urql/exchange-auth': patch
33----
44-55-Fix operations created by `utilities.mutate()` erroneously being retried and sent again like a regular operation
···11# Changelog
2233+## 2.1.1
44+55+### Patch Changes
66+77+- ⚠️ Fix operations created by `utilities.mutate()` erroneously being retried and sent again like a regular operation
88+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3164](https://github.com/urql-graphql/urql/pull/3164))
99+310## 2.1.0
411512### Minor Changes
+1-1
exchanges/auth/package.json
···11{
22 "name": "@urql/exchange-auth",
33- "version": "2.1.0",
33+ "version": "2.1.1",
44 "description": "An exchange for managing authentication and token refresh in urql",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",
+13
exchanges/graphcache/CHANGELOG.md
···11# @urql/exchange-graphcache
2233+## 6.0.2
44+55+### Patch Changes
66+77+- Prevent reusal of incoming API data in Graphcache’s produced (“owned”) data. This prevents us from copying the `__typename` and other superfluous fields
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3165](https://github.com/urql-graphql/urql/pull/3165))
99+- ⚠️ Fix regression which caused `@defer` directives from becoming “sticky” and causing every subsequent cache read to be treated as if the field was deferred
1010+ Submitted by [@kitten](https://github.com/kitten) (See [#3167](https://github.com/urql-graphql/urql/pull/3167))
1111+- Apply `hasNext: true` and fallthrough logic to cached queries that contain deferred, uncached fields. Deferred query results will now be fetched against the API correctly, even if prior requests have been incomplete
1212+ Submitted by [@kitten](https://github.com/kitten) (See [#3163](https://github.com/urql-graphql/urql/pull/3163))
1313+- ⚠️ Fix `offlineExchange` duplicating offline mutations in failed queue
1414+ Submitted by [@kitten](https://github.com/kitten) (See [#3158](https://github.com/urql-graphql/urql/pull/3158))
1515+316## 6.0.1
417518### Patch Changes
+1-1
exchanges/graphcache/package.json
···11{
22 "name": "@urql/exchange-graphcache",
33- "version": "6.0.1",
33+ "version": "6.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",
+13
packages/core/CHANGELOG.md
···11# @urql/core
2233+## 4.0.5
44+55+### Patch Changes
66+77+- Replace `File` and `Blob` objects with `null` in variables if multipart request will be started
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3169](https://github.com/urql-graphql/urql/pull/3169))
99+- Strictly deduplicate `cache-and-network` and `network-only` operations, while a non-stale response is being waited for
1010+ Submitted by [@kitten](https://github.com/kitten) (See [#3157](https://github.com/urql-graphql/urql/pull/3157))
1111+- ⚠️ Fix boundary stopping `multipart/mixed` streams when it randomly occurs in response payloads
1212+ Submitted by [@kitten](https://github.com/kitten) (See [#3155](https://github.com/urql-graphql/urql/pull/3155))
1313+- Improve dispatching of arbitrary operations using `reexecuteOperation`
1414+ Submitted by [@kitten](https://github.com/kitten) (See [#3159](https://github.com/urql-graphql/urql/pull/3159))
1515+316## 4.0.4
417518### Patch Changes
+1-1
packages/core/package.json
···11{
22 "name": "@urql/core",
33- "version": "4.0.4",
33+ "version": "4.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/",