diff --git a/CHANGELOG.md b/CHANGELOG.md index ab95cb0c..3c194803 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## v4.0.1 + + +### 🩹 Fixes + + - Use hasInjectionContext in useApolloClient before calling inject (#1529) + - **useLazyQuery:** Load() on server, fix #1495 (#1495) + +### ✅ Tests + + - Split into outsideComponent.cy.ts (48d0ac2) + - Build test app in test command (500d6e4) + +### 🤖 CI + + - Use GITHUB_OUTPUT envvar instead of set-output command (#1530) + +### ❤️ Contributors + +- Guillaume Chau ([@Akryum](http://github.com/Akryum)) +- Arun Sathiya +- Dawid Kopys + ## v4.0.0 diff --git a/package.json b/package.json index 2979ad56..1959e565 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-apollo-monorepo", - "version": "4.0.0", + "version": "4.0.1", "private": true, "scripts": { "build": "pnpm run -r --filter \"vue-apollo*\" --filter \"@vue/apollo*\" build", diff --git a/packages/vue-apollo-composable/package.json b/packages/vue-apollo-composable/package.json index faa2bc31..6fe3645e 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", + "version": "4.0.1", "description": "Apollo GraphQL for Vue Composition API", "repository": { "type": "git",