Skip to content

Commit

Permalink
v4.0.0-beta.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 13, 2023
1 parent 23c0c98 commit d1f732c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v4.0.0-beta.11


### 🩹 Fixes

- Remove console.log, console log remained in code #1507 (#1507)

### 📖 Documentation

- Update README.md logo (68addf8)
- Update vitepress + fix components API menu (f545763)

### ❤️ Contributors

- Guillaume Chau ([@Akryum](http://github.com/Akryum))

## v4.0.0-beta.10


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-apollo-monorepo",
"version": "4.0.0-beta.10",
"version": "4.0.0-beta.11",
"private": true,
"scripts": {
"build": "pnpm run -r --filter \"vue-apollo*\" --filter \"@vue/apollo*\" build",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-apollo-composable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/apollo-composable",
"version": "4.0.0-beta.10",
"version": "4.0.0-beta.11",
"description": "Apollo GraphQL for Vue Composition API",
"repository": {
"type": "git",
Expand Down

0 comments on commit d1f732c

Please sign in to comment.