Skip to content

Commit 6f2cf30

Browse files
committed
v4.0.0-beta.9
1 parent f47759e commit 6f2cf30

File tree

6 files changed

+22
-6
lines changed

6 files changed

+22
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## v4.0.0-beta.9
4+
5+
6+
### 🩹 Fixes
7+
8+
- Don't call debounced restart too much (1adf135)
9+
10+
### 🏡 Chore
11+
12+
- Update throttle-debounce (500cc49)
13+
- Update deps (f47759e)
14+
15+
### ❤️ Contributors
16+
17+
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
18+
319
## v4.0.0-beta.8
420

521

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-apollo-monorepo",
3-
"version": "4.0.0-beta.8",
3+
"version": "4.0.0-beta.9",
44
"private": true,
55
"scripts": {
66
"build": "pnpm run -r --filter \"vue-apollo*\" --filter \"@vue/apollo*\" build",

packages/vue-apollo-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/apollo-components",
3-
"version": "4.0.0-beta.5",
3+
"version": "4.0.0-beta.9",
44
"description": "Apollo GraphQL components for Vue.js",
55
"main": "dist/vue-apollo-components.umd.js",
66
"module": "dist/vue-apollo-components.esm.js",
@@ -41,7 +41,7 @@
4141
"access": "public"
4242
},
4343
"dependencies": {
44-
"@vue/apollo-option":"workspace:^"
44+
"@vue/apollo-option": "workspace:^"
4545
},
4646
"peerDependencies": {
4747
"vue": "^3.1.0"

packages/vue-apollo-composable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/apollo-composable",
3-
"version": "4.0.0-beta.8",
3+
"version": "4.0.0-beta.9",
44
"description": "Apollo GraphQL for Vue Composition API",
55
"repository": {
66
"type": "git",

packages/vue-apollo-option/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/apollo-option",
3-
"version": "4.0.0-beta.5",
3+
"version": "4.0.0-beta.9",
44
"description": "Use Apollo and GraphQL with Vue.js using the `apollo` option",
55
"main": "dist/vue-apollo-option.umd.js",
66
"module": "dist/vue-apollo-option.esm.js",

packages/vue-apollo-ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/apollo-ssr",
3-
"version": "4.0.0-beta.5",
3+
"version": "4.0.0-beta.9",
44
"description": "Apollo GraphQL for Vue - Server Side Rendering utilities",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)