v4.0.0-alpha.19

This commit is contained in:
Guillaume Chau
2022-07-18 15:33:43 +02:00
parent 6f60cdb65f
commit ac2cade9cb
6 changed files with 18 additions and 7 deletions
+11
View File
@@ -1,3 +1,14 @@
# [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)
### Bug Fixes
* **options:** use beforeUnmount instead of unmounted ([9726e0a](https://github.com/vuejs/vue-apollo/commit/9726e0a8655053789dc1b68103f282f6ef0c1d95))
* Root instance not found when using with Vue 2.7 ([#1379](https://github.com/vuejs/vue-apollo/issues/1379)) ([cb0ab57](https://github.com/vuejs/vue-apollo/commit/cb0ab5790514ae10ea5e7bab381199f65b8107d5))
* **ssr:** mock $apollo after serverPrefetch, fix [#1297](https://github.com/vuejs/vue-apollo/issues/1297) ([46ea781](https://github.com/vuejs/vue-apollo/commit/46ea78117adfc81a59219df1a8560c21fa0ad7be))
# [4.0.0-alpha.18](https://github.com/vuejs/vue-apollo/compare/v4.0.0-alpha.17...v4.0.0-alpha.18) (2022-06-23)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue-apollo-monorepo",
"version": "4.0.0-alpha.18",
"version": "4.0.0-alpha.19",
"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-alpha.18",
"version": "4.0.0-alpha.19",
"description": "Apollo GraphQL components for Vue.js",
"main": "dist/vue-apollo-components.umd.js",
"module": "dist/vue-apollo-components.esm.js",
@@ -34,7 +34,7 @@
"access": "public"
},
"dependencies": {
"@vue/apollo-option": "^4.0.0-alpha.18"
"@vue/apollo-option": "^4.0.0-alpha.19"
},
"peerDependencies": {
"vue": "^3.1.0"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@vue/apollo-composable",
"version": "4.0.0-alpha.18",
"version": "4.0.0-alpha.19",
"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-alpha.18",
"version": "4.0.0-alpha.19",
"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",
+2 -2
View File
@@ -185,7 +185,7 @@ importers:
'@babel/plugin-transform-for-of': ^7.18.1
'@babel/preset-env': ^7.18.2
'@types/graphql': ^14.5.0
'@vue/apollo-option': ^4.0.0-alpha.18
'@vue/apollo-option': ^4.0.0-alpha.19
'@vue/test-utils': ^1.3.0
babel-core: ^7.0.0-bridge.0
cross-env: ^6.0.3
@@ -5246,7 +5246,7 @@ packages:
lodash: ^4.17.20
marko: ^3.14.4
mote: ^0.2.0
mustache: ^4.0.1
mustache: ^3.0.0
nunjucks: ^3.2.2
plates: ~0.4.11
pug: ^3.0.0