···11----
22-'@urql/core': patch
33----
44-55-Don't add `undefined` to any property of the `ssrExchange`'s serialized results, as this would crash in Next.js
-5
.changeset/little-crabs-sell.md
···11----
22-'@urql/exchange-graphcache': minor
33----
44-55-Add a `mergeMode: 'before' | 'after'` option to the `simplePagination` helper to define whether pages are merged before or after preceding ones when pagination, similar to `relayPagination`'s option
+11
exchanges/graphcache/CHANGELOG.md
···11# @urql/exchange-graphcache
2233+## 3.2.0
44+55+### Minor Changes
66+77+- Add a `mergeMode: 'before' | 'after'` option to the `simplePagination` helper to define whether pages are merged before or after preceding ones when pagination, similar to `relayPagination`'s option, by [@hoangvvo](https://github.com/hoangvvo) (See [#1174](https://github.com/FormidableLabs/urql/pull/1174))
88+99+### Patch Changes
1010+1111+- Updated dependencies (See [#1168](https://github.com/FormidableLabs/urql/pull/1168))
1212+ - @urql/core@1.15.2
1313+314## 3.1.11
415516### Patch Changes
···11# @urql/core
2233+## 1.15.2
44+55+### Patch Changes
66+77+- Don't add `undefined` to any property of the `ssrExchange`'s serialized results, as this would crash in Next.js, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1168](https://github.com/FormidableLabs/urql/pull/1168))
88+39## 1.15.1
410511### Patch Changes
+1-1
packages/core/package.json
···11{
22 "name": "@urql/core",
33- "version": "1.15.1",
33+ "version": "1.15.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/",