From 3b679a6d796007fd5e9b2bfe0fe8e916dac84376 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 20:11:24 +0200 Subject: [PATCH] Version Packages (#3602) Co-authored-by: github-actions[bot] --- .changeset/red-eyes-lick.md | 5 ----- .changeset/shaggy-wasps-bow.md | 8 -------- examples/with-apq/package.json | 2 +- examples/with-defer-stream-directives/package.json | 4 ++-- examples/with-graphcache-pagination/package.json | 4 ++-- examples/with-graphcache-updates/package.json | 4 ++-- 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 | 4 ++-- examples/with-svelte/package.json | 2 +- examples/with-vue3/package.json | 2 +- exchanges/graphcache/CHANGELOG.md | 7 +++++++ exchanges/graphcache/jsr.json | 2 +- exchanges/graphcache/package.json | 2 +- packages/core/CHANGELOG.md | 10 ++++++++++ packages/core/jsr.json | 2 +- packages/core/package.json | 2 +- 23 files changed, 40 insertions(+), 36 deletions(-) delete mode 100644 .changeset/red-eyes-lick.md delete mode 100644 .changeset/shaggy-wasps-bow.md diff --git a/.changeset/red-eyes-lick.md b/.changeset/red-eyes-lick.md deleted file mode 100644 index c3aab7e4f1..0000000000 --- a/.changeset/red-eyes-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/exchange-graphcache': patch ---- - -Fix where we would incorrectly match all fragment concrete types because they belong to the abstract type diff --git a/.changeset/shaggy-wasps-bow.md b/.changeset/shaggy-wasps-bow.md deleted file mode 100644 index 7e3a4b4ea1..0000000000 --- a/.changeset/shaggy-wasps-bow.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@urql/core': patch ---- - -Change how we calculate the `OperationKey` to take files into account, before we -would encode them to `null` resulting in every mutation with the same variables -(excluding the files) to have the same key. This resulted in mutations that upload -different files at the same time to share a result in GraphCache. diff --git a/examples/with-apq/package.json b/examples/with-apq/package.json index 336e981f3b..b58699590a 100644 --- a/examples/with-apq/package.json +++ b/examples/with-apq/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.3", + "@urql/core": "^5.0.4", "@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 2ccdb16f2d..243616634c 100644 --- a/examples/with-defer-stream-directives/package.json +++ b/examples/with-defer-stream-directives/package.json @@ -17,8 +17,8 @@ }, "dependencies": { "@graphql-yoga/plugin-defer-stream": "^1.7.1", - "@urql/core": "^5.0.3", - "@urql/exchange-graphcache": "^7.1.0", + "@urql/core": "^5.0.4", + "@urql/exchange-graphcache": "^7.1.1", "graphql": "17.0.0-alpha.2", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/with-graphcache-pagination/package.json b/examples/with-graphcache-pagination/package.json index 8e982d0b6a..7298a1ad9d 100644 --- a/examples/with-graphcache-pagination/package.json +++ b/examples/with-graphcache-pagination/package.json @@ -6,8 +6,8 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.3", - "@urql/exchange-graphcache": "^7.1.0", + "@urql/core": "^5.0.4", + "@urql/exchange-graphcache": "^7.1.1", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/with-graphcache-updates/package.json b/examples/with-graphcache-updates/package.json index fe15c24c51..81089d7623 100644 --- a/examples/with-graphcache-updates/package.json +++ b/examples/with-graphcache-updates/package.json @@ -6,9 +6,9 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.3", + "@urql/core": "^5.0.4", "@urql/exchange-auth": "^2.2.0", - "@urql/exchange-graphcache": "^7.1.0", + "@urql/exchange-graphcache": "^7.1.1", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/with-infinite-pagination/package.json b/examples/with-infinite-pagination/package.json index 0dcf00492e..daac894a8f 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.3", + "@urql/core": "^5.0.4", "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 1c11b0f960..e7b9f3e5aa 100644 --- a/examples/with-multipart/package.json +++ b/examples/with-multipart/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.3", + "@urql/core": "^5.0.4", "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 e1b545d4e8..a78661df92 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.3", + "@urql/core": "^5.0.4", "@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 0dcf00492e..daac894a8f 100644 --- a/examples/with-pagination/package.json +++ b/examples/with-pagination/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.3", + "@urql/core": "^5.0.4", "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 6f2d267efa..b3a1ab5210 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.3", + "@urql/core": "^5.0.4", "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 36ff72575a..8073e3c96d 100644 --- a/examples/with-react/package.json +++ b/examples/with-react/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.3", + "@urql/core": "^5.0.4", "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 0bff62696a..38a1c5cb03 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.3", + "@urql/core": "^5.0.4", "@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 a5c5dfa3d7..2642010cc9 100644 --- a/examples/with-retry/package.json +++ b/examples/with-retry/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.3", + "@urql/core": "^5.0.4", "@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 e668658692..e53dede067 100644 --- a/examples/with-subscriptions-via-fetch/package.json +++ b/examples/with-subscriptions-via-fetch/package.json @@ -8,8 +8,8 @@ "start": "run-p client server" }, "dependencies": { - "@urql/core": "^5.0.3", - "@urql/exchange-graphcache": "^7.1.0", + "@urql/core": "^5.0.4", + "@urql/exchange-graphcache": "^7.1.1", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/with-svelte/package.json b/examples/with-svelte/package.json index e6a20ac2ff..5c48c9b8f6 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.3", + "@urql/core": "^5.0.4", "@urql/svelte": "^4.2.0", "graphql": "^16.6.0", "svelte": "^4.0.5" diff --git a/examples/with-vue3/package.json b/examples/with-vue3/package.json index 535a582507..b4f36bea30 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.3", + "@urql/core": "^5.0.4", "@urql/vue": "^1.2.1", "graphql": "^16.6.0", "vue": "^3.2.47" diff --git a/exchanges/graphcache/CHANGELOG.md b/exchanges/graphcache/CHANGELOG.md index 77719b724d..b149eadabe 100644 --- a/exchanges/graphcache/CHANGELOG.md +++ b/exchanges/graphcache/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/exchange-graphcache +## 7.1.1 + +### Patch Changes + +- ⚠️ Fix where we would incorrectly match all fragment concrete types because they belong to the abstract type + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3603](https://github.com/urql-graphql/urql/pull/3603)) + ## 7.1.0 ### Minor Changes diff --git a/exchanges/graphcache/jsr.json b/exchanges/graphcache/jsr.json index 1800b19c15..4949dfa645 100644 --- a/exchanges/graphcache/jsr.json +++ b/exchanges/graphcache/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-graphcache", - "version": "7.1.0", + "version": "7.1.1", "exports": { ".": "./src/index.ts", "./extras": "./src/extras/index.ts", diff --git a/exchanges/graphcache/package.json b/exchanges/graphcache/package.json index 3b1a5783ec..2282cfe9a8 100644 --- a/exchanges/graphcache/package.json +++ b/exchanges/graphcache/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-graphcache", - "version": "7.1.0", + "version": "7.1.1", "description": "A normalized and configurable cache exchange for urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/graphcache", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index fc9ba7aa76..48cab2f339 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @urql/core +## 5.0.4 + +### Patch Changes + +- Change how we calculate the `OperationKey` to take files into account, before we + would encode them to `null` resulting in every mutation with the same variables + (excluding the files) to have the same key. This resulted in mutations that upload + different files at the same time to share a result in GraphCache + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3601](https://github.com/urql-graphql/urql/pull/3601)) + ## 5.0.3 ### Patch Changes diff --git a/packages/core/jsr.json b/packages/core/jsr.json index e999ad55f7..0d99437a30 100644 --- a/packages/core/jsr.json +++ b/packages/core/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/core", - "version": "5.0.3", + "version": "5.0.4", "exports": { ".": "./src/index.ts", "./internal": "./src/internal/index.ts" diff --git a/packages/core/package.json b/packages/core/package.json index 5249c861ca..6a16c5abf1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@urql/core", - "version": "5.0.3", + "version": "5.0.4", "description": "The shared core for the highly customizable and versatile GraphQL client", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/",