File tree Expand file tree Collapse file tree 3 files changed +31
-2
lines changed
packages/vue-apollo-composable Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v4.1.0
4
+
5
+
6
+ ### 🩹 Fixes
7
+
8
+ - Change teardown to use onScopeDispose (#1545 )
9
+
10
+ ### 📖 Documentation
11
+
12
+ - ** useQuery:** Document refetch with new variables (#1564 )
13
+
14
+ ### 🏡 Chore
15
+
16
+ - Updqte pnpm to v9 (827ea6e)
17
+
18
+ ### ✅ Tests
19
+
20
+ - UseSubscription (0f5ae61)
21
+ - Fix subscription test (#1547 )
22
+
23
+ ### 🤖 CI
24
+
25
+ - Update versions (fe66840)
26
+
27
+ ### ❤️ Contributors
28
+
29
+ - Guillaume Chau ([ @Akryum ] ( http://github.com/Akryum ) )
30
+ - Nick Messing ([ @nickmessing ] ( http://github.com/nickmessing ) )
31
+
3
32
## v4.0.2
4
33
5
34
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-apollo-monorepo" ,
3
- "version" : " 4.0.2 " ,
3
+ "version" : " 4.1.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.0.2 " ,
3
+ "version" : " 4.1.0 " ,
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