Skip to content

Commit d1f732c

Browse files
committed
v4.0.0-beta.11
1 parent 23c0c98 commit d1f732c

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

3+
## v4.0.0-beta.11
4+
5+
6+
### 🩹 Fixes
7+
8+
- Remove console.log, console log remained in code #1507 (#1507)
9+
10+
### 📖 Documentation
11+
12+
- Update README.md logo (68addf8)
13+
- Update vitepress + fix components API menu (f545763)
14+
15+
### ❤️ Contributors
16+
17+
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
18+
319
## v4.0.0-beta.10
420

521

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.10",
3+
"version": "4.0.0-beta.11",
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.10",
3+
"version": "4.0.0-beta.11",
44
"description": "Apollo GraphQL for Vue Composition API",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)