···11----
22-'@urql/exchange-graphcache': patch
33-'@urql/exchange-populate': patch
44----
55-66-Remove the shared package, this will fix the types file generation for graphcache.
-5
.changeset/sharp-students-flash.md
···11----
22-'@urql/core': patch
33----
44-55-Prevent active teardowns for queries on subscriptionExchange
+8
exchanges/graphcache/CHANGELOG.md
···11# @urql/exchange-graphcache
2233+## 2.2.1
44+55+### Patch Changes
66+77+- Remove the shared package, this will fix the types file generation for graphcache, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#579](https://github.com/FormidableLabs/urql/pull/579))
88+- Updated dependencies (See [#577](https://github.com/FormidableLabs/urql/pull/577))
99+ - @urql/core@1.9.2
1010+311## 2.2.0
412513### Minor Changes
···11# @urql/exchange-populate
2233+## 0.1.1
44+55+### Patch Changes
66+77+- Remove the shared package, this will fix the types file generation for graphcache, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#579](https://github.com/FormidableLabs/urql/pull/579))
88+- Updated dependencies (See [#577](https://github.com/FormidableLabs/urql/pull/577))
99+ - @urql/core@1.9.2
1010+311## 0.1.0
412513### Initial release
···11# @urql/core
2233+## 1.9.2
44+55+### Patch Changes
66+77+- Prevent active teardowns for queries on subscriptionExchange, by [@kitten](https://github.com/kitten) (See [#577](https://github.com/FormidableLabs/urql/pull/577))
88+39## 1.9.1
410511### Patch Changes
+1-1
packages/core/package.json
···11{
22 "name": "@urql/core",
33- "version": "1.9.1",
33+ "version": "1.9.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/",