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 1
1
# Changelog
2
2
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
+
3
38
## v4.1.0
4
39
5
40
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-apollo-monorepo" ,
3
- "version" : " 4.1 .0" ,
3
+ "version" : " 4.2 .0" ,
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.1 .0" ,
3
+ "version" : " 4.2 .0" ,
4
4
"description" : " Apollo GraphQL for Vue Composition API" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/apollo-option" ,
3
- "version" : " 4.0 .0" ,
3
+ "version" : " 4.2 .0" ,
4
4
"description" : " Use Apollo and GraphQL with Vue.js using the `apollo` option" ,
5
5
"main" : " dist/vue-apollo-option.umd.js" ,
6
6
"module" : " dist/vue-apollo-option.esm.mjs" ,
You can’t perform that action at this time.
0 commit comments