diff --git a/.changeset/curvy-terms-dress.md b/.changeset/curvy-terms-dress.md deleted file mode 100644 index b4f9798492..0000000000 --- a/.changeset/curvy-terms-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/core': patch ---- - -Don't add `undefined` to any property of the `ssrExchange`'s serialized results, as this would crash in Next.js diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7ea4bfc509..18d0fb5688 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @urql/core +## 1.15.2 + +### Patch Changes + +- 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)) + ## 1.15.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index a39867d5d2..fce61ba7e2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@urql/core", - "version": "1.15.1", + "version": "1.15.2", "description": "The shared core for the highly customizable and versatile GraphQL client", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/",