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

+24 -15
-6
.changeset/few-trees-taste.md
··· 1 - --- 2 - '@urql/exchange-graphcache': patch 3 - '@urql/exchange-populate': patch 4 - --- 5 - 6 - Fix @urql/exchange-populate visitWithTypeInfo import by bumping babel-plugin-modular-graphql
-5
.changeset/young-eyes-call.md
··· 1 - --- 2 - '@urql/svelte': minor 3 - --- 4 - 5 - Update `mutate()` API to accept an options argument, instead of separate arguments, to increase consistency
+8
exchanges/graphcache/CHANGELOG.md
··· 1 1 # @urql/exchange-graphcache 2 2 3 + ## 2.3.3 4 + 5 + ### Patch Changes 6 + 7 + - ⚠️ Fix @urql/exchange-populate visitWithTypeInfo import by bumping babel-plugin-modular-graphql, by [@kitten](https://github.com/kitten) (See [#709](https://github.com/FormidableLabs/urql/pull/709)) 8 + - Updated dependencies (See [#709](https://github.com/FormidableLabs/urql/pull/709)) 9 + - @urql/exchange-populate@0.1.6 10 + 3 11 ## 2.3.2 4 12 5 13 ### Patch Changes
+2 -2
exchanges/graphcache/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-graphcache", 3 - "version": "2.3.2", 3 + "version": "2.3.3", 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/graphcache", ··· 58 58 }, 59 59 "dependencies": { 60 60 "@urql/core": ">=1.10.9", 61 - "@urql/exchange-populate": ">=0.1.5", 61 + "@urql/exchange-populate": ">=0.1.6", 62 62 "wonka": "^4.0.9" 63 63 }, 64 64 "peerDependencies": {
+6
exchanges/populate/CHANGELOG.md
··· 1 1 # @urql/exchange-populate 2 2 3 + ## 0.1.6 4 + 5 + ### Patch Changes 6 + 7 + - ⚠️ Fix @urql/exchange-populate visitWithTypeInfo import by bumping babel-plugin-modular-graphql, by [@kitten](https://github.com/kitten) (See [#709](https://github.com/FormidableLabs/urql/pull/709)) 8 + 3 9 ## 0.1.5 4 10 5 11 ### Patch Changes
+1 -1
exchanges/populate/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-populate", 3 - "version": "0.1.5", 3 + "version": "0.1.6", 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/advanced/auto-populate-mutations",
+6
packages/svelte-urql/CHANGELOG.md
··· 1 1 # @urql/svelte 2 2 3 + ## 0.2.0 4 + 5 + ### Minor Changes 6 + 7 + - Update `mutate()` API to accept an options argument, instead of separate arguments, to increase consistency, by [@kitten](https://github.com/kitten) (See [#705](https://github.com/FormidableLabs/urql/pull/705)) 8 + 3 9 ## 0.1.3 4 10 5 11 ### Patch Changes
+1 -1
packages/svelte-urql/package.json
··· 1 1 { 2 2 "name": "@urql/svelte", 3 - "version": "0.1.3", 3 + "version": "0.2.0", 4 4 "description": "A highly customizable and versatile GraphQL client for Svelte", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",