···11----
22-'urql': patch
33----
44-55-Fix issue where `useSubscription` would endlessly loop when the callback wasn't memoized
-5
.changeset/silly-walls-cover.md
···11----
22-'urql': patch
33----
44-55-Fix case where identical `useQuery` calls would result in cross-component updates.
+7
packages/react-urql/CHANGELOG.md
···11# urql
2233+## 2.0.1
44+55+### Patch Changes
66+77+- ⚠️ Fix issue where `useSubscription` would endlessly loop when the callback wasn't memoized, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1384](https://github.com/FormidableLabs/urql/pull/1384))
88+- ⚠️ Fix case where identical `useQuery` calls would result in cross-component updates, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1383](https://github.com/FormidableLabs/urql/pull/1383))
99+310## 2.0.0
411512### Major Changes
+1-1
packages/react-urql/package.json
···11{
22 "name": "urql",
33- "version": "2.0.0",
33+ "version": "2.0.1",
44 "description": "A highly customizable and versatile GraphQL client for React",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",