From f4eb176d56e0ae5cb1fc68bf3468849fff10eac8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 07:36:49 +0200 Subject: [PATCH] Version Packages (#3666) --- .changeset/tidy-spies-turn.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/tidy-spies-turn.md diff --git a/.changeset/tidy-spies-turn.md b/.changeset/tidy-spies-turn.md deleted file mode 100644 index 0eea5fda75..0000000000 --- a/.changeset/tidy-spies-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/exchange-graphcache': patch ---- - -fix bug that mutation would cause dependent operations and reexecuting operations to become the same set diff --git a/examples/with-defer-stream-directives/package.json b/examples/with-defer-stream-directives/package.json index 778cb473d5..5e1238ec6d 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.6", - "@urql/exchange-graphcache": "^7.1.2", + "@urql/exchange-graphcache": "^7.1.3", "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 c3676b750d..b999f79cd5 100644 --- a/examples/with-graphcache-pagination/package.json +++ b/examples/with-graphcache-pagination/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@urql/core": "^5.0.6", - "@urql/exchange-graphcache": "^7.1.2", + "@urql/exchange-graphcache": "^7.1.3", "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 e483722169..c47d092325 100644 --- a/examples/with-graphcache-updates/package.json +++ b/examples/with-graphcache-updates/package.json @@ -8,7 +8,7 @@ "dependencies": { "@urql/core": "^5.0.6", "@urql/exchange-auth": "^2.2.0", - "@urql/exchange-graphcache": "^7.1.2", + "@urql/exchange-graphcache": "^7.1.3", "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 6559b8ff42..3c8f1a1108 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.6", - "@urql/exchange-graphcache": "^7.1.2", + "@urql/exchange-graphcache": "^7.1.3", "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 86b2983bee..3132f44123 100644 --- a/exchanges/graphcache/CHANGELOG.md +++ b/exchanges/graphcache/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/exchange-graphcache +## 7.1.3 + +### Patch Changes + +- ⚠️ fix bug that mutation would cause dependent operations and reexecuting operations to become the same set + Submitted by [@xuanduc987](https://github.com/xuanduc987) (See [#3665](https://github.com/urql-graphql/urql/pull/3665)) + ## 7.1.2 ### Patch Changes diff --git a/exchanges/graphcache/jsr.json b/exchanges/graphcache/jsr.json index 16120bbac8..91fd3d1bbc 100644 --- a/exchanges/graphcache/jsr.json +++ b/exchanges/graphcache/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-graphcache", - "version": "7.1.2", + "version": "7.1.3", "exports": { ".": "./src/index.ts", "./extras": "./src/extras/index.ts", diff --git a/exchanges/graphcache/package.json b/exchanges/graphcache/package.json index 5fc70afdb6..76aef184c7 100644 --- a/exchanges/graphcache/package.json +++ b/exchanges/graphcache/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-graphcache", - "version": "7.1.2", + "version": "7.1.3", "description": "A normalized and configurable cache exchange for urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/graphcache",