Skip to content

Commit 89a0240

Browse files
committed
v4.0.2
1 parent 08f0fcd commit 89a0240

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## v4.0.2
4+
5+
6+
### 🩹 Fixes
7+
8+
- Use shallowRef on result & error (08f0fcd)
9+
10+
### 📖 Documentation
11+
12+
- Remove mentions of fetchResults, fix #1060 (#1060)
13+
14+
### ❤️ Contributors
15+
16+
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
17+
318
## v4.0.1
419

520

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-apollo-monorepo",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"private": true,
55
"scripts": {
66
"build": "pnpm run -r --filter \"vue-apollo*\" --filter \"@vue/apollo*\" build",

packages/vue-apollo-composable/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/apollo-composable",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Apollo GraphQL for Vue Composition API",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)