diff --git a/.changeset/sweet-goats-judge.md b/.changeset/sweet-goats-judge.md deleted file mode 100644 index 5f7c2fb207..0000000000 --- a/.changeset/sweet-goats-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/core': patch ---- - -Removes double serialization of `data` in `ssrExchange` diff --git a/examples/with-apq/package.json b/examples/with-apq/package.json index b58699590a..05be11fae7 100644 --- a/examples/with-apq/package.json +++ b/examples/with-apq/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.4", + "@urql/core": "^5.0.5", "@urql/exchange-persisted": "^4.3.0", "graphql": "^16.6.0", "react": "^18.2.0", diff --git a/examples/with-defer-stream-directives/package.json b/examples/with-defer-stream-directives/package.json index 8bce498144..559ebd7098 100644 --- a/examples/with-defer-stream-directives/package.json +++ b/examples/with-defer-stream-directives/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@graphql-yoga/plugin-defer-stream": "^1.7.1", - "@urql/core": "^5.0.4", + "@urql/core": "^5.0.5", "@urql/exchange-graphcache": "^7.1.2", "graphql": "17.0.0-alpha.2", "react": "^18.2.0", diff --git a/examples/with-graphcache-pagination/package.json b/examples/with-graphcache-pagination/package.json index e507a1271d..6d00eee5db 100644 --- a/examples/with-graphcache-pagination/package.json +++ b/examples/with-graphcache-pagination/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.4", + "@urql/core": "^5.0.5", "@urql/exchange-graphcache": "^7.1.2", "graphql": "^16.6.0", "react": "^18.2.0", diff --git a/examples/with-graphcache-updates/package.json b/examples/with-graphcache-updates/package.json index e0fd80632c..f3e84ebc7a 100644 --- a/examples/with-graphcache-updates/package.json +++ b/examples/with-graphcache-updates/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.4", + "@urql/core": "^5.0.5", "@urql/exchange-auth": "^2.2.0", "@urql/exchange-graphcache": "^7.1.2", "graphql": "^16.6.0", diff --git a/examples/with-infinite-pagination/package.json b/examples/with-infinite-pagination/package.json index daac894a8f..74b1127351 100644 --- a/examples/with-infinite-pagination/package.json +++ b/examples/with-infinite-pagination/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.4", + "@urql/core": "^5.0.5", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/with-multipart/package.json b/examples/with-multipart/package.json index e7b9f3e5aa..889bd9adc4 100644 --- a/examples/with-multipart/package.json +++ b/examples/with-multipart/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.4", + "@urql/core": "^5.0.5", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/with-next/package.json b/examples/with-next/package.json index a78661df92..e55e8bc02b 100644 --- a/examples/with-next/package.json +++ b/examples/with-next/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "dependencies": { - "@urql/core": "^5.0.4", + "@urql/core": "^5.0.5", "@urql/next": "^1.1.1", "graphql": "^16.6.0", "next": "13.4.2", diff --git a/examples/with-pagination/package.json b/examples/with-pagination/package.json index daac894a8f..74b1127351 100644 --- a/examples/with-pagination/package.json +++ b/examples/with-pagination/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.4", + "@urql/core": "^5.0.5", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/with-react-native/package.json b/examples/with-react-native/package.json index b3a1ab5210..e13d89ebc7 100644 --- a/examples/with-react-native/package.json +++ b/examples/with-react-native/package.json @@ -8,7 +8,7 @@ "start": "react-native start" }, "dependencies": { - "@urql/core": "^5.0.4", + "@urql/core": "^5.0.5", "graphql": "^16.6.0", "react": "18.2.0", "react-native": "0.71.4", diff --git a/examples/with-react/package.json b/examples/with-react/package.json index 8073e3c96d..506f24acce 100644 --- a/examples/with-react/package.json +++ b/examples/with-react/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.4", + "@urql/core": "^5.0.5", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/with-refresh-auth/package.json b/examples/with-refresh-auth/package.json index 38a1c5cb03..00d350ccd5 100644 --- a/examples/with-refresh-auth/package.json +++ b/examples/with-refresh-auth/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.4", + "@urql/core": "^5.0.5", "@urql/exchange-auth": "^2.2.0", "graphql": "^16.6.0", "react": "^18.2.0", diff --git a/examples/with-retry/package.json b/examples/with-retry/package.json index 2642010cc9..9d337b75e2 100644 --- a/examples/with-retry/package.json +++ b/examples/with-retry/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.4", + "@urql/core": "^5.0.5", "@urql/exchange-retry": "^1.3.0", "graphql": "^16.6.0", "react": "^18.2.0", diff --git a/examples/with-subscriptions-via-fetch/package.json b/examples/with-subscriptions-via-fetch/package.json index c53d478019..7f87480d0e 100644 --- a/examples/with-subscriptions-via-fetch/package.json +++ b/examples/with-subscriptions-via-fetch/package.json @@ -8,7 +8,7 @@ "start": "run-p client server" }, "dependencies": { - "@urql/core": "^5.0.4", + "@urql/core": "^5.0.5", "@urql/exchange-graphcache": "^7.1.2", "graphql": "^16.6.0", "react": "^18.2.0", diff --git a/examples/with-svelte/package.json b/examples/with-svelte/package.json index 4f30ed190c..0a2cf42519 100644 --- a/examples/with-svelte/package.json +++ b/examples/with-svelte/package.json @@ -8,7 +8,7 @@ "serve": "vite preview" }, "dependencies": { - "@urql/core": "^5.0.4", + "@urql/core": "^5.0.5", "@urql/svelte": "^4.2.1", "graphql": "^16.6.0", "svelte": "^4.0.5" diff --git a/examples/with-vue3/package.json b/examples/with-vue3/package.json index a831700a39..9b9c554e5d 100644 --- a/examples/with-vue3/package.json +++ b/examples/with-vue3/package.json @@ -8,7 +8,7 @@ "serve": "vite preview" }, "dependencies": { - "@urql/core": "^5.0.4", + "@urql/core": "^5.0.5", "@urql/vue": "^1.4.0", "graphql": "^16.6.0", "vue": "^3.2.47" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 48cab2f339..21554fa20c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/core +## 5.0.5 + +### Patch Changes + +- Removes double serialization of `data` in `ssrExchange` + Submitted by [@negezor](https://github.com/negezor) (See [#3632](https://github.com/urql-graphql/urql/pull/3632)) + ## 5.0.4 ### Patch Changes diff --git a/packages/core/jsr.json b/packages/core/jsr.json index 0d99437a30..fb4c7303af 100644 --- a/packages/core/jsr.json +++ b/packages/core/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/core", - "version": "5.0.4", + "version": "5.0.5", "exports": { ".": "./src/index.ts", "./internal": "./src/internal/index.ts" diff --git a/packages/core/package.json b/packages/core/package.json index 6a16c5abf1..bfb33195d3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@urql/core", - "version": "5.0.4", + "version": "5.0.5", "description": "The shared core for the highly customizable and versatile GraphQL client", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/",