···11----
22-'@urql/exchange-persisted-fetch': minor
33----
44-55-Adds support for custom hash functions by adding a `generateHash` option to the exchange.
-5
.changeset/kind-goats-carry.md
···11----
22-'next-urql': patch
33----
44-55-Disable suspense on the `Client` when we aren't using `react-ssr-prepass`.
-5
.changeset/six-hornets-smile.md
···11----
22-'@urql/core': patch
33----
44-55-Fix `formatDocument` mutating parts of the `DocumentNode` which may be shared by other documents and queries. Also ensure that a formatted document will always generate the same key in `createRequest` as the original document.
-5
.changeset/six-pumas-taste.md
···11----
22-'@urql/core': patch
33----
44-55-Fix `ssrExchange` invalidating results on the client-side too eagerly, by delaying invalidation by a tick
+11
exchanges/persisted-fetch/CHANGELOG.md
···11# @urql/exchange-persisted-fetch
2233+## 1.1.0
44+55+### Minor Changes
66+77+- Adds support for custom hash functions by adding a `generateHash` option to the exchange, by [@lorenries](https://github.com/lorenries) (See [#870](https://github.com/FormidableLabs/urql/pull/870))
88+99+### Patch Changes
1010+1111+- Updated dependencies (See [#880](https://github.com/FormidableLabs/urql/pull/880) and [#885](https://github.com/FormidableLabs/urql/pull/885))
1212+ - @urql/core@1.12.2
1313+314## 1.0.1
415516### Patch Changes
···11# @urql/core
2233+## 1.12.2
44+55+### Patch Changes
66+77+- ⚠️ Fix `formatDocument` mutating parts of the `DocumentNode` which may be shared by other documents and queries. Also ensure that a formatted document will always generate the same key in `createRequest` as the original document, by [@kitten](https://github.com/kitten) (See [#880](https://github.com/FormidableLabs/urql/pull/880))
88+- ⚠️ Fix `ssrExchange` invalidating results on the client-side too eagerly, by delaying invalidation by a tick, by [@kitten](https://github.com/kitten) (See [#885](https://github.com/FormidableLabs/urql/pull/885))
99+310## 1.12.1
411512### Patch Changes
+1-1
packages/core/package.json
···11{
22 "name": "@urql/core",
33- "version": "1.12.1",
33+ "version": "1.12.2",
44 "description": "The shared core for the highly customizable and versatile GraphQL client",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",
+6
packages/next-urql/CHANGELOG.md
···11# Changelog
2233+## 1.0.2
44+55+### Patch Changes
66+77+- Disable suspense on the `Client` when we aren't using `react-ssr-prepass`, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#884](https://github.com/FormidableLabs/urql/pull/884))
88+39## 1.0.1
410511### Patch Changes
+1-1
packages/next-urql/package.json
···11{
22 "name": "next-urql",
33- "version": "1.0.1",
33+ "version": "1.0.2",
44 "description": "Convenience wrappers for using urql with NextJS.",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",