Skip to content

Commit 1457b74

Browse files
Version Packages (#3810)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 038c2c0 commit 1457b74

File tree

8 files changed

+13
-11
lines changed

8 files changed

+13
-11
lines changed

.changeset/unlucky-apes-change.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
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": "^6.0.0",
21-
"@urql/exchange-graphcache": "^8.0.0",
21+
"@urql/exchange-graphcache": "^8.1.0",
2222
"graphql": "17.0.0-alpha.2",
2323
"react": "^18.2.0",
2424
"react-dom": "^18.2.0",

examples/with-graphcache-pagination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"@urql/core": "^6.0.0",
10-
"@urql/exchange-graphcache": "^8.0.0",
10+
"@urql/exchange-graphcache": "^8.1.0",
1111
"graphql": "^16.6.0",
1212
"react": "^18.2.0",
1313
"react-dom": "^18.2.0",

examples/with-graphcache-updates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"@urql/core": "^6.0.0",
1010
"@urql/exchange-auth": "^3.0.0",
11-
"@urql/exchange-graphcache": "^8.0.0",
11+
"@urql/exchange-graphcache": "^8.1.0",
1212
"graphql": "^16.6.0",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@urql/core": "^6.0.0",
12-
"@urql/exchange-graphcache": "^8.0.0",
12+
"@urql/exchange-graphcache": "^8.1.0",
1313
"graphql": "^16.6.0",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0",

exchanges/graphcache/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @urql/exchange-graphcache
22

3+
## 8.1.0
4+
5+
### Minor Changes
6+
7+
- Add possibleTypes config for deterministic fragment matching
8+
Submitted by [@xuanduc987](https://github.com/xuanduc987) (See [#3805](https://github.com/urql-graphql/urql/pull/3805))
9+
310
## 8.0.0
411

512
### Patch Changes

exchanges/graphcache/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@urql/exchange-graphcache",
3-
"version": "8.0.0",
3+
"version": "8.1.0",
44
"exports": {
55
".": "./src/index.ts",
66
"./extras": "./src/extras/index.ts",

exchanges/graphcache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@urql/exchange-graphcache",
3-
"version": "8.0.0",
3+
"version": "8.1.0",
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)