Skip to content

Commit 3de258d

Browse files
committed
v4.0.1
1 parent 500d6e4 commit 3de258d

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## v4.0.1
4+
5+
6+
### 🩹 Fixes
7+
8+
- Use hasInjectionContext in useApolloClient before calling inject (#1529)
9+
- **useLazyQuery:** Load() on server, fix #1495 (#1495)
10+
11+
### ✅ Tests
12+
13+
- Split into outsideComponent.cy.ts (48d0ac2)
14+
- Build test app in test command (500d6e4)
15+
16+
### 🤖 CI
17+
18+
- Use GITHUB_OUTPUT envvar instead of set-output command (#1530)
19+
20+
### ❤️ Contributors
21+
22+
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
23+
- Arun Sathiya <[email protected]>
24+
- Dawid Kopys <[email protected]>
25+
326
## v4.0.0
427

528

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-apollo-monorepo",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"private": true,
55
"scripts": {
66
"build": "pnpm run -r --filter \"vue-apollo*\" --filter \"@vue/apollo*\" build",

packages/vue-apollo-composable/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/apollo-composable",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Apollo GraphQL for Vue Composition API",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)