Commit dfeec67 1 parent 28f3520 commit dfeec67 Copy full SHA for dfeec67
File tree 3 files changed +13
-2
lines changed
packages/vue-apollo-composable
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## v4.0.0-beta.7
4
15
5
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-apollo-monorepo" ,
3
- "version" : " 4.0.0-beta.7 " ,
3
+ "version" : " 4.0.0-beta.8 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " pnpm run -r --filter \" vue-apollo*\" --filter \" @vue/apollo*\" build" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/apollo-composable" ,
3
- "version" : " 4.0.0-beta.7 " ,
3
+ "version" : " 4.0.0-beta.8 " ,
4
4
"description" : " Apollo GraphQL for Vue Composition API" ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments