Skip to content

Commit a9c6012

Browse files
committed
v4.0.0-beta.6
1 parent d8f93bf commit a9c6012

File tree

4 files changed

+33
-3
lines changed

4 files changed

+33
-3
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

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+
333
## v4.0.0-beta.5
434

535

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-apollo-monorepo",
3-
"version": "4.0.0-beta.5",
3+
"version": "4.0.0-beta.6",
44
"private": true,
55
"scripts": {
66
"build": "pnpm run -r --filter \"vue-apollo*\" --filter \"@vue/apollo*\" build",

packages/vue-apollo-composable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/apollo-composable",
3-
"version": "4.0.0-beta.5",
3+
"version": "4.0.0-beta.6",
44
"description": "Apollo GraphQL for Vue Composition API",
55
"repository": {
66
"type": "git",

packages/vue-apollo-util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/apollo-util",
3-
"version": "4.0.0-beta.5",
3+
"version": "4.0.0-beta.6",
44
"description": "Apollo GraphQL for Vue - Utilities",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)