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

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
1bb05f58 1bb23784

+10 -8
-5
.changeset/many-kings-double.md
··· 1 - --- 2 - '@urql/vue': patch 3 - --- 4 - 5 - Fix deep options reactivity for subscriptions
+1 -1
examples/with-vue3/package.json
··· 9 9 }, 10 10 "dependencies": { 11 11 "@urql/core": "^5.0.4", 12 - "@urql/vue": "^1.3.1", 12 + "@urql/vue": "^1.3.2", 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.3.2 4 + 5 + ### Patch Changes 6 + 7 + - ⚠️ Fix deep options reactivity for subscriptions 8 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3616](https://github.com/urql-graphql/urql/pull/3616)) 9 + 3 10 ## 1.3.1 4 11 5 12 ### Patch Changes
+1 -1
packages/vue-urql/jsr.json
··· 1 1 { 2 2 "name": "@urql/vue", 3 - "version": "1.3.1", 3 + "version": "1.3.2", 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.1", 3 + "version": "1.3.2", 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/",