diff --git a/.changeset/hungry-coins-lie.md b/.changeset/hungry-coins-lie.md deleted file mode 100644 index 6528582fbf..0000000000 --- a/.changeset/hungry-coins-lie.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@urql/core': patch ---- - -Fix incremental delivery payloads not merging data correctly, or not handling patches on root -results. diff --git a/examples/with-apq/package.json b/examples/with-apq/package.json index 8b7023fb67..c4ab9deeb7 100644 --- a/examples/with-apq/package.json +++ b/examples/with-apq/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.0.1", + "@urql/core": "^4.0.2", "@urql/exchange-persisted-fetch": "^1.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 14665d697b..9a7ee46a1d 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": "^4.0.1", + "@urql/core": "^4.0.2", "@urql/exchange-graphcache": "^6.0.1", "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 555e4b8f53..8aaf68e10a 100644 --- a/examples/with-graphcache-pagination/package.json +++ b/examples/with-graphcache-pagination/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.0.1", + "@urql/core": "^4.0.2", "@urql/exchange-graphcache": "^6.0.1", "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 762941c042..33d4b86b83 100644 --- a/examples/with-graphcache-updates/package.json +++ b/examples/with-graphcache-updates/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.0.1", + "@urql/core": "^4.0.2", "@urql/exchange-auth": "^2.1.0", "@urql/exchange-graphcache": "^6.0.1", "graphql": "^16.6.0", diff --git a/examples/with-multipart/package.json b/examples/with-multipart/package.json index 63609813bc..2cd2f6d243 100644 --- a/examples/with-multipart/package.json +++ b/examples/with-multipart/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.0.1", + "@urql/core": "^4.0.2", "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 d35b5b935a..59c308bf51 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": "^4.0.1", + "@urql/core": "^4.0.2", "graphql": "^16.6.0", "next": "13.2.4", "next-urql": "^5.0.0", diff --git a/examples/with-pagination/package.json b/examples/with-pagination/package.json index 32e7089124..4cffe6edc8 100644 --- a/examples/with-pagination/package.json +++ b/examples/with-pagination/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.0.1", + "@urql/core": "^4.0.2", "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 6a95b9829b..9d3701dd80 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": "^4.0.1", + "@urql/core": "^4.0.2", "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 df2344b6ea..c2e78bbbbe 100644 --- a/examples/with-react/package.json +++ b/examples/with-react/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.0.1", + "@urql/core": "^4.0.2", "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 c07def5b25..abd119943c 100644 --- a/examples/with-refresh-auth/package.json +++ b/examples/with-refresh-auth/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.0.1", + "@urql/core": "^4.0.2", "@urql/exchange-auth": "^2.1.0", "graphql": "^16.6.0", "react": "^18.2.0", diff --git a/examples/with-retry/package.json b/examples/with-retry/package.json index 389ade576e..e1870a7e01 100644 --- a/examples/with-retry/package.json +++ b/examples/with-retry/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^4.0.1", + "@urql/core": "^4.0.2", "@urql/exchange-retry": "^1.1.0", "graphql": "^16.6.0", "react": "^18.2.0", diff --git a/examples/with-svelte/package.json b/examples/with-svelte/package.json index 5457dffa52..aa02461a01 100644 --- a/examples/with-svelte/package.json +++ b/examples/with-svelte/package.json @@ -8,7 +8,7 @@ "serve": "vite preview" }, "dependencies": { - "@urql/core": "^4.0.1", + "@urql/core": "^4.0.2", "@urql/svelte": "^4.0.0", "graphql": "^16.6.0", "svelte": "^3.57.0" diff --git a/examples/with-vue3/package.json b/examples/with-vue3/package.json index ddc16292f7..0fda88c426 100644 --- a/examples/with-vue3/package.json +++ b/examples/with-vue3/package.json @@ -8,7 +8,7 @@ "serve": "vite preview" }, "dependencies": { - "@urql/core": "^4.0.1", + "@urql/core": "^4.0.2", "@urql/vue": "^1.1.0", "graphql": "^16.6.0", "vue": "^3.2.47" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7db89f90f5..4c426b638a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @urql/core +## 4.0.2 + +### Patch Changes + +- ⚠️ Fix incremental delivery payloads not merging data correctly, or not handling patches on root + results + Submitted by [@kitten](https://github.com/kitten) (See [#3124](https://github.com/urql-graphql/urql/pull/3124)) + ## 4.0.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 0d8e0937e7..439133b072 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@urql/core", - "version": "4.0.1", + "version": "4.0.2", "description": "The shared core for the highly customizable and versatile GraphQL client", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/",