File tree 4 files changed +37
-3
lines changed
4 files changed +37
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v4.0.0-beta.10
4
+
5
+
6
+ ### 🚀 Enhancements
7
+
8
+ - Support effect scope outside of component, fix #1505 (#1505 )
9
+ - ** useLazyQuery:** Load returns Promise, fix #1486 (#1486 )
10
+
11
+ ### 🩹 Fixes
12
+
13
+ - Apollo components should have emits (#1504 )
14
+
15
+ ### 🌊 Types
16
+
17
+ - Extended "enabled" option type (#1492 )
18
+
19
+ ### 🏡 Chore
20
+
21
+ - Package test-e2e-composable-vue3, update deps, migrate to vite (#1488 )
22
+ - Upgrade vitepress to 1.0 RC (daffd75)
23
+ - Seq test (995131d)
24
+
25
+ ### ✅ Tests
26
+
27
+ - ** lint:** Fix (1ac1372)
28
+ - Ssr (574bd8f)
29
+
30
+ ### ❤️ Contributors
31
+
32
+ - Guillaume Chau ([ @Akryum ] ( http://github.com/Akryum ) )
33
+ - Viktor ([ @websitevirtuoso ] ( http://github.com/websitevirtuoso ) )
34
+ - Vitaliy
35
+ - Forgottencsc < forgottencosecant@outlook.com >
36
+
3
37
## v4.0.0-beta.9
4
38
5
39
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-apollo-monorepo" ,
3
- "version" : " 4.0.0-beta.9 " ,
3
+ "version" : " 4.0.0-beta.10 " ,
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-components" ,
3
- "version" : " 4.0.0-beta.9 " ,
3
+ "version" : " 4.0.0-beta.10 " ,
4
4
"description" : " Apollo GraphQL components for Vue.js" ,
5
5
"main" : " dist/vue-apollo-components.umd.js" ,
6
6
"module" : " dist/vue-apollo-components.esm.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/apollo-composable" ,
3
- "version" : " 4.0.0-beta.9 " ,
3
+ "version" : " 4.0.0-beta.10 " ,
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