···11----
22-'@urql/exchange-graphcache': patch
33----
44-55-Add special-case for fetching an introspection result in our schema-checking, this avoids an error when urql-devtools fetches the backend graphql schema.
-5
.changeset/chatty-poems-rescue.md
···11----
22-'@urql/exchange-graphcache': patch
33----
44-55-Mute warning when using built-in GraphQL fields, like `__type`
-5
.changeset/cuddly-ligers-design.md
···11----
22-'@urql/exchange-persisted-fetch': minor
33----
44-55-Pass the parsed GraphQL-document as a second argument to the `generateHash` option.
-5
.changeset/hip-adults-look.md
···11----
22-'@urql/core': patch
33----
44-55-Remove whitespace and comments from string-queries
-7
.changeset/hot-turkeys-deliver.md
···11----
22-'@urql/preact': minor
33-'urql': minor
44-'@urql/svelte': minor
55----
66-77-Add the operation to the query, mutation and subscription result.
-5
.changeset/hungry-cycles-kiss.md
···11----
22-'@urql/exchange-graphcache': patch
33----
44-55-Fix return type for resolvers to allow data objects to be returned with `__typename` as expected
-5
.changeset/pretty-squids-learn.md
···11----
22-'@urql/core': patch
33----
44-55-Remove redundant whitespaces when using GET for graphql queries.
-5
.changeset/rotten-pandas-obey.md
···11----
22-'next-urql': minor
33----
44-55-Add the option to reset the client on a next-urql application.
-5
.changeset/six-shoes-kneel.md
···11----
22-'urql': patch
33----
44-55-Update hooks to be exported functions rather than exported block-scoped variables to provide TypeScript consumers with better access to their signature.
+10
exchanges/graphcache/CHANGELOG.md
···11# @urql/exchange-graphcache
2233+## 3.0.2
44+55+### Patch Changes
66+77+- Add special-case for fetching an introspection result in our schema-checking, this avoids an error when urql-devtools fetches the backend graphql schema, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#893](https://github.com/FormidableLabs/urql/pull/893))
88+- Mute warning when using built-in GraphQL fields, like `__type`, by [@kitten](https://github.com/kitten) (See [#919](https://github.com/FormidableLabs/urql/pull/919))
99+- ⚠️ Fix return type for resolvers to allow data objects to be returned with `__typename` as expected, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#927](https://github.com/FormidableLabs/urql/pull/927))
1010+- Updated dependencies (See [#911](https://github.com/FormidableLabs/urql/pull/911) and [#908](https://github.com/FormidableLabs/urql/pull/908))
1111+ - @urql/core@1.12.3
1212+313## 3.0.1
414515### Patch Changes
···11# @urql/exchange-persisted-fetch
2233+## 1.2.0
44+55+### Minor Changes
66+77+- Pass the parsed GraphQL-document as a second argument to the `generateHash` option, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#887](https://github.com/FormidableLabs/urql/pull/887))
88+99+### Patch Changes
1010+1111+- Updated dependencies (See [#911](https://github.com/FormidableLabs/urql/pull/911) and [#908](https://github.com/FormidableLabs/urql/pull/908))
1212+ - @urql/core@1.12.3
1313+314## 1.1.0
415516### Minor Changes
···11# @urql/core
2233+## 1.12.3
44+55+### Patch Changes
66+77+- Remove whitespace and comments from string-queries, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#911](https://github.com/FormidableLabs/urql/pull/911))
88+- Remove redundant whitespaces when using GET for graphql queries, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#908](https://github.com/FormidableLabs/urql/pull/908))
99+310## 1.12.2
411512### Patch Changes
+1-1
packages/core/package.json
···11{
22 "name": "@urql/core",
33- "version": "1.12.2",
33+ "version": "1.12.3",
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/",
+11
packages/next-urql/CHANGELOG.md
···11# Changelog
2233+## 1.1.0
44+55+### Minor Changes
66+77+- Add the option to reset the client on a next-urql application, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#894](https://github.com/FormidableLabs/urql/pull/894))
88+99+### Patch Changes
1010+1111+- Updated dependencies (See [#924](https://github.com/FormidableLabs/urql/pull/924) and [#904](https://github.com/FormidableLabs/urql/pull/904))
1212+ - urql@1.10.0
1313+314## 1.0.2
415516### Patch Changes
···11# @urql/preact
2233+## 1.2.0
44+55+### Minor Changes
66+77+- Add the operation to the query, mutation and subscription result, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#924](https://github.com/FormidableLabs/urql/pull/924))
88+99+### Patch Changes
1010+1111+- Updated dependencies (See [#911](https://github.com/FormidableLabs/urql/pull/911) and [#908](https://github.com/FormidableLabs/urql/pull/908))
1212+ - @urql/core@1.12.3
1313+314## 1.1.8
415516### Patch Changes
···11# urql
2233+## 1.10.0
44+55+### Minor Changes
66+77+- Add the operation to the query, mutation and subscription result, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#924](https://github.com/FormidableLabs/urql/pull/924))
88+99+### Patch Changes
1010+1111+- Update hooks to be exported functions rather than exported block-scoped variables to provide TypeScript consumers with better access to their signature, by [@dotansimha](https://github.com/dotansimha) (See [#904](https://github.com/FormidableLabs/urql/pull/904))
1212+- Updated dependencies (See [#911](https://github.com/FormidableLabs/urql/pull/911) and [#908](https://github.com/FormidableLabs/urql/pull/908))
1313+ - @urql/core@1.12.3
1414+315## 1.9.8
416517### Patch Changes
···11# @urql/svelte
2233+## 0.4.0
44+55+### Minor Changes
66+77+- Add the operation to the query, mutation and subscription result, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#924](https://github.com/FormidableLabs/urql/pull/924))
88+99+### Patch Changes
1010+1111+- Updated dependencies (See [#911](https://github.com/FormidableLabs/urql/pull/911) and [#908](https://github.com/FormidableLabs/urql/pull/908))
1212+ - @urql/core@1.12.3
1313+314## 0.3.0
415516### Minor Changes