From 6a304b9ec107e4bd0513e14bea0705258b834112 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 21 Oct 2024 09:45:49 +0000 Subject: [PATCH] Version Packages --- .changeset/thin-cougars-give.md | 5 ----- examples/with-apq/package.json | 2 +- examples/with-defer-stream-directives/package.json | 2 +- examples/with-graphcache-pagination/package.json | 2 +- examples/with-graphcache-updates/package.json | 2 +- examples/with-infinite-pagination/package.json | 2 +- examples/with-multipart/package.json | 2 +- examples/with-next/package.json | 2 +- examples/with-pagination/package.json | 2 +- examples/with-react-native/package.json | 2 +- examples/with-react/package.json | 2 +- examples/with-refresh-auth/package.json | 2 +- examples/with-retry/package.json | 2 +- examples/with-subscriptions-via-fetch/package.json | 2 +- examples/with-svelte/package.json | 2 +- examples/with-vue3/package.json | 2 +- packages/core/CHANGELOG.md | 7 +++++++ packages/core/jsr.json | 2 +- packages/core/package.json | 2 +- 19 files changed, 24 insertions(+), 22 deletions(-) delete mode 100644 .changeset/thin-cougars-give.md diff --git a/.changeset/thin-cougars-give.md b/.changeset/thin-cougars-give.md deleted file mode 100644 index 4f0d04fa2d..0000000000 --- a/.changeset/thin-cougars-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/core': patch ---- - -Fix `deepMerge` regression on array values diff --git a/examples/with-apq/package.json b/examples/with-apq/package.json index e8c4919d1b..03164c2a7e 100644 --- a/examples/with-apq/package.json +++ b/examples/with-apq/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.7", + "@urql/core": "^5.0.8", "@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 9ba5e676ef..9508536ea9 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.7", + "@urql/core": "^5.0.8", "@urql/exchange-graphcache": "^7.2.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 26e834a798..5ee2d8816f 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.7", + "@urql/core": "^5.0.8", "@urql/exchange-graphcache": "^7.2.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 bfb98111d0..816bb50f8a 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.7", + "@urql/core": "^5.0.8", "@urql/exchange-auth": "^2.2.0", "@urql/exchange-graphcache": "^7.2.1", "graphql": "^16.6.0", diff --git a/examples/with-infinite-pagination/package.json b/examples/with-infinite-pagination/package.json index 79f1198925..6caf2d4fed 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.7", + "@urql/core": "^5.0.8", "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 5e753ab8df..d6e2a777d0 100644 --- a/examples/with-multipart/package.json +++ b/examples/with-multipart/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.7", + "@urql/core": "^5.0.8", "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 4e6ce2383b..8c68ba3be8 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.7", + "@urql/core": "^5.0.8", "@urql/next": "^1.1.2", "graphql": "^16.6.0", "next": "13.4.2", diff --git a/examples/with-pagination/package.json b/examples/with-pagination/package.json index 79f1198925..6caf2d4fed 100644 --- a/examples/with-pagination/package.json +++ b/examples/with-pagination/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.7", + "@urql/core": "^5.0.8", "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 71689f4f60..927697d913 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.7", + "@urql/core": "^5.0.8", "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 cc0bfe3b9e..ba2d92dd7b 100644 --- a/examples/with-react/package.json +++ b/examples/with-react/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.7", + "@urql/core": "^5.0.8", "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 26a1f1a050..1f259a9ef1 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.7", + "@urql/core": "^5.0.8", "@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 7c0f30f4a3..6fd7c334dd 100644 --- a/examples/with-retry/package.json +++ b/examples/with-retry/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.7", + "@urql/core": "^5.0.8", "@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 5e10586715..b32792b1e7 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.7", + "@urql/core": "^5.0.8", "@urql/exchange-graphcache": "^7.2.1", "graphql": "^16.6.0", "react": "^18.2.0", diff --git a/examples/with-svelte/package.json b/examples/with-svelte/package.json index 958f8ad404..d6ce543d84 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.7", + "@urql/core": "^5.0.8", "@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 10371846f9..af9c6bccf3 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.7", + "@urql/core": "^5.0.8", "@urql/vue": "^1.4.1", "graphql": "^16.6.0", "vue": "^3.2.47" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3fd9e2c1fc..026537e8fa 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/core +## 5.0.8 + +### Patch Changes + +- ⚠️ Fix `deepMerge` regression on array values + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3696](https://github.com/urql-graphql/urql/pull/3696)) + ## 5.0.7 ### Patch Changes diff --git a/packages/core/jsr.json b/packages/core/jsr.json index 0b978869ce..5fc6f2528a 100644 --- a/packages/core/jsr.json +++ b/packages/core/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/core", - "version": "5.0.7", + "version": "5.0.8", "exports": { ".": "./src/index.ts", "./internal": "./src/internal/index.ts" diff --git a/packages/core/package.json b/packages/core/package.json index a4a44103cb..11c683907d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@urql/core", - "version": "5.0.7", + "version": "5.0.8", "description": "The shared core for the highly customizable and versatile GraphQL client", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/",