File tree Expand file tree Collapse file tree 4 files changed +37
-3
lines changed
Expand file tree Collapse file tree 4 files changed +37
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
337## v4.0.0-beta.9
438
539
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-apollo-monorepo" ,
3- "version" : " 4.0.0-beta.9 " ,
3+ "version" : " 4.0.0-beta.10 " ,
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-components" ,
3- "version" : " 4.0.0-beta.9 " ,
3+ "version" : " 4.0.0-beta.10 " ,
44 "description" : " Apollo GraphQL components for Vue.js" ,
55 "main" : " dist/vue-apollo-components.umd.js" ,
66 "module" : " dist/vue-apollo-components.esm.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/apollo-composable" ,
3- "version" : " 4.0.0-beta.9 " ,
3+ "version" : " 4.0.0-beta.10 " ,
44 "description" : " Apollo GraphQL for Vue Composition API" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments