File tree Expand file tree Collapse file tree 4 files changed +38
-3
lines changed Expand file tree Collapse file tree 4 files changed +38
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v4.2.0
4+
5+
6+ ### 🚀 Enhancements
7+
8+ - Add updateQuery to useQuery (#1552 )
9+
10+ ### 🩹 Fixes
11+
12+ - UseMutations onDone Event hook gets triggered too early (#1559 )
13+ - (@vue/apollo-option ) memory leak in wrapped ssrRender (#1553 )
14+ - Reuse previous result, fix #1483 (#1569 , #1483 )
15+ - ResolveClient throwing too soon, fix #1557 (#1570 , #1557 )
16+
17+ ### 📖 Documentation
18+
19+ - Add github link to documentation (#1549 )
20+ - Note about continuous releases (51e09e7)
21+
22+ ### 🏡 Chore
23+
24+ - Switch some tests to script setup (c8e5106)
25+
26+ ### 🤖 CI
27+
28+ - Nightly releases (319f6ec)
29+
30+ ### ❤️ Contributors
31+
32+ - Guillaume Chau ([ @Akryum ] ( http://github.com/Akryum ) )
33+ - Matt Garrett
< [email protected] > 34+ - Mobsean ([ @mobsean ] ( http://github.com/mobsean ) )
35+ - Leonardo Santos ([ @syllomex ] ( http://github.com/syllomex ) )
36+ - Alex Liu ([ @Mini-ghost ] ( http://github.com/Mini-ghost ) )
37+
338## v4.1.0
439
540
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-apollo-monorepo" ,
3- "version" : " 4.1 .0" ,
3+ "version" : " 4.2 .0" ,
44 "private" : true ,
55 "scripts" : {
66 "build" : " pnpm run -r --filter \" vue-apollo*\" --filter \" @vue/apollo*\" build" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/apollo-composable" ,
3- "version" : " 4.1 .0" ,
3+ "version" : " 4.2 .0" ,
44 "description" : " Apollo GraphQL for Vue Composition API" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/apollo-option" ,
3- "version" : " 4.0 .0" ,
3+ "version" : " 4.2 .0" ,
44 "description" : " Use Apollo and GraphQL with Vue.js using the `apollo` option" ,
55 "main" : " dist/vue-apollo-option.umd.js" ,
66 "module" : " dist/vue-apollo-option.esm.mjs" ,
You can’t perform that action at this time.
0 commit comments