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 (#3613)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
ad291445 5d9d1343

+12 -13
-5
.changeset/old-onions-travel.md
··· 1 - --- 2 - '@urql/vue': minor 3 - --- 4 - 5 - Use `shallowRef` to avoid creating deeply reactive objects for heavy objects
-5
.changeset/quick-pens-battle.md
··· 1 - --- 2 - '@urql/vue': minor 3 - --- 4 - 5 - Remove wrapping request `args` in `reactive` to fix memory leak
+1 -1
examples/with-vue3/package.json
··· 9 9 }, 10 10 "dependencies": { 11 11 "@urql/core": "^5.0.4", 12 - "@urql/vue": "^1.2.2", 12 + "@urql/vue": "^1.3.0", 13 13 "graphql": "^16.6.0", 14 14 "vue": "^3.2.47" 15 15 },
+9
packages/vue-urql/CHANGELOG.md
··· 1 1 # @urql/vue 2 2 3 + ## 1.3.0 4 + 5 + ### Minor Changes 6 + 7 + - Use `shallowRef` to avoid creating deeply reactive objects for heavy objects 8 + Submitted by [@negezor](https://github.com/negezor) (See [#3611](https://github.com/urql-graphql/urql/pull/3611)) 9 + - Remove wrapping request `args` in `reactive` to fix memory leak 10 + Submitted by [@negezor](https://github.com/negezor) (See [#3612](https://github.com/urql-graphql/urql/pull/3612)) 11 + 3 12 ## 1.2.2 4 13 5 14 ### Patch Changes
+1 -1
packages/vue-urql/jsr.json
··· 1 1 { 2 2 "name": "@urql/vue", 3 - "version": "1.2.2", 3 + "version": "1.3.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.2.2", 3 + "version": "1.3.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/",