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

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#3640)

authored by

github-actions[bot] and committed by
GitHub
b638bc84 068df71f

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