···11----
22-'@urql/vue': patch
33----
44-55-fix pausing feature of useQuery by turning "isPaused" into a ref again.
-5
.changeset/nasty-kids-bake.md
···11----
22-'urql': patch
33----
44-55-Fix in edge-case in client-side React Suspense, where after suspending due to an update a new state value is given to `useSource` in a render update. This was previously then causing us to subscribe to an outdated source in `useEffect` since the updated source would be ignored by the time we reach `useEffect` in `useSource`.
-5
.changeset/odd-starfishes-punch.md
···11----
22-'@urql/vue': minor
33----
44-55-expose Vue plugin function as default export
-5
.changeset/six-wolves-eat.md
···11----
22-'@urql/vue': minor
33----
44-55-Refactor `useQuery` to resolve the lazy promise for Vue Suspense to the latest result that has been requested as per the input to `useQuery`.
-5
.changeset/tasty-ravens-hide.md
···11----
22-'@urql/vue': patch
33----
44-55-Fix implementation of Vue's Suspense feature by making the lazy `PromiseLike` on the returned state passive.
+6
packages/react-urql/CHANGELOG.md
···11# urql
2233+## 1.11.3
44+55+### Patch Changes
66+77+- ⚠️ Fix in edge-case in client-side React Suspense, where after suspending due to an update a new state value is given to `useSource` in a render update. This was previously then causing us to subscribe to an outdated source in `useEffect` since the updated source would be ignored by the time we reach `useEffect` in `useSource`, by [@kitten](https://github.com/kitten) (See [#1157](https://github.com/FormidableLabs/urql/pull/1157))
88+39## 1.11.2
410511### Patch Changes
+1-1
packages/react-urql/package.json
···11{
22 "name": "urql",
33- "version": "1.11.2",
33+ "version": "1.11.3",
44 "description": "A highly customizable and versatile GraphQL client for React",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",
+12
packages/vue-urql/CHANGELOG.md
···11# @urql/vue
2233+## 0.2.0
44+55+### Minor Changes
66+77+- Export a Vue plugin function as the default export, by [@LinusBorg](https://github.com/LinusBorg) (See [#1152](https://github.com/FormidableLabs/urql/pull/1152))
88+- Refactor `useQuery` to resolve the lazy promise for Vue Suspense to the latest result that has been requested as per the input to `useQuery`, by [@kitten](https://github.com/kitten) (See [#1162](https://github.com/FormidableLabs/urql/pull/1162))
99+1010+### Patch Changes
1111+1212+- ⚠️ Fix pausing feature of `useQuery` by turning `isPaused` into a ref again, by [@LinusBorg](https://github.com/LinusBorg) (See [#1155](https://github.com/FormidableLabs/urql/pull/1155))
1313+- ⚠️ Fix implementation of Vue's Suspense feature by making the lazy `PromiseLike` on the returned state passive, by [@kitten](https://github.com/kitten) (See [#1159](https://github.com/FormidableLabs/urql/pull/1159))
1414+315## 0.1.0
416517Initial release
+1-1
packages/vue-urql/package.json
···11{
22 "name": "@urql/vue",
33- "version": "0.1.0",
33+ "version": "0.2.0",
44 "description": "A highly customizable and versatile GraphQL client for vue",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",