Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

Version Packages (#3682)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

Changed files
+24 -19
.changeset
examples
with-defer-stream-directives
with-graphcache-pagination
with-graphcache-updates
with-subscriptions-via-fetch
exchanges
-5
.changeset/breezy-tomatoes-sing.md
···
-
---
-
'@urql/exchange-graphcache': minor
-
---
-
-
Allow @_required directive to be used in combination with configured schemas
···
-5
.changeset/neat-pandas-punch.md
···
-
---
-
"@urql/exchange-throw-on-error": minor
-
---
-
-
Initial release
···
+1 -1
examples/with-defer-stream-directives/package.json
···
"dependencies": {
"@graphql-yoga/plugin-defer-stream": "^1.7.1",
"@urql/core": "^5.0.6",
-
"@urql/exchange-graphcache": "^7.1.3",
"graphql": "17.0.0-alpha.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
···
"dependencies": {
"@graphql-yoga/plugin-defer-stream": "^1.7.1",
"@urql/core": "^5.0.6",
+
"@urql/exchange-graphcache": "^7.2.0",
"graphql": "17.0.0-alpha.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
+1 -1
examples/with-graphcache-pagination/package.json
···
},
"dependencies": {
"@urql/core": "^5.0.6",
-
"@urql/exchange-graphcache": "^7.1.3",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
···
},
"dependencies": {
"@urql/core": "^5.0.6",
+
"@urql/exchange-graphcache": "^7.2.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
+1 -1
examples/with-graphcache-updates/package.json
···
"dependencies": {
"@urql/core": "^5.0.6",
"@urql/exchange-auth": "^2.2.0",
-
"@urql/exchange-graphcache": "^7.1.3",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
···
"dependencies": {
"@urql/core": "^5.0.6",
"@urql/exchange-auth": "^2.2.0",
+
"@urql/exchange-graphcache": "^7.2.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
+1 -1
examples/with-subscriptions-via-fetch/package.json
···
},
"dependencies": {
"@urql/core": "^5.0.6",
-
"@urql/exchange-graphcache": "^7.1.3",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
···
},
"dependencies": {
"@urql/core": "^5.0.6",
+
"@urql/exchange-graphcache": "^7.2.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
+7
exchanges/graphcache/CHANGELOG.md
···
# @urql/exchange-graphcache
## 7.1.3
### Patch Changes
···
# @urql/exchange-graphcache
+
## 7.2.0
+
+
### Minor Changes
+
+
- Allow @\_required directive to be used in combination with configured schemas
+
Submitted by [@AndrewIngram](https://github.com/AndrewIngram) (See [#3685](https://github.com/urql-graphql/urql/pull/3685))
+
## 7.1.3
### Patch Changes
+1 -1
exchanges/graphcache/jsr.json
···
{
"name": "@urql/exchange-graphcache",
-
"version": "7.1.3",
"exports": {
".": "./src/index.ts",
"./extras": "./src/extras/index.ts",
···
{
"name": "@urql/exchange-graphcache",
+
"version": "7.2.0",
"exports": {
".": "./src/index.ts",
"./extras": "./src/extras/index.ts",
+1 -1
exchanges/graphcache/package.json
···
{
"name": "@urql/exchange-graphcache",
-
"version": "7.1.3",
"description": "A normalized and configurable cache exchange for urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/graphcache",
···
{
"name": "@urql/exchange-graphcache",
+
"version": "7.2.0",
"description": "A normalized and configurable cache exchange for urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/graphcache",
+8
exchanges/throw-on-error/CHANGELOG.md
···
···
+
# @urql/exchange-throw-on-error
+
+
## 0.1.0
+
+
### Minor Changes
+
+
- Initial release
+
Submitted by [@XiNiHa](https://github.com/XiNiHa) (See [#3677](https://github.com/urql-graphql/urql/pull/3677))
+2 -2
exchanges/throw-on-error/jsr.json
···
{
"name": "@urql/exchange-throw-on-error",
-
"version": "0.0.0",
"exports": {
".": "./src/index.ts"
},
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
···
{
"name": "@urql/exchange-throw-on-error",
+
"version": "0.1.0",
"exports": {
".": "./src/index.ts"
},
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
+
}
+1 -1
exchanges/throw-on-error/package.json
···
{
"name": "@urql/exchange-throw-on-error",
-
"version": "0.0.0",
"description": "An exchange for throw-on-error support in urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
···
{
"name": "@urql/exchange-throw-on-error",
+
"version": "0.1.0",
"description": "An exchange for throw-on-error support in urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",