···11----
22-'@urql/svelte': minor
33----
44-55-Update `mutate()` API to accept an options argument, instead of separate arguments, to increase consistency
+8
exchanges/graphcache/CHANGELOG.md
···11# @urql/exchange-graphcache
2233+## 2.3.3
44+55+### Patch Changes
66+77+- ⚠️ 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))
88+- Updated dependencies (See [#709](https://github.com/FormidableLabs/urql/pull/709))
99+ - @urql/exchange-populate@0.1.6
1010+311## 2.3.2
412513### Patch Changes
···11# @urql/svelte
2233+## 0.2.0
44+55+### Minor Changes
66+77+- 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))
88+39## 0.1.3
410511### Patch Changes
+1-1
packages/svelte-urql/package.json
···11{
22 "name": "@urql/svelte",
33- "version": "0.1.3",
33+ "version": "0.2.0",
44 "description": "A highly customizable and versatile GraphQL client for Svelte",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",