v4.1.0
This commit is contained in:
@@ -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
@@ -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,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",
|
||||
|
||||
Reference in New Issue
Block a user