File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
packages/vue-apollo-composable Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ # [ 4.0.0-beta.1] ( https://github.com/vuejs/vue-apollo/compare/v4.0.0-alpha.20...v4.0.0-beta.1 ) (2022-10-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** composable:** Remove immediate result logic ([ #1388 ] ( https://github.com/vuejs/vue-apollo/issues/1388 ) ) ([ fc98307] ( https://github.com/vuejs/vue-apollo/commit/fc983077dcf89e10b4eb88731eee77b375a8a85f ) )
7
+
8
+
9
+
1
10
# [ 4.0.0-alpha.20] ( https://github.com/vuejs/vue-apollo/compare/v4.0.0-alpha.19...v4.0.0-alpha.20 ) (2022-07-19)
2
11
3
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-apollo-monorepo" ,
3
- "version" : " 4.0.0-alpha.20 " ,
3
+ "version" : " 4.0.0-beta.1 " ,
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-alpha.19 " ,
3
+ "version" : " 4.0.0-beta.1 " ,
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