···11----
22-'next-urql': patch
33----
44-55-Fix issue where the `renderToString` pass would keep looping due to reexecuting operations on the server
-5
.changeset/strong-turkeys-approve.md
···11----
22-'@urql/exchange-graphcache': patch
33----
44-55-Cleanup the previous `onOnline` event-listener when called again
+6
exchanges/graphcache/CHANGELOG.md
···11# @urql/exchange-graphcache
2233+## 4.3.2
44+55+### Patch Changes
66+77+- Cleanup the previous `onOnline` event-listener when called again, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1896](https://github.com/FormidableLabs/urql/pull/1896))
88+39## 4.3.1
410511### Patch Changes
+1-1
exchanges/graphcache/package.json
···11{
22 "name": "@urql/exchange-graphcache",
33- "version": "4.3.1",
33+ "version": "4.3.2",
44 "description": "A normalized and configurable cache exchange for urql",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/graphcache",
+6
packages/next-urql/CHANGELOG.md
···11# Changelog
2233+## 3.2.1
44+55+### Patch Changes
66+77+- ⚠️ Fix issue where the `renderToString` pass would keep looping due to reexecuting operations on the server, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1895](https://github.com/FormidableLabs/urql/pull/1895))
88+39## 3.2.0
410511### Minor Changes
+1-1
packages/next-urql/package.json
···11{
22 "name": "next-urql",
33- "version": "3.2.0",
33+ "version": "3.2.1",
44 "description": "Convenience wrappers for using urql with NextJS.",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",