File tree Expand file tree Collapse file tree 6 files changed +22
-6
lines changed Expand file tree Collapse file tree 6 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v4.0.0-beta.9
4+
5+
6+ ### 🩹 Fixes
7+
8+ - Don't call debounced restart too much (1adf135)
9+
10+ ### 🏡 Chore
11+
12+ - Update throttle-debounce (500cc49)
13+ - Update deps (f47759e)
14+
15+ ### ❤️ Contributors
16+
17+ - Guillaume Chau ([ @Akryum ] ( http://github.com/Akryum ) )
18+
319## v4.0.0-beta.8
420
521
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-apollo-monorepo" ,
3- "version" : " 4.0.0-beta.8 " ,
3+ "version" : " 4.0.0-beta.9 " ,
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.5 " ,
3+ "version" : " 4.0.0-beta.9 " ,
44 "description" : " Apollo GraphQL components for Vue.js" ,
55 "main" : " dist/vue-apollo-components.umd.js" ,
66 "module" : " dist/vue-apollo-components.esm.js" ,
4141 "access" : " public"
4242 },
4343 "dependencies" : {
44- "@vue/apollo-option" :" workspace:^"
44+ "@vue/apollo-option" : " workspace:^"
4545 },
4646 "peerDependencies" : {
4747 "vue" : " ^3.1.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/apollo-composable" ,
3- "version" : " 4.0.0-beta.8 " ,
3+ "version" : " 4.0.0-beta.9 " ,
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-beta.5 " ,
3+ "version" : " 4.0.0-beta.9 " ,
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.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/apollo-ssr" ,
3- "version" : " 4.0.0-beta.5 " ,
3+ "version" : " 4.0.0-beta.9 " ,
44 "description" : " Apollo GraphQL for Vue - Server Side Rendering utilities" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments