Skip to content

Commit dfeec67

Browse files
committed
v4.0.0-beta.8
1 parent 28f3520 commit dfeec67

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v4.0.0-beta.8
4+
5+
6+
### 🚀 Enhancements
7+
8+
- **useQuery:** Nullable query (auto disable) (28f3520)
9+
10+
### ❤️ Contributors
11+
12+
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
13+
314
## v4.0.0-beta.7
415

516

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-apollo-monorepo",
3-
"version": "4.0.0-beta.7",
3+
"version": "4.0.0-beta.8",
44
"private": true,
55
"scripts": {
66
"build": "pnpm run -r --filter \"vue-apollo*\" --filter \"@vue/apollo*\" build",

packages/vue-apollo-composable/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/apollo-composable",
3-
"version": "4.0.0-beta.7",
3+
"version": "4.0.0-beta.8",
44
"description": "Apollo GraphQL for Vue Composition API",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)