···11----
22-"@urql/exchange-graphcache": patch
33----
44-55-Apply [`bivarianceHack`](https://stackoverflow.com/questions/52667959/what-is-the-purpose-of-bivariancehack-in-typescript-types) in the `graphcache` types to better support code-generated configs.
-5
.changeset/grumpy-dogs-allow.md
···11----
22-'urql': patch
33----
44-55-Fix issue with `useQuery`'s `executeQuery` state updates, where some calls wouldn't trigger a source change and start a request when the hook was paused.
-5
.changeset/khaki-guests-hope.md
···11----
22-'@urql/vue': patch
33----
44-55-Use client.executeMutation rather than client.mutation in useMutation
-5
.changeset/loud-ghosts-sparkle.md
···11----
22-'@urql/svelte': patch
33----
44-55-Improve `OperationStore` and `subscription` types to allow for result types of `data` that differ from the original `Data` type, which may be picked up from `TypedDocumentNode`.
-5
.changeset/popular-sheep-itch.md
···11----
22-'@urql/svelte': patch
33----
44-55-Use client.executeMutation rather than client.mutation
-5
.changeset/smooth-hounds-battle.md
···11----
22-'@urql/core': patch
33----
44-55-Prevent stale results from being emitted by promisified query sources, e.g. `client.query(...).toPromise()` yielding a partial result with `stale: true` set. Instead, `.toPromise()` will now filter out stale results.
+8
exchanges/graphcache/CHANGELOG.md
···11# @urql/exchange-graphcache
2233+## 4.1.4
44+55+### Patch Changes
66+77+- Apply [`bivarianceHack`](https://stackoverflow.com/questions/52667959/what-is-the-purpose-of-bivariancehack-in-typescript-types) in the `graphcache` types to better support code-generated configs, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1687](https://github.com/FormidableLabs/urql/pull/1687))
88+- Updated dependencies (See [#1709](https://github.com/FormidableLabs/urql/pull/1709))
99+ - @urql/core@2.1.4
1010+311## 4.1.3
412513### Patch Changes
···11# @urql/core
2233+## 2.1.4
44+55+### Patch Changes
66+77+- Prevent stale results from being emitted by promisified query sources, e.g. `client.query(...).toPromise()` yielding a partial result with `stale: true` set. Instead, `.toPromise()` will now filter out stale results, by [@kitten](https://github.com/kitten) (See [#1709](https://github.com/FormidableLabs/urql/pull/1709))
88+39## 2.1.3
410511### Patch Changes
+1-1
packages/core/package.json
···11{
22 "name": "@urql/core",
33- "version": "2.1.3",
33+ "version": "2.1.4",
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/",
+8
packages/react-urql/CHANGELOG.md
···11# urql
2233+## 2.0.4
44+55+### Patch Changes
66+77+- ⚠️ Fix issue with `useQuery`'s `executeQuery` state updates, where some calls wouldn't trigger a source change and start a request when the hook was paused, by [@kitten](https://github.com/kitten) (See [#1722](https://github.com/FormidableLabs/urql/pull/1722))
88+- Updated dependencies (See [#1709](https://github.com/FormidableLabs/urql/pull/1709))
99+ - @urql/core@2.1.4
1010+311## 2.0.3
412513### Patch Changes
···11# @urql/svelte
2233+## 1.2.3
44+55+### Patch Changes
66+77+- Improve `OperationStore` and `subscription` types to allow for result types of `data` that differ from the original `Data` type, which may be picked up from `TypedDocumentNode`, by [@kitten](https://github.com/kitten) (See [#1731](https://github.com/FormidableLabs/urql/pull/1731))
88+- Use client.executeMutation rather than client.mutation, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1732](https://github.com/FormidableLabs/urql/pull/1732))
99+- Updated dependencies (See [#1709](https://github.com/FormidableLabs/urql/pull/1709))
1010+ - @urql/core@2.1.4
1111+312## 1.2.2
413514### Patch Changes
···11# @urql/vue
2233+## 0.4.1
44+55+### Patch Changes
66+77+- Use client.executeMutation rather than client.mutation in useMutation, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1680](https://github.com/FormidableLabs/urql/pull/1680))
88+- Updated dependencies (See [#1709](https://github.com/FormidableLabs/urql/pull/1709))
99+ - @urql/core@2.1.4
1010+311## 0.4.0
412513### Minor Changes