Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

Version Packages (#3640)

Changed files
+10 -8
.changeset
examples
with-vue3
packages
-5
.changeset/chatty-mice-join.md
···
-
---
-
'@urql/vue': minor
-
---
-
-
Refactor composable functions with a focus on avoiding memory leaks and Vue best practices
+1 -1
examples/with-vue3/package.json
···
},
"dependencies": {
"@urql/core": "^5.0.4",
-
"@urql/vue": "^1.3.2",
+
"@urql/vue": "^1.4.0",
"graphql": "^16.6.0",
"vue": "^3.2.47"
},
+7
packages/vue-urql/CHANGELOG.md
···
# @urql/vue
+
## 1.4.0
+
+
### Minor Changes
+
+
- Refactor composable functions with a focus on avoiding memory leaks and Vue best practices
+
Submitted by [@yurks](https://github.com/yurks) (See [#3619](https://github.com/urql-graphql/urql/pull/3619))
+
## 1.3.2
### Patch Changes
+1 -1
packages/vue-urql/jsr.json
···
{
"name": "@urql/vue",
-
"version": "1.3.2",
+
"version": "1.4.0",
"exports": {
".": "./src/index.ts"
},
+1 -1
packages/vue-urql/package.json
···
{
"name": "@urql/vue",
-
"version": "1.3.2",
+
"version": "1.4.0",
"description": "A highly customizable and versatile GraphQL client for vue",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",