v4.0.0-beta.9

This commit is contained in:
Guillaume Chau
2023-08-29 00:18:30 +02:00
parent f47759e5d9
commit 6f2cf309b9
6 changed files with 22 additions and 6 deletions
+16
View File
@@ -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
View File
@@ -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",
+2 -2
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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",