···11# @urql/vue
2233+## 1.3.0
44+55+### Minor Changes
66+77+- Use `shallowRef` to avoid creating deeply reactive objects for heavy objects
88+ Submitted by [@negezor](https://github.com/negezor) (See [#3611](https://github.com/urql-graphql/urql/pull/3611))
99+- Remove wrapping request `args` in `reactive` to fix memory leak
1010+ Submitted by [@negezor](https://github.com/negezor) (See [#3612](https://github.com/urql-graphql/urql/pull/3612))
1111+312## 1.2.2
413514### Patch Changes