Skip to content

Commit

Permalink
v4.0.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 12, 2023
1 parent 995131d commit 10d8de3
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 3 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## v4.0.0-beta.10


### 🚀 Enhancements

- Support effect scope outside of component, fix #1505 (#1505)
- **useLazyQuery:** Load returns Promise, fix #1486 (#1486)

### 🩹 Fixes

- Apollo components should have emits (#1504)

### 🌊 Types

- Extended "enabled" option type (#1492)

### 🏡 Chore

- Package test-e2e-composable-vue3, update deps, migrate to vite (#1488)
- Upgrade vitepress to 1.0 RC (daffd75)
- Seq test (995131d)

### ✅ Tests

- **lint:** Fix (1ac1372)
- Ssr (574bd8f)

### ❤️ Contributors

- Guillaume Chau ([@Akryum](http://github.com/Akryum))
- Viktor ([@websitevirtuoso](http://github.com/websitevirtuoso))
- Vitaliy
- Forgottencsc <[email protected]>

## v4.0.0-beta.9


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.9",
"version": "4.0.0-beta.10",
"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-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/apollo-components",
"version": "4.0.0-beta.9",
"version": "4.0.0-beta.10",
"description": "Apollo GraphQL components for Vue.js",
"main": "dist/vue-apollo-components.umd.js",
"module": "dist/vue-apollo-components.esm.js",
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.9",
"version": "4.0.0-beta.10",
"description": "Apollo GraphQL for Vue Composition API",
"repository": {
"type": "git",
Expand Down

0 comments on commit 10d8de3

Please sign in to comment.