Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Aug 14, 2024
1 parent fe66840 commit 68347a6
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## v4.1.0


### 🩹 Fixes

- Change teardown to use onScopeDispose (#1545)

### 📖 Documentation

- **useQuery:** Document refetch with new variables (#1564)

### 🏡 Chore

- Updqte pnpm to v9 (827ea6e)

### ✅ Tests

- UseSubscription (0f5ae61)
- Fix subscription test (#1547)

### 🤖 CI

- Update versions (fe66840)

### ❤️ Contributors

- Guillaume Chau ([@Akryum](http://github.com/Akryum))
- Nick Messing ([@nickmessing](http://github.com/nickmessing))

## v4.0.2


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-apollo-monorepo",
"version": "4.0.2",
"version": "4.1.0",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/apollo-composable",
"version": "4.0.2",
"version": "4.1.0",
"description": "Apollo GraphQL for Vue Composition API",
"repository": {
"type": "git",
Expand Down

0 comments on commit 68347a6

Please sign in to comment.