v4.0.0-beta.8
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
## v4.0.0-beta.8
|
||||
|
||||
|
||||
### 🚀 Enhancements
|
||||
|
||||
- **useQuery:** Nullable query (auto disable) (28f3520)
|
||||
|
||||
### ❤️ Contributors
|
||||
|
||||
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
|
||||
|
||||
## v4.0.0-beta.7
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue-apollo-monorepo",
|
||||
"version": "4.0.0-beta.7",
|
||||
"version": "4.0.0-beta.8",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "pnpm run -r --filter \"vue-apollo*\" --filter \"@vue/apollo*\" build",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/apollo-composable",
|
||||
"version": "4.0.0-beta.7",
|
||||
"version": "4.0.0-beta.8",
|
||||
"description": "Apollo GraphQL for Vue Composition API",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user