···11----
22-'@urql/exchange-graphcache': patch
33----
44-55-Make "Invalid undefined" warning heuristic smarter and allow for partial optimistic results. Previously, when a partial optimistic result would be passed, a warning would be issued, and in production, fields would be deleted from the cache. Instead, we now only issue a warning if these fields aren't cached already.
-7
.changeset/mean-tips-fetch.md
···11----
22-'urql': patch
33-'next-urql': patch
44-'@urql/storage-rn': patch
55----
66-77-Switch `react` imports to namespace imports, and update build process for CommonJS outputs to interoperate with `__esModule` marked modules again.
-5
.changeset/serious-dots-sit.md
···11----
22-'@urql/exchange-graphcache': patch
33----
44-55-Optimistic mutation results should never result in dependent operations being blocked.
-5
.changeset/yellow-shrimps-admire.md
···11----
22-'@urql/preact': patch
33----
44-55-Apply shallow difference patch from React bindings to `@urql/preact` (See: #3195)
···11# @urql/exchange-graphcache
2233+## 6.1.2
44+55+### Patch Changes
66+77+- Make "Invalid undefined" warning heuristic smarter and allow for partial optimistic results. Previously, when a partial optimistic result would be passed, a warning would be issued, and in production, fields would be deleted from the cache. Instead, we now only issue a warning if these fields aren't cached already
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3264](https://github.com/urql-graphql/urql/pull/3264))
99+- Optimistic mutation results should never result in dependent operations being blocked
1010+ Submitted by [@kitten](https://github.com/kitten) (See [#3265](https://github.com/urql-graphql/urql/pull/3265))
1111+312## 6.1.1
413514### Patch Changes
+1-1
exchanges/graphcache/package.json
···11{
22 "name": "@urql/exchange-graphcache",
33- "version": "6.1.1",
33+ "version": "6.1.2",
44 "description": "A normalized and configurable cache exchange for urql",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/graphcache",
+7
packages/next-urql/CHANGELOG.md
···11# Changelog
2233+## 5.0.2
44+55+### Patch Changes
66+77+- Switch `react` imports to namespace imports, and update build process for CommonJS outputs to interoperate with `__esModule` marked modules again
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3251](https://github.com/urql-graphql/urql/pull/3251))
99+310## 5.0.1
411512### Patch Changes
+1-1
packages/next-urql/package.json
···11{
22 "name": "next-urql",
33- "version": "5.0.1",
33+ "version": "5.0.2",
44 "description": "Convenience wrappers for using urql with NextJS.",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",
+7
packages/preact-urql/CHANGELOG.md
···11# @urql/preact
2233+## 4.0.3
44+55+### Patch Changes
66+77+- Apply shallow difference patch from React bindings to `@urql/preact` (See: #3195)
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3266](https://github.com/urql-graphql/urql/pull/3266))
99+310## 4.0.2
411512### Patch Changes
+1-1
packages/preact-urql/package.json
···11{
22 "name": "@urql/preact",
33- "version": "4.0.2",
33+ "version": "4.0.3",
44 "description": "A highly customizable and versatile GraphQL client for Preact",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",
+7
packages/react-urql/CHANGELOG.md
···11# urql
2233+## 4.0.4
44+55+### Patch Changes
66+77+- Switch `react` imports to namespace imports, and update build process for CommonJS outputs to interoperate with `__esModule` marked modules again
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3251](https://github.com/urql-graphql/urql/pull/3251))
99+310## 4.0.3
411512### Patch Changes
+1-1
packages/react-urql/package.json
···11{
22 "name": "urql",
33- "version": "4.0.3",
33+ "version": "4.0.4",
44 "description": "A highly customizable and versatile GraphQL client for React",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",
+7
packages/storage-rn/CHANGELOG.md
···11# Changelog
2233+## 1.0.3
44+55+### Patch Changes
66+77+- Switch `react` imports to namespace imports, and update build process for CommonJS outputs to interoperate with `__esModule` marked modules again
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3251](https://github.com/urql-graphql/urql/pull/3251))
99+310## 1.0.2
411512### Patch Changes