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

Version Packages (#3596)

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

Changed files
+25 -23
.changeset
examples
with-vue3
exchanges
auth
context
execute
graphcache
persisted
populate
refocus
request-policy
retry
packages
core
introspection
preact-urql
react-urql
svelte-urql
vue-urql
-5
.changeset/eight-mirrors-sing.md
···
-
---
-
'@urql/vue': patch
-
---
-
-
Fix regression causing `pause` argument on `useQuery` and `useSubscription` to not be reactive
+1 -1
examples/with-vue3/package.json
···
},
"dependencies": {
"@urql/core": "^5.0.3",
-
"@urql/vue": "^1.2.0",
+
"@urql/vue": "^1.2.1",
"graphql": "^16.6.0",
"vue": "^3.2.47"
},
+1 -1
exchanges/auth/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
+
}
+1 -1
exchanges/context/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
+
}
+1 -1
exchanges/execute/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
+
}
+1 -1
exchanges/graphcache/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
+
}
+1 -1
exchanges/persisted/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
+
}
+1 -1
exchanges/populate/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
+
}
+1 -1
exchanges/refocus/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
+
}
+1 -1
exchanges/request-policy/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
+
}
+1 -1
exchanges/retry/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
+
}
+1 -1
packages/core/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
+
}
+1 -1
packages/introspection/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
+
}
+1 -1
packages/preact-urql/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
+
}
+1 -1
packages/react-urql/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
+
}
+1 -1
packages/svelte-urql/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
+
}
+7
packages/vue-urql/CHANGELOG.md
···
# @urql/vue
+
## 1.2.1
+
+
### Patch Changes
+
+
- ⚠️ Fix regression causing `pause` argument on `useQuery` and `useSubscription` to not be reactive
+
Submitted by [@arkandias](https://github.com/arkandias) (See [#3595](https://github.com/urql-graphql/urql/pull/3595))
+
## 1.2.0
### Minor Changes
+2 -2
packages/vue-urql/jsr.json
···
{
"name": "@urql/vue",
-
"version": "1.2.0",
+
"version": "1.2.1",
"exports": {
".": "./src/index.ts"
},
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
+
}
+1 -1
packages/vue-urql/package.json
···
{
"name": "@urql/vue",
-
"version": "1.2.0",
+
"version": "1.2.1",
"description": "A highly customizable and versatile GraphQL client for vue",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",