Skip to content

Commit 0438740

Browse files
Version Packages (#3682)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ca0adea commit 0438740

File tree

12 files changed

+24
-19
lines changed

12 files changed

+24
-19
lines changed

.changeset/breezy-tomatoes-sing.md

-5
This file was deleted.

.changeset/neat-pandas-punch.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.3",
21+
"@urql/exchange-graphcache": "^7.2.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

+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.3",
10+
"@urql/exchange-graphcache": "^7.2.0",
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.3",
11+
"@urql/exchange-graphcache": "^7.2.0",
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.3",
12+
"@urql/exchange-graphcache": "^7.2.0",
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.0
4+
5+
### Minor Changes
6+
7+
- Allow @\_required directive to be used in combination with configured schemas
8+
Submitted by [@AndrewIngram](https://github.com/AndrewIngram) (See [#3685](https://github.com/urql-graphql/urql/pull/3685))
9+
310
## 7.1.3
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.3",
3+
"version": "7.2.0",
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.3",
3+
"version": "7.2.0",
44
"description": "A normalized and configurable cache exchange for urql",
55
"sideEffects": false,
66
"homepage": "https://formidable.com/open-source/urql/docs/graphcache",

exchanges/throw-on-error/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @urql/exchange-throw-on-error
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- Initial release
8+
Submitted by [@XiNiHa](https://github.com/XiNiHa) (See [#3677](https://github.com/urql-graphql/urql/pull/3677))

exchanges/throw-on-error/jsr.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@urql/exchange-throw-on-error",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"exports": {
55
".": "./src/index.ts"
66
},
@@ -12,4 +12,4 @@
1212
"**/*.test.*.snap",
1313
"**/*.spec.*.snap"
1414
]
15-
}
15+
}

exchanges/throw-on-error/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@urql/exchange-throw-on-error",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "An exchange for throw-on-error support in urql",
55
"sideEffects": false,
66
"homepage": "https://formidable.com/open-source/urql/docs/",

0 commit comments

Comments
 (0)