···11{
22 "name": "@urql/core",
33- "version": "5.0.5",
33+ "version": "5.0.6",
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/",
+7
packages/vue-urql/CHANGELOG.md
···11# @urql/vue
2233+## 1.4.1
44+55+### Patch Changes
66+77+- Use `shallowRef` for data variable to avoid extra overhead for heavy objects
88+ Submitted by [@yurks](https://github.com/yurks) (See [#3641](https://github.com/urql-graphql/urql/pull/3641))
99+310## 1.4.0
411512### Minor Changes