Skip to content

Commit 38290e7

Browse files
Version Packages (#3694)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4641c39 commit 38290e7

File tree

8 files changed

+13
-11
lines changed

8 files changed

+13
-11
lines changed

.changeset/tender-moons-watch.md

-5
This file was deleted.

examples/with-defer-stream-directives/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@graphql-yoga/plugin-defer-stream": "^1.7.1",
2020
"@urql/core": "^5.0.7",
21-
"@urql/exchange-graphcache": "^7.2.0",
21+
"@urql/exchange-graphcache": "^7.2.1",
2222
"graphql": "17.0.0-alpha.2",
2323
"react": "^18.2.0",
2424
"react-dom": "^18.2.0",

examples/with-graphcache-pagination/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"@urql/core": "^5.0.7",
10-
"@urql/exchange-graphcache": "^7.2.0",
10+
"@urql/exchange-graphcache": "^7.2.1",
1111
"graphql": "^16.6.0",
1212
"react": "^18.2.0",
1313
"react-dom": "^18.2.0",

examples/with-graphcache-updates/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"@urql/core": "^5.0.7",
1010
"@urql/exchange-auth": "^2.2.0",
11-
"@urql/exchange-graphcache": "^7.2.0",
11+
"@urql/exchange-graphcache": "^7.2.1",
1212
"graphql": "^16.6.0",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0",

examples/with-subscriptions-via-fetch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@urql/core": "^5.0.7",
12-
"@urql/exchange-graphcache": "^7.2.0",
12+
"@urql/exchange-graphcache": "^7.2.1",
1313
"graphql": "^16.6.0",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0",

exchanges/graphcache/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @urql/exchange-graphcache
22

3+
## 7.2.1
4+
5+
### Patch Changes
6+
7+
- Update selection iterator implementation for JSC memory reduction
8+
Submitted by [@kitten](https://github.com/kitten) (See [#3693](https://github.com/urql-graphql/urql/pull/3693))
9+
310
## 7.2.0
411

512
### Minor Changes

exchanges/graphcache/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@urql/exchange-graphcache",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"exports": {
55
".": "./src/index.ts",
66
"./extras": "./src/extras/index.ts",

exchanges/graphcache/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@urql/exchange-graphcache",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "A normalized and configurable cache exchange for urql",
55
"sideEffects": false,
66
"homepage": "https://formidable.com/open-source/urql/docs/graphcache",

0 commit comments

Comments
 (0)