Skip to content

Commit 6c07a47

Browse files
committed
v4.0.0-alpha.20
1 parent 8d51475 commit 6c07a47

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [4.0.0-alpha.20](https://github.com/vuejs/vue-apollo/compare/v4.0.0-alpha.19...v4.0.0-alpha.20) (2022-07-19)
2+
3+
4+
### Reverts
5+
6+
* Revert "fix(options): use beforeUnmount instead of unmounted" ([8d51475](https://github.com/vuejs/vue-apollo/commit/8d51475f40c8605d0187180063487173c52167ba))
7+
8+
9+
110
# [4.0.0-alpha.19](https://github.com/vuejs/vue-apollo/compare/v4.0.0-alpha.18...v4.0.0-alpha.19) (2022-07-18)
211

312

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-alpha.19",
3+
"version": "4.0.0-alpha.20",
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-alpha.19",
3+
"version": "4.0.0-alpha.20",
44
"description": "Apollo GraphQL components for Vue.js",
55
"main": "dist/vue-apollo-components.umd.js",
66
"module": "dist/vue-apollo-components.esm.js",
@@ -34,7 +34,7 @@
3434
"access": "public"
3535
},
3636
"dependencies": {
37-
"@vue/apollo-option": "^4.0.0-alpha.19"
37+
"@vue/apollo-option": "^4.0.0-alpha.20"
3838
},
3939
"peerDependencies": {
4040
"vue": "^3.1.0"

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-alpha.19",
3+
"version": "4.0.0-alpha.20",
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",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)