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

Version Packages (#2785)

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

urql-ci 0b307a91 30ecefe9

Changed files
+7 -6
.changeset
exchanges
-5
.changeset/pink-melons-joke.md
···
-
---
-
'@urql/exchange-graphcache': patch
-
---
-
-
Set operations when updating the cache with a result
+6
exchanges/graphcache/CHANGELOG.md
···
# @urql/exchange-graphcache
+
## 5.0.5
+
+
### Patch Changes
+
+
- Set operations when updating the cache with a result, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#2782](https://github.com/FormidableLabs/urql/pull/2782))
+
## 5.0.4
### Patch Changes
+1 -1
exchanges/graphcache/package.json
···
{
"name": "@urql/exchange-graphcache",
-
"version": "5.0.4",
+
"version": "5.0.5",
"description": "A normalized and configurable cache exchange for urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/graphcache",