···11----
22-'@urql/vue': minor
33----
44-55-Provide the client as a ref so it can observe changes. This change is potentially breaking for
66-anyone using the `useClient` import as it will now return a `Ref<Client>` rather than a `Client`
-5
.changeset/lucky-pens-end.md
···11----
22-'@urql/core': patch
33----
44-55-Prevent `Buffer` from being polyfilled by an automatic detection in Webpack. Instead of referencing the `Buffer` global we now simply check the constructor name.
-5
.changeset/seven-scissors-rescue.md
···11----
22-'@urql/core': patch
33----
44-55-Fix error-type of an `ExecutionResult` to line up with subscription-libs
-6
.changeset/slow-pets-beg.md
···11----
22-'@urql/svelte': patch
33----
44-55-Fix initialize `operationStore` with `fetching: false`, the invocation of `query` or any other operation will mark it as `true`
66-when deemed appropriate
+7
packages/core/CHANGELOG.md
···11# @urql/core
2233+## 2.3.4
44+55+### Patch Changes
66+77+- Prevent `Buffer` from being polyfilled by an automatic detection in Webpack. Instead of referencing the `Buffer` global we now simply check the constructor name, by [@kitten](https://github.com/kitten) (See [#2027](https://github.com/FormidableLabs/urql/pull/2027))
88+- ⚠️ Fix error-type of an `ExecutionResult` to line up with subscription-libs, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1998](https://github.com/FormidableLabs/urql/pull/1998))
99+310## 2.3.3
411512### Patch Changes
+1-1
packages/core/package.json
···11{
22 "name": "@urql/core",
33- "version": "2.3.3",
33+ "version": "2.3.4",
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/",
+9
packages/svelte-urql/CHANGELOG.md
···11# @urql/svelte
2233+## 1.3.2
44+55+### Patch Changes
66+77+- ⚠️ Fix initialize `operationStore` with `fetching: false`, the invocation of `query` or any other operation will mark it as `true`
88+ when deemed appropriate, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#2048](https://github.com/FormidableLabs/urql/pull/2048))
99+- Updated dependencies (See [#2027](https://github.com/FormidableLabs/urql/pull/2027) and [#1998](https://github.com/FormidableLabs/urql/pull/1998))
1010+ - @urql/core@2.3.4
1111+312## 1.3.1
413514### Patch Changes
···11# @urql/vue
2233+## 0.6.0
44+55+### Minor Changes
66+77+- Provide the client as a ref so it can observe changes. This change is potentially breaking for
88+ anyone using the `useClient` import as it will now return a `Ref<Client>` rather than a `Client`, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#2047](https://github.com/FormidableLabs/urql/pull/2047))
99+1010+### Patch Changes
1111+1212+- Updated dependencies (See [#2027](https://github.com/FormidableLabs/urql/pull/2027) and [#1998](https://github.com/FormidableLabs/urql/pull/1998))
1313+ - @urql/core@2.3.4
1414+315## 0.5.0
416517### Minor Changes