Skip to content

Commit 68347a6

Browse files
committed
v4.1.0
1 parent fe66840 commit 68347a6

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## v4.1.0
4+
5+
6+
### 🩹 Fixes
7+
8+
- Change teardown to use onScopeDispose (#1545)
9+
10+
### 📖 Documentation
11+
12+
- **useQuery:** Document refetch with new variables (#1564)
13+
14+
### 🏡 Chore
15+
16+
- Updqte pnpm to v9 (827ea6e)
17+
18+
### ✅ Tests
19+
20+
- UseSubscription (0f5ae61)
21+
- Fix subscription test (#1547)
22+
23+
### 🤖 CI
24+
25+
- Update versions (fe66840)
26+
27+
### ❤️ Contributors
28+
29+
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
30+
- Nick Messing ([@nickmessing](http://github.com/nickmessing))
31+
332
## v4.0.2
433

534

package.json

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

packages/vue-apollo-composable/package.json

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

0 commit comments

Comments
 (0)