diff --git a/.changeset/rich-suns-sit.md b/.changeset/rich-suns-sit.md deleted file mode 100644 index 4e0b9c5e89..0000000000 --- a/.changeset/rich-suns-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/exchange-graphcache': patch ---- - -When invoking the automatic creation updater ignore the entity we are currently on in the mutation diff --git a/examples/with-defer-stream-directives/package.json b/examples/with-defer-stream-directives/package.json index 6fe917e22e..2926b23796 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.0", - "@urql/exchange-graphcache": "^7.0.0", + "@urql/exchange-graphcache": "^7.0.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 def7896344..cec62b199a 100644 --- a/examples/with-graphcache-pagination/package.json +++ b/examples/with-graphcache-pagination/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@urql/core": "^5.0.0", - "@urql/exchange-graphcache": "^7.0.0", + "@urql/exchange-graphcache": "^7.0.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 70b6343634..75ef752384 100644 --- a/examples/with-graphcache-updates/package.json +++ b/examples/with-graphcache-updates/package.json @@ -8,7 +8,7 @@ "dependencies": { "@urql/core": "^5.0.0", "@urql/exchange-auth": "^2.1.6", - "@urql/exchange-graphcache": "^7.0.0", + "@urql/exchange-graphcache": "^7.0.1", "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 33f3ff6506..bb5823b058 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.0", - "@urql/exchange-graphcache": "^7.0.0", + "@urql/exchange-graphcache": "^7.0.1", "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 c7dfd3d9c1..18e47b838b 100644 --- a/exchanges/graphcache/CHANGELOG.md +++ b/exchanges/graphcache/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/exchange-graphcache +## 7.0.1 + +### Patch Changes + +- When invoking the automatic creation updater ignore the entity we are currently on in the mutation + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3560](https://github.com/urql-graphql/urql/pull/3560)) + ## 7.0.0 ### Major Changes diff --git a/exchanges/graphcache/package.json b/exchanges/graphcache/package.json index dcba0d7f7c..d54da0a303 100644 --- a/exchanges/graphcache/package.json +++ b/exchanges/graphcache/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-graphcache", - "version": "7.0.0", + "version": "7.0.1", "description": "A normalized and configurable cache exchange for urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/graphcache",