Skip to content

Commit 10d8de3

Browse files
committed
v4.0.0-beta.10
1 parent 995131d commit 10d8de3

File tree

4 files changed

+37
-3
lines changed

4 files changed

+37
-3
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## v4.0.0-beta.10
4+
5+
6+
### 🚀 Enhancements
7+
8+
- Support effect scope outside of component, fix #1505 (#1505)
9+
- **useLazyQuery:** Load returns Promise, fix #1486 (#1486)
10+
11+
### 🩹 Fixes
12+
13+
- Apollo components should have emits (#1504)
14+
15+
### 🌊 Types
16+
17+
- Extended "enabled" option type (#1492)
18+
19+
### 🏡 Chore
20+
21+
- Package test-e2e-composable-vue3, update deps, migrate to vite (#1488)
22+
- Upgrade vitepress to 1.0 RC (daffd75)
23+
- Seq test (995131d)
24+
25+
### ✅ Tests
26+
27+
- **lint:** Fix (1ac1372)
28+
- Ssr (574bd8f)
29+
30+
### ❤️ Contributors
31+
32+
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
33+
- Viktor ([@websitevirtuoso](http://github.com/websitevirtuoso))
34+
- Vitaliy
35+
- Forgottencsc <forgottencosecant@outlook.com>
36+
337
## v4.0.0-beta.9
438

539

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.0-beta.9",
3+
"version": "4.0.0-beta.10",
44
"private": true,
55
"scripts": {
66
"build": "pnpm run -r --filter \"vue-apollo*\" --filter \"@vue/apollo*\" build",

packages/vue-apollo-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/apollo-components",
3-
"version": "4.0.0-beta.9",
3+
"version": "4.0.0-beta.10",
44
"description": "Apollo GraphQL components for Vue.js",
55
"main": "dist/vue-apollo-components.umd.js",
66
"module": "dist/vue-apollo-components.esm.js",

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

0 commit comments

Comments
 (0)