···11----
22-'@urql/exchange-graphcache': patch
33----
44-55-Improve perf by using String.indexOf in getField
-5
.changeset/cool-zoos-whisper.md
···11----
22-"@urql/svelte": patch
33----
44-55-Add missing `pause` on the `operationStore` return value
-5
.changeset/flat-queens-refuse.md
···11----
22-'@urql/core': patch
33----
44-55-Fix issue where the ssr-exchange would loop due to checking network-only revalidations
-5
.changeset/smart-bags-confess.md
···11----
22-'urql': patch
33----
44-55-Fix issue where a paused query would not behave correctly when calling `executeQuery`, this scenario occured when the query has variables, there would be cases where on the first call it would think that the dependencies had changed (previous request vs current request) which made the source reset to null
-5
.changeset/tasty-dragons-check.md
···11----
22-'@urql/vue': minor
33----
44-55-Allow passing in a Ref of client to `provideClient` and `install`
+8
exchanges/graphcache/CHANGELOG.md
···11# @urql/exchange-graphcache
2233+## 4.3.4
44+55+### Patch Changes
66+77+- Improve perf by using String.indexOf in getField, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1957](https://github.com/FormidableLabs/urql/pull/1957))
88+- Updated dependencies (See [#1944](https://github.com/FormidableLabs/urql/pull/1944))
99+ - @urql/core@2.3.2
1010+311## 4.3.3
412513### Patch Changes
···11# @urql/core
2233+## 2.3.2
44+55+### Patch Changes
66+77+- ⚠️ Fix issue where the ssr-exchange would loop due to checking network-only revalidations, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1944](https://github.com/FormidableLabs/urql/pull/1944))
88+39## 2.3.1
410511### Patch Changes
+1-1
packages/core/package.json
···11{
22 "name": "@urql/core",
33- "version": "2.3.1",
33+ "version": "2.3.2",
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.5
44+55+### Patch Changes
66+77+- ⚠️ Fix issue where a paused query would not behave correctly when calling `executeQuery`, this scenario occured when the query has variables, there would be cases where on the first call it would think that the dependencies had changed (previous request vs current request) which made the source reset to null, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1982](https://github.com/FormidableLabs/urql/pull/1982))
88+- Updated dependencies (See [#1944](https://github.com/FormidableLabs/urql/pull/1944))
99+ - @urql/core@2.3.2
1010+311## 2.0.4
412513### Patch Changes
···11# @urql/vue
2233+## 0.5.0
44+55+### Minor Changes
66+77+- Allow passing in a Ref of client to `provideClient` and `install`, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1962](https://github.com/FormidableLabs/urql/pull/1962))
88+99+### Patch Changes
1010+1111+- Updated dependencies (See [#1944](https://github.com/FormidableLabs/urql/pull/1944))
1212+ - @urql/core@2.3.2
1313+314## 0.4.3
415516### Patch Changes