···11----
22-'@urql/exchange-graphcache': patch
33----
44-55-Fix torn down queries not being removed from `offlineExchange`’s failed queue on rehydration.
-5
.changeset/weak-eagles-walk.md
···11----
22-'@urql/exchange-auth': patch
33----
44-55-Fix regression that caused teardowns to be ignored by an `authExchange`’s retry queue.
···11# Changelog
2233+## 2.1.4
44+55+### Patch Changes
66+77+- ⚠️ Fix regression that caused teardowns to be ignored by an `authExchange`’s retry queue
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3235](https://github.com/urql-graphql/urql/pull/3235))
99+310## 2.1.3
411512### Patch Changes
+1-1
exchanges/auth/package.json
···11{
22 "name": "@urql/exchange-auth",
33- "version": "2.1.3",
33+ "version": "2.1.4",
44 "description": "An exchange for managing authentication and token refresh in urql",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",
+7
exchanges/graphcache/CHANGELOG.md
···11# @urql/exchange-graphcache
2233+## 6.1.1
44+55+### Patch Changes
66+77+- ⚠️ Fix torn down queries not being removed from `offlineExchange`’s failed queue on rehydration
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3236](https://github.com/urql-graphql/urql/pull/3236))
99+310## 6.1.0
411512### Minor Changes
+1-1
exchanges/graphcache/package.json
···11{
22 "name": "@urql/exchange-graphcache",
33- "version": "6.1.0",
33+ "version": "6.1.1",
44 "description": "A normalized and configurable cache exchange for urql",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/graphcache",