···11----
22-'@urql/exchange-graphcache': patch
33----
44-55-Loosen type constraint on `ScalarObject` to account for custom scalar deserialization like `Date` for `DateTime`s.
-5
.changeset/swift-pumas-tie.md
···11----
22-'@urql/exchange-graphcache': patch
33----
44-55-Loosen the typing constraint on the cacheExchange generic
+7
exchanges/graphcache/CHANGELOG.md
···11# @urql/exchange-graphcache
2233+## 4.1.2
44+55+### Patch Changes
66+77+- Loosen type constraint on `ScalarObject` to account for custom scalar deserialization like `Date` for `DateTime`s, by [@kitten](https://github.com/kitten) (See [#1648](https://github.com/FormidableLabs/urql/pull/1648))
88+- Loosen the typing constraint on the cacheExchange generic, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1675](https://github.com/FormidableLabs/urql/pull/1675))
99+310## 4.1.1
411512### Patch Changes
+1-1
exchanges/graphcache/package.json
···11{
22 "name": "@urql/exchange-graphcache",
33- "version": "4.1.1",
33+ "version": "4.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",