File tree Expand file tree Collapse file tree 4 files changed +33
-3
lines changed Expand file tree Collapse file tree 4 files changed +33
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v4.0.0-beta.6
4
+
5
+
6
+ ### 🚀 Enhancements
7
+
8
+ - KeepPreviousResult (e794c1e)
9
+
10
+ ### 📖 Documentation
11
+
12
+ - ProvideApolloClient (#1442 )
13
+
14
+ ### 🏡 Chore
15
+
16
+ - Update graphql to 16 in repo (4dcfa20)
17
+ - Typo in test component file (bfca616)
18
+ - Update lockfile version (2077502)
19
+
20
+ ### ✅ Tests
21
+
22
+ - Update server (13bfbbe)
23
+ - Update pnpm version (722fa0f)
24
+ - Test-server package (f1ebe70)
25
+ - Migrate server to typescript (97c1402)
26
+ - Fix (c881439)
27
+
28
+ ### ❤️ Contributors
29
+
30
+ - Stefan Schneider <
[email protected] >
31
+ - Guillaume Chau ([ @Akryum ] ( http://github.com/Akryum ) )
32
+
3
33
## v4.0.0-beta.5
4
34
5
35
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-apollo-monorepo" ,
3
- "version" : " 4.0.0-beta.5 " ,
3
+ "version" : " 4.0.0-beta.6 " ,
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.0-beta.5 " ,
3
+ "version" : " 4.0.0-beta.6 " ,
4
4
"description" : " Apollo GraphQL for Vue Composition API" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/apollo-util" ,
3
- "version" : " 4.0.0-beta.5 " ,
3
+ "version" : " 4.0.0-beta.6 " ,
4
4
"description" : " Apollo GraphQL for Vue - Utilities" ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments