File tree 3 files changed +17
-2
lines changed
packages/vue-apollo-composable
3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v4.0.2
4
+
5
+
6
+ ### 🩹 Fixes
7
+
8
+ - Use shallowRef on result & error (08f0fcd)
9
+
10
+ ### 📖 Documentation
11
+
12
+ - Remove mentions of fetchResults, fix #1060 (#1060 )
13
+
14
+ ### ❤️ Contributors
15
+
16
+ - Guillaume Chau ([ @Akryum ] ( http://github.com/Akryum ) )
17
+
3
18
## v4.0.1
4
19
5
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-apollo-monorepo" ,
3
- "version" : " 4.0.1 " ,
3
+ "version" : " 4.0.2 " ,
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.1 " ,
3
+ "version" : " 4.0.2 " ,
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