Skip to content

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jan 24, 2024
1 parent 500d6e4 commit 3de258d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions 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 <[email protected]>
- Dawid Kopys <[email protected]>

## v4.0.0


Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 3de258d

Please sign in to comment.