v4.0.0-beta.10
This commit is contained in:
@@ -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 <forgottencosecant@outlook.com>
|
||||
|
||||
## v4.0.0-beta.9
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user