Skip to content

Commit 86f0100

Browse files
Version Packages (#3831)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4e9f27d commit 86f0100

File tree

16 files changed

+31
-25
lines changed

16 files changed

+31
-25
lines changed

.changeset/old-cups-shake.md

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

.changeset/orange-rabbits-poke.md

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

.changeset/sweet-buses-invite.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.1",
21-
"@urql/exchange-graphcache": "^8.1.0",
21+
"@urql/exchange-graphcache": "^9.0.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.1",
10-
"@urql/exchange-graphcache": "^8.1.0",
10+
"@urql/exchange-graphcache": "^9.0.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.1",
1010
"@urql/exchange-auth": "^3.0.0",
11-
"@urql/exchange-graphcache": "^8.1.0",
11+
"@urql/exchange-graphcache": "^9.0.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.1",
12-
"@urql/exchange-graphcache": "^8.1.0",
12+
"@urql/exchange-graphcache": "^9.0.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+
## 9.0.0
4+
5+
### Major Changes
6+
7+
- Don't serialize data to IDB. This invalidates all existing data, but greatly improves performance of read/write operations
8+
Submitted by [@ThaUnknown](https://github.com/ThaUnknown) (See [#3824](https://github.com/urql-graphql/urql/pull/3824))
9+
310
## 8.1.0
411

512
### Minor 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.1.0",
3+
"version": "9.0.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.1.0",
3+
"version": "9.0.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)