From 38290e71cb95d678fded2d367ef31792d2bf5ea5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 08:48:52 +0200 Subject: [PATCH] Version Packages (#3694) Co-authored-by: github-actions[bot] --- .changeset/tender-moons-watch.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/tender-moons-watch.md diff --git a/.changeset/tender-moons-watch.md b/.changeset/tender-moons-watch.md deleted file mode 100644 index 65976c582f..0000000000 --- a/.changeset/tender-moons-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/exchange-graphcache': patch ---- - -Update selection iterator implementation for JSC memory reduction diff --git a/examples/with-defer-stream-directives/package.json b/examples/with-defer-stream-directives/package.json index 37f36fcfdd..9ba5e676ef 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.7", - "@urql/exchange-graphcache": "^7.2.0", + "@urql/exchange-graphcache": "^7.2.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 32fd4b6a1c..26e834a798 100644 --- a/examples/with-graphcache-pagination/package.json +++ b/examples/with-graphcache-pagination/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@urql/core": "^5.0.7", - "@urql/exchange-graphcache": "^7.2.0", + "@urql/exchange-graphcache": "^7.2.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 7793c5b487..bfb98111d0 100644 --- a/examples/with-graphcache-updates/package.json +++ b/examples/with-graphcache-updates/package.json @@ -8,7 +8,7 @@ "dependencies": { "@urql/core": "^5.0.7", "@urql/exchange-auth": "^2.2.0", - "@urql/exchange-graphcache": "^7.2.0", + "@urql/exchange-graphcache": "^7.2.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 5f6d93a1ba..5e10586715 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.7", - "@urql/exchange-graphcache": "^7.2.0", + "@urql/exchange-graphcache": "^7.2.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 3d2cff3d6a..49ee6e6ecd 100644 --- a/exchanges/graphcache/CHANGELOG.md +++ b/exchanges/graphcache/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/exchange-graphcache +## 7.2.1 + +### Patch Changes + +- Update selection iterator implementation for JSC memory reduction + Submitted by [@kitten](https://github.com/kitten) (See [#3693](https://github.com/urql-graphql/urql/pull/3693)) + ## 7.2.0 ### Minor Changes diff --git a/exchanges/graphcache/jsr.json b/exchanges/graphcache/jsr.json index e537916a3c..438426b051 100644 --- a/exchanges/graphcache/jsr.json +++ b/exchanges/graphcache/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-graphcache", - "version": "7.2.0", + "version": "7.2.1", "exports": { ".": "./src/index.ts", "./extras": "./src/extras/index.ts", diff --git a/exchanges/graphcache/package.json b/exchanges/graphcache/package.json index 1e2c0ef295..57119243cc 100644 --- a/exchanges/graphcache/package.json +++ b/exchanges/graphcache/package.json @@ -1,6 +1,6 @@ { "name": "@urql/exchange-graphcache", - "version": "7.2.0", + "version": "7.2.1", "description": "A normalized and configurable cache exchange for urql", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/graphcache",