v4.0.0-beta.9
This commit is contained in:
@@ -1,5 +1,21 @@
|
||||
# Changelog
|
||||
|
||||
## v4.0.0-beta.9
|
||||
|
||||
|
||||
### 🩹 Fixes
|
||||
|
||||
- Don't call debounced restart too much (1adf135)
|
||||
|
||||
### 🏡 Chore
|
||||
|
||||
- Update throttle-debounce (500cc49)
|
||||
- Update deps (f47759e)
|
||||
|
||||
### ❤️ Contributors
|
||||
|
||||
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
|
||||
|
||||
## v4.0.0-beta.8
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue-apollo-monorepo",
|
||||
"version": "4.0.0-beta.8",
|
||||
"version": "4.0.0-beta.9",
|
||||
"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.5",
|
||||
"version": "4.0.0-beta.9",
|
||||
"description": "Apollo GraphQL components for Vue.js",
|
||||
"main": "dist/vue-apollo-components.umd.js",
|
||||
"module": "dist/vue-apollo-components.esm.js",
|
||||
@@ -41,7 +41,7 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vue/apollo-option":"workspace:^"
|
||||
"@vue/apollo-option": "workspace:^"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.1.0"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/apollo-composable",
|
||||
"version": "4.0.0-beta.8",
|
||||
"version": "4.0.0-beta.9",
|
||||
"description": "Apollo GraphQL for Vue Composition API",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/apollo-option",
|
||||
"version": "4.0.0-beta.5",
|
||||
"version": "4.0.0-beta.9",
|
||||
"description": "Use Apollo and GraphQL with Vue.js using the `apollo` option",
|
||||
"main": "dist/vue-apollo-option.umd.js",
|
||||
"module": "dist/vue-apollo-option.esm.js",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vue/apollo-ssr",
|
||||
"version": "4.0.0-beta.5",
|
||||
"version": "4.0.0-beta.9",
|
||||
"description": "Apollo GraphQL for Vue - Server Side Rendering utilities",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user