This commit is contained in:
Guillaume Chau
2024-08-14 16:05:27 +02:00
parent fe6684029d
commit 68347a6812
3 changed files with 31 additions and 2 deletions
+29
View File
@@ -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
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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",