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

Version Packages (#2772)

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

urql-ci 8fc678e8 3814959c

Changed files
+7 -6
.changeset
exchanges
-5
.changeset/lucky-terms-greet.md
···
-
---
-
'@urql/exchange-graphcache': patch
-
---
-
-
Ensure we aren't eagerly removing layers that are caused by subscriptions
···
+6
exchanges/graphcache/CHANGELOG.md
···
# @urql/exchange-graphcache
## 5.0.3
### Patch Changes
···
# @urql/exchange-graphcache
+
## 5.0.4
+
+
### Patch Changes
+
+
- Ensure we aren't eagerly removing layers that are caused by subscriptions, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#2771](https://github.com/FormidableLabs/urql/pull/2771))
+
## 5.0.3
### Patch Changes
+1 -1
exchanges/graphcache/package.json
···
{
"name": "@urql/exchange-graphcache",
-
"version": "5.0.3",
"description": "A normalized and configurable cache exchange for urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/graphcache",
···
{
"name": "@urql/exchange-graphcache",
+
"version": "5.0.4",
"description": "A normalized and configurable cache exchange for urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/graphcache",