Skip to content

Commit f4eb176

Browse files
Version Packages (#3666)
1 parent 31d161a commit f4eb176

File tree

8 files changed

+13
-11
lines changed

8 files changed

+13
-11
lines changed

.changeset/tidy-spies-turn.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.6",
21-
"@urql/exchange-graphcache": "^7.1.2",
21+
"@urql/exchange-graphcache": "^7.1.3",
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.6",
10-
"@urql/exchange-graphcache": "^7.1.2",
10+
"@urql/exchange-graphcache": "^7.1.3",
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.6",
1010
"@urql/exchange-auth": "^2.2.0",
11-
"@urql/exchange-graphcache": "^7.1.2",
11+
"@urql/exchange-graphcache": "^7.1.3",
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.6",
12-
"@urql/exchange-graphcache": "^7.1.2",
12+
"@urql/exchange-graphcache": "^7.1.3",
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.1.3
4+
5+
### Patch Changes
6+
7+
- ⚠️ fix bug that mutation would cause dependent operations and reexecuting operations to become the same set
8+
Submitted by [@xuanduc987](https://github.com/xuanduc987) (See [#3665](https://github.com/urql-graphql/urql/pull/3665))
9+
310
## 7.1.2
411

512
### Patch 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.1.2",
3+
"version": "7.1.3",
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.1.2",
3+
"version": "7.1.3",
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)