File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed
packages/vue-apollo-composable Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v4.0.1
4+
5+
6+ ### 🩹 Fixes
7+
8+ - Use hasInjectionContext in useApolloClient before calling inject (#1529 )
9+ - ** useLazyQuery:** Load() on server, fix #1495 (#1495 )
10+
11+ ### ✅ Tests
12+
13+ - Split into outsideComponent.cy.ts (48d0ac2)
14+ - Build test app in test command (500d6e4)
15+
16+ ### 🤖 CI
17+
18+ - Use GITHUB_OUTPUT envvar instead of set-output command (#1530 )
19+
20+ ### ❤️ Contributors
21+
22+ - Guillaume Chau ([ @Akryum ] ( http://github.com/Akryum ) )
23+ - Arun Sathiya < arun@arun.blog >
24+ - Dawid Kopys < dewke17@gmail.com >
25+
326## v4.0.0
427
528
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-apollo-monorepo" ,
3- "version" : " 4.0.0 " ,
3+ "version" : " 4.0.1 " ,
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-composable" ,
3- "version" : " 4.0.0 " ,
3+ "version" : " 4.0.1 " ,
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