Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

Version Packages (#1270)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

Changed files
+21 -14
.changeset
exchanges
packages
-6
.changeset/little-mice-shave.md
···
-
---
-
"@urql/preact": patch
-
"urql": patch
-
---
-
-
Fix Suspense when results share data, this would return partial results for graphCache and not update to the eventual data
-5
.changeset/tiny-badgers-pretend.md
···
-
---
-
"@urql/exchange-graphcache": patch
-
---
-
-
Fix, add null as a possible type for the variables argument in `cache.invalidate`
+6
exchanges/graphcache/CHANGELOG.md
···
# @urql/exchange-graphcache
+
## 3.3.4
+
+
### Patch Changes
+
+
- ⚠️ Fix, add null as a possible type for the variables argument in `cache.invalidate`, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1269](https://github.com/FormidableLabs/urql/pull/1269))
+
## 3.3.3
### Patch Changes
+1 -1
exchanges/graphcache/package.json
···
{
"name": "@urql/exchange-graphcache",
-
"version": "3.3.3",
+
"version": "3.3.4",
"description": "A normalized and configurable cache exchange for urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/graphcache",
+6
packages/preact-urql/CHANGELOG.md
···
# @urql/preact
+
## 1.4.4
+
+
### Patch Changes
+
+
- ⚠️ Fix Suspense when results share data, this would return partial results for graphCache and not update to the eventual data, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1282](https://github.com/FormidableLabs/urql/pull/1282))
+
## 1.4.3
### Patch Changes
+1 -1
packages/preact-urql/package.json
···
{
"name": "@urql/preact",
-
"version": "1.4.3",
+
"version": "1.4.4",
"description": "A highly customizable and versatile GraphQL client for Preact",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
+6
packages/react-urql/CHANGELOG.md
···
# urql
+
## 1.11.5
+
+
### Patch Changes
+
+
- ⚠️ Fix Suspense when results share data, this would return partial results for graphCache and not update to the eventual data, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1282](https://github.com/FormidableLabs/urql/pull/1282))
+
## 1.11.4
### Patch Changes
+1 -1
packages/react-urql/package.json
···
{
"name": "urql",
-
"version": "1.11.4",
+
"version": "1.11.5",
"description": "A highly customizable and versatile GraphQL client for React",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",