Skip to content

Commit

Permalink
v4.0.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Aug 28, 2023
1 parent f47759e commit 6f2cf30
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-apollo-components/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -41,7 +41,7 @@
"access": "public"
},
"dependencies": {
"@vue/apollo-option":"workspace:^"
"@vue/apollo-option": "workspace:^"
},
"peerDependencies": {
"vue": "^3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-apollo-composable/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-apollo-option/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-apollo-ssr/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6f2cf30

Please sign in to comment.