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

Version Packages (#3237)

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

Changed files
+21 -17
.changeset
examples
with-defer-stream-directives
with-graphcache-pagination
with-graphcache-updates
with-refresh-auth
exchanges
-5
.changeset/pretty-dodos-happen.md
···
-
---
-
'@urql/exchange-graphcache': patch
-
---
-
-
Fix torn down queries not being removed from `offlineExchange`’s failed queue on rehydration.
-5
.changeset/weak-eagles-walk.md
···
-
---
-
'@urql/exchange-auth': patch
-
---
-
-
Fix regression that caused teardowns to be ignored by an `authExchange`’s retry queue.
+1 -1
examples/with-defer-stream-directives/package.json
···
"dependencies": {
"@graphql-yoga/plugin-defer-stream": "^1.7.1",
"@urql/core": "^4.0.8",
-
"@urql/exchange-graphcache": "^6.1.0",
+
"@urql/exchange-graphcache": "^6.1.1",
"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": "^4.0.8",
-
"@urql/exchange-graphcache": "^6.1.0",
+
"@urql/exchange-graphcache": "^6.1.1",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
+2 -2
examples/with-graphcache-updates/package.json
···
},
"dependencies": {
"@urql/core": "^4.0.8",
-
"@urql/exchange-auth": "^2.1.3",
-
"@urql/exchange-graphcache": "^6.1.0",
+
"@urql/exchange-auth": "^2.1.4",
+
"@urql/exchange-graphcache": "^6.1.1",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
+1 -1
examples/with-refresh-auth/package.json
···
},
"dependencies": {
"@urql/core": "^4.0.8",
-
"@urql/exchange-auth": "^2.1.3",
+
"@urql/exchange-auth": "^2.1.4",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
+7
exchanges/auth/CHANGELOG.md
···
# Changelog
+
## 2.1.4
+
+
### Patch Changes
+
+
- ⚠️ Fix regression that caused teardowns to be ignored by an `authExchange`’s retry queue
+
Submitted by [@kitten](https://github.com/kitten) (See [#3235](https://github.com/urql-graphql/urql/pull/3235))
+
## 2.1.3
### Patch Changes
+1 -1
exchanges/auth/package.json
···
{
"name": "@urql/exchange-auth",
-
"version": "2.1.3",
+
"version": "2.1.4",
"description": "An exchange for managing authentication and token refresh in urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
+7
exchanges/graphcache/CHANGELOG.md
···
# @urql/exchange-graphcache
+
## 6.1.1
+
+
### Patch Changes
+
+
- ⚠️ Fix torn down queries not being removed from `offlineExchange`’s failed queue on rehydration
+
Submitted by [@kitten](https://github.com/kitten) (See [#3236](https://github.com/urql-graphql/urql/pull/3236))
+
## 6.1.0
### Minor Changes
+1 -1
exchanges/graphcache/package.json
···
{
"name": "@urql/exchange-graphcache",
-
"version": "6.1.0",
+
"version": "6.1.1",
"description": "A normalized and configurable cache exchange for urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/graphcache",