v4.0.0-beta.7

This commit is contained in:
Guillaume Chau
2023-06-13 16:09:03 +02:00
parent 87188c49a1
commit 6a94797dfc
3 changed files with 13 additions and 2 deletions
+11
View File
@@ -1,5 +1,16 @@
# Changelog
## v4.0.0-beta.7
### 🩹 Fixes
- **ssr:** Hydration mismatch with keepPreviousResult (87188c4)
### ❤️ Contributors
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
## v4.0.0-beta.6
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue-apollo-monorepo",
"version": "4.0.0-beta.6",
"version": "4.0.0-beta.7",
"private": true,
"scripts": {
"build": "pnpm run -r --filter \"vue-apollo*\" --filter \"@vue/apollo*\" build",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@vue/apollo-composable",
"version": "4.0.0-beta.6",
"version": "4.0.0-beta.7",
"description": "Apollo GraphQL for Vue Composition API",
"repository": {
"type": "git",