v4.0.0-beta.1

This commit is contained in:
Guillaume Chau
2022-10-05 15:35:18 +02:00
parent 3b8900b695
commit d5fab5ec2f
3 changed files with 11 additions and 2 deletions
+9
View File
@@ -1,3 +1,12 @@
# [4.0.0-beta.1](https://github.com/vuejs/vue-apollo/compare/v4.0.0-alpha.20...v4.0.0-beta.1) (2022-10-05)
### Bug Fixes
* **composable:** Remove immediate result logic ([#1388](https://github.com/vuejs/vue-apollo/issues/1388)) ([fc98307](https://github.com/vuejs/vue-apollo/commit/fc983077dcf89e10b4eb88731eee77b375a8a85f))
# [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)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue-apollo-monorepo",
"version": "4.0.0-alpha.20",
"version": "4.0.0-beta.1",
"private": true,
"scripts": {
"build": "pnpm run -r --filter \"vue-apollo*\" --filter \"@vue/apollo*\" build",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@vue/apollo-composable",
"version": "4.0.0-alpha.19",
"version": "4.0.0-beta.1",
"description": "Apollo GraphQL for Vue Composition API",
"repository": {
"type": "git",