···11----
22-'@urql/core': patch
33----
44-55-Re-order `maskTypename` to apply masking earlier in the chain.
-5
.changeset/five-penguins-unite.md
···11----
22-'@urql/exchange-persisted': patch
33----
44-55-Fix `persistedExchange` ignoring teardowns in its initial operation mapping. Since the hash function is promisified, which defers any persisted operation, it needs to respect teardowns.
-5
.changeset/honest-hairs-wave.md
···11----
22-'@urql/core': patch
33----
44-55-Fix `ssrExchange` not formatting query documents using `formatDocument`. Without this call we'd run the risk of not having `__typename` available on the client-side when rehydrating.
-5
.changeset/light-kangaroos-smash.md
···11----
22-'@urql/exchange-auth': patch
33----
44-55-Handle `refreshAuth` rejections and pass the resulting error on to `OperationResult`s on the authentication queue.
-5
.changeset/rich-crews-wink.md
···11----
22-'@urql/svelte': patch
33----
44-55-Updated peer dependency range to include support for Svelte `^4.0.0`
-8
.changeset/swift-camels-draw.md
···11----
22-'@urql/core': patch
33----
44-55-Add deprecation notice for `maskTypename` option.
66-Masking typenames in a result is no longer recommended. It’s only
77-useful when multiple pre-conditions are applied and inferior to
88-mapping to an input object manually.
···11# Changelog
2233+## 2.1.5
44+55+### Patch Changes
66+77+- Handle `refreshAuth` rejections and pass the resulting error on to `OperationResult`s on the authentication queue
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3307](https://github.com/urql-graphql/urql/pull/3307))
99+310## 2.1.4
411512### Patch Changes
+1-1
exchanges/auth/package.json
···11{
22 "name": "@urql/exchange-auth",
33- "version": "2.1.4",
33+ "version": "2.1.5",
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/persisted/CHANGELOG.md
···11# @urql/exchange-persisted-fetch
2233+## 4.0.1
44+55+### Patch Changes
66+77+- ⚠️ Fix `persistedExchange` ignoring teardowns in its initial operation mapping. Since the hash function is promisified, which defers any persisted operation, it needs to respect teardowns
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3312](https://github.com/urql-graphql/urql/pull/3312))
99+310## 4.0.0
411512### Major Changes
+1-1
exchanges/persisted/package.json
···11{
22 "name": "@urql/exchange-persisted",
33- "version": "4.0.0",
33+ "version": "4.0.1",
44 "description": "An exchange that allows for persisted queries support when fetching queries",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",
+14
packages/core/CHANGELOG.md
···11# @urql/core
2233+## 4.0.11
44+55+### Patch Changes
66+77+- Re-order `maskTypename` to apply masking earlier in the chain
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3298](https://github.com/urql-graphql/urql/pull/3298))
99+- ⚠️ Fix `ssrExchange` not formatting query documents using `formatDocument`. Without this call we'd run the risk of not having `__typename` available on the client-side when rehydrating
1010+ Submitted by [@kitten](https://github.com/kitten) (See [#3288](https://github.com/urql-graphql/urql/pull/3288))
1111+- Add deprecation notice for `maskTypename` option.
1212+ Masking typenames in a result is no longer recommended. It’s only
1313+ useful when multiple pre-conditions are applied and inferior to
1414+ mapping to an input object manually
1515+ Submitted by [@kitten](https://github.com/kitten) (See [#3299](https://github.com/urql-graphql/urql/pull/3299))
1616+317## 4.0.10
418519### Patch Changes
+1-1
packages/core/package.json
···11{
22 "name": "@urql/core",
33- "version": "4.0.10",
33+ "version": "4.0.11",
44 "description": "The shared core for the highly customizable and versatile GraphQL client",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",
+7
packages/svelte-urql/CHANGELOG.md
···11# @urql/svelte
2233+## 4.0.3
44+55+### Patch Changes
66+77+- Updated peer dependency range to include support for Svelte `^4.0.0`
88+ Submitted by [@ategen3rt](https://github.com/ategen3rt) (See [#3302](https://github.com/urql-graphql/urql/pull/3302))
99+310## 4.0.2
411512### Patch Changes
+1-1
packages/svelte-urql/package.json
···11{
22 "name": "@urql/svelte",
33- "version": "4.0.2",
33+ "version": "4.0.3",
44 "description": "A highly customizable and versatile GraphQL client for Svelte",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",