From 6406fd5fa30180648439e9f9ba9f18caf16e2497 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 07:52:11 +0200 Subject: [PATCH] Version Packages (#3622) --- .changeset/lazy-kangaroos-think.md | 5 ----- examples/with-defer-stream-directives/package.json | 2 +- examples/with-graphcache-pagination/package.json | 2 +- examples/with-graphcache-updates/package.json | 2 +- examples/with-subscriptions-via-fetch/package.json | 2 +- exchanges/graphcache/CHANGELOG.md | 7 +++++++ exchanges/graphcache/jsr.json | 2 +- exchanges/graphcache/package.json | 2 +- 8 files changed, 13 insertions(+), 11 deletions(-) delete mode 100644 .changeset/lazy-kangaroos-think.md diff --git a/.changeset/lazy-kangaroos-think.md b/.changeset/lazy-kangaroos-think.md deleted file mode 100644 index 6efbe2ad88..0000000000 --- a/.changeset/lazy-kangaroos-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@urql/exchange-graphcache": patch ---- - -Disregard write-only operation when fragment-matching with schema awareness diff --git a/examples/with-defer-stream-directives/package.json b/examples/with-defer-stream-directives/package.json index 243616634c..8bce498144 100644 --- a/examples/with-defer-stream-directives/package.json +++ b/examples/with-defer-stream-directives/package.json @@ -18,7 +18,7 @@ "dependencies": { "@graphql-yoga/plugin-defer-stream": "^1.7.1", "@urql/core": "^5.0.4", - "@urql/exchange-graphcache": "^7.1.1", + "@urql/exchange-graphcache": "^7.1.2", "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 7298a1ad9d..e507a1271d 100644 --- a/examples/with-graphcache-pagination/package.json +++ b/examples/with-graphcache-pagination/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@urql/core": "^5.0.4", - "@urql/exchange-graphcache": "^7.1.1", + "@urql/exchange-graphcache": "^7.1.2", "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 81089d7623..e0fd80632c 100644 --- a/examples/with-graphcache-updates/package.json +++ b/examples/with-graphcache-updates/package.json @@ -8,7 +8,7 @@ "dependencies": { "@urql/core": "^5.0.4", "@urql/exchange-auth": "^2.2.0", - "@urql/exchange-graphcache": "^7.1.1", + "@urql/exchange-graphcache": "^7.1.2", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/with-subscriptions-via-fetch/package.json b/examples/with-subscriptions-via-fetch/package.json index e53dede067..c53d478019 100644 --- a/examples/with-subscriptions-via-fetch/package.json +++ b/examples/with-subscriptions-via-fetch/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@urql/core": "^5.0.4", - "@urql/exchange-graphcache": "^7.1.1", + "@urql/exchange-graphcache": "^7.1.2", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/exchanges/graphcache/CHANGELOG.md b/exchanges/graphcache/CHANGELOG.md index b149eadabe..86b2983bee 100644 --- a/exchanges/graphcache/CHANGELOG.md +++ b/exchanges/graphcache/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/exchange-graphcache +## 7.1.2 + +### Patch Changes + +- Disregard write-only operation when fragment-matching with schema awareness + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3621](https://github.com/urql-graphql/urql/pull/3621)) + ## 7.1.1 ### Patch Changes diff --git a/exchanges/graphcache/jsr.json b/exchanges/graphcache/jsr.json index 4949dfa645..16120bbac8 100644 --- a/exchanges/graphcache/jsr.json +++ b/exchanges/graphcache/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-graphcache", - "version": "7.1.1", + "version": "7.1.2", "exports": { ".": "./src/index.ts", "./extras": "./src/extras/index.ts", diff --git a/exchanges/graphcache/package.json b/exchanges/graphcache/package.json index 2282cfe9a8..5fc70afdb6 100644 --- a/exchanges/graphcache/package.json +++ b/exchanges/graphcache/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-graphcache", - "version": "7.1.1", + "version": "7.1.2", "description": "A normalized and configurable cache exchange for urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/graphcache",