Skip to content

Commit

Permalink
v4.0.0-alpha.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jul 18, 2022
1 parent 6f60cdb commit ac2cade
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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-alpha.18",
"version": "4.0.0-alpha.19",
"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-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",
Expand Down Expand Up @@ -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"
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-alpha.18",
"version": "4.0.0-alpha.19",
"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-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",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac2cade

Please sign in to comment.