Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages

+27 -16
-6
.changeset/loud-tomatoes-accept.md
··· 1 - --- 2 - '@urql/exchange-graphcache': patch 3 - '@urql/exchange-populate': patch 4 - --- 5 - 6 - Remove the shared package, this will fix the types file generation for graphcache.
-5
.changeset/sharp-students-flash.md
··· 1 - --- 2 - '@urql/core': patch 3 - --- 4 - 5 - Prevent active teardowns for queries on subscriptionExchange
+8
exchanges/graphcache/CHANGELOG.md
··· 1 1 # @urql/exchange-graphcache 2 2 3 + ## 2.2.1 4 + 5 + ### Patch Changes 6 + 7 + - 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)) 8 + - Updated dependencies (See [#577](https://github.com/FormidableLabs/urql/pull/577)) 9 + - @urql/core@1.9.2 10 + 3 11 ## 2.2.0 4 12 5 13 ### Minor Changes
+2 -2
exchanges/graphcache/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-graphcache", 3 - "version": "2.2.0", 3 + "version": "2.2.1", 4 4 "description": "A normalized and configurable cache exchange for urql", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", ··· 58 58 }, 59 59 "dependencies": { 60 60 "wonka": "^3.2.1 || ^4.0.0", 61 - "@urql/core": ">=1.9.1" 61 + "@urql/core": ">=1.9.2" 62 62 }, 63 63 "peerDependencies": { 64 64 "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
+8
exchanges/populate/CHANGELOG.md
··· 1 1 # @urql/exchange-populate 2 2 3 + ## 0.1.1 4 + 5 + ### Patch Changes 6 + 7 + - 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)) 8 + - Updated dependencies (See [#577](https://github.com/FormidableLabs/urql/pull/577)) 9 + - @urql/core@1.9.2 10 + 3 11 ## 0.1.0 4 12 5 13 ### Initial release
+2 -2
exchanges/populate/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-populate", 3 - "version": "0.1.0", 3 + "version": "0.1.1", 4 4 "description": "An exchange that automaticcally populates the mutation selection body", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", ··· 49 49 }, 50 50 "dependencies": { 51 51 "wonka": "^3.2.1 || ^4.0.0", 52 - "@urql/core": ">=1.9.0" 52 + "@urql/core": ">=1.9.2" 53 53 }, 54 54 "peerDependencies": { 55 55 "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
+6
packages/core/CHANGELOG.md
··· 1 1 # @urql/core 2 2 3 + ## 1.9.2 4 + 5 + ### Patch Changes 6 + 7 + - Prevent active teardowns for queries on subscriptionExchange, by [@kitten](https://github.com/kitten) (See [#577](https://github.com/FormidableLabs/urql/pull/577)) 8 + 3 9 ## 1.9.1 4 10 5 11 ### Patch Changes
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@urql/core", 3 - "version": "1.9.1", 3 + "version": "1.9.2", 4 4 "description": "The shared core for the highly customizable and versatile GraphQL client", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",