From 71ece764edb3a9d49cf34c5965964756b787942e Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Tue, 16 May 2023 16:28:19 +0200 Subject: [PATCH] v4.0.0-beta.5 --- CHANGELOG.md | 51 +++++++++++++++++++++ package.json | 2 +- packages/vue-apollo-components/package.json | 2 +- packages/vue-apollo-composable/package.json | 2 +- packages/vue-apollo-option/package.json | 2 +- packages/vue-apollo-ssr/package.json | 2 +- packages/vue-apollo-util/package.json | 2 +- 7 files changed, 57 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25cfed0..77d6330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,54 @@ +# Changelog + +## v4.0.0-beta.5 + + +### 🚀 Enhancements + + - UseLazyQuery load returns boolean to make is easier to refetch (dcb1768) + - **ts:** Update types to account for changes in TypeScript 4.8 (#1454) + - Allow global tracking outside of components (5967e16) + +### 🩹 Fixes + + - Don't call variables if query is disabled + fix enabling race conditions, fix #1243, fix #1422 (#1243, #1422) + - Events not registered in case of immediate trigger, fix #1154 (#1154) + - @vue/apollo-composable ESM settings, fix #1462 (#1463, #1462) + - Avoid multiple on error calls without usage of errorPolicy 'all' (#1461) + - Ssr export paths, fix #1469 (#1469) + - Initialize currentDocument early, fix #1325 (#1325) + - **ts:** Allow null on `userLazyQuery` `load` fn, fix #1386 (#1386) + - **ssr:** Handle result/error set before serverPrefetch call, fix #1429 (#1429) + +### 📖 Documentation + + - Subscriptions configuration docs updated to describe graphql-ws configuration. (#1449) + +### 🏡 Chore + + - Update lockfile to v6.0 (81ea32c) + - Update sheep/release-tag (cf7917e) + +### ✅ Tests + + - Config cypress downloads (32c95de) + - Demo useLazyQuery with immediate load (53554b8) + - Enabled (db7d79c) + +### 🤖 CI + + - Switch to github actions (25c31d2) + - Enable on v4 branch (bc3d80c) + +### ❤️ Contributors + +- Guillaume Chau ([@Akryum](http://github.com/Akryum)) +- Gibran Amparan ([@gibranamparan](http://github.com/gibranamparan)) +- Alessia Bellisario +- Dominik Klein +- Changwan Jun ([@wan2land](http://github.com/wan2land)) + + # [4.0.0-beta.4](https://github.com/vuejs/vue-apollo/compare/v4.0.0-beta.3...v4.0.0-beta.4) (2023-02-22) diff --git a/package.json b/package.json index 627d848..1dc0314 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-apollo-monorepo", - "version": "4.0.0-beta.4", + "version": "4.0.0-beta.5", "private": true, "scripts": { "build": "pnpm run -r --filter \"vue-apollo*\" --filter \"@vue/apollo*\" build", diff --git a/packages/vue-apollo-components/package.json b/packages/vue-apollo-components/package.json index 6b541a0..d5dd292 100644 --- a/packages/vue-apollo-components/package.json +++ b/packages/vue-apollo-components/package.json @@ -1,6 +1,6 @@ { "name": "@vue/apollo-components", - "version": "4.0.0-beta.4", + "version": "4.0.0-beta.5", "description": "Apollo GraphQL components for Vue.js", "main": "dist/vue-apollo-components.umd.js", "module": "dist/vue-apollo-components.esm.js", diff --git a/packages/vue-apollo-composable/package.json b/packages/vue-apollo-composable/package.json index 74f7611..d3d0874 100644 --- a/packages/vue-apollo-composable/package.json +++ b/packages/vue-apollo-composable/package.json @@ -1,6 +1,6 @@ { "name": "@vue/apollo-composable", - "version": "4.0.0-beta.4", + "version": "4.0.0-beta.5", "description": "Apollo GraphQL for Vue Composition API", "repository": { "type": "git", diff --git a/packages/vue-apollo-option/package.json b/packages/vue-apollo-option/package.json index 0423845..5e1f929 100644 --- a/packages/vue-apollo-option/package.json +++ b/packages/vue-apollo-option/package.json @@ -1,6 +1,6 @@ { "name": "@vue/apollo-option", - "version": "4.0.0-beta.4", + "version": "4.0.0-beta.5", "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", diff --git a/packages/vue-apollo-ssr/package.json b/packages/vue-apollo-ssr/package.json index 305476d..86a7cd8 100644 --- a/packages/vue-apollo-ssr/package.json +++ b/packages/vue-apollo-ssr/package.json @@ -1,6 +1,6 @@ { "name": "@vue/apollo-ssr", - "version": "4.0.0-beta.4", + "version": "4.0.0-beta.5", "description": "Apollo GraphQL for Vue - Server Side Rendering utilities", "repository": { "type": "git", diff --git a/packages/vue-apollo-util/package.json b/packages/vue-apollo-util/package.json index bcc406a..b61f192 100644 --- a/packages/vue-apollo-util/package.json +++ b/packages/vue-apollo-util/package.json @@ -1,6 +1,6 @@ { "name": "@vue/apollo-util", - "version": "4.0.0-beta.4", + "version": "4.0.0-beta.5", "description": "Apollo GraphQL for Vue - Utilities", "repository": { "type": "git",