This commit is contained in:
Guillaume Chau
2024-03-08 11:56:15 +01:00
parent 08f0fcdeab
commit 89a0240f0b
3 changed files with 17 additions and 2 deletions
+15
View File
@@ -1,5 +1,20 @@
# Changelog
## v4.0.2
### 🩹 Fixes
- Use shallowRef on result & error (08f0fcd)
### 📖 Documentation
- Remove mentions of fetchResults, fix #1060 (#1060)
### ❤️ Contributors
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
## v4.0.1
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue-apollo-monorepo",
"version": "4.0.1",
"version": "4.0.2",
"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.1",
"version": "4.0.2",
"description": "Apollo GraphQL for Vue Composition API",
"repository": {
"type": "git",