This commit is contained in:
Guillaume Chau
2024-08-19 20:57:19 +02:00
parent 51e09e7b71
commit 28f4265e39
4 changed files with 38 additions and 3 deletions
+35
View File
@@ -1,5 +1,40 @@
# Changelog
## v4.2.0
### 🚀 Enhancements
- Add updateQuery to useQuery (#1552)
### 🩹 Fixes
- UseMutations onDone Event hook gets triggered too early (#1559)
- (@vue/apollo-option) memory leak in wrapped ssrRender (#1553)
- Reuse previous result, fix #1483 (#1569, #1483)
- ResolveClient throwing too soon, fix #1557 (#1570, #1557)
### 📖 Documentation
- Add github link to documentation (#1549)
- Note about continuous releases (51e09e7)
### 🏡 Chore
- Switch some tests to script setup (c8e5106)
### 🤖 CI
- Nightly releases (319f6ec)
### ❤️ Contributors
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
- Matt Garrett <mattga@gmail.com>
- Mobsean ([@mobsean](http://github.com/mobsean))
- Leonardo Santos ([@syllomex](http://github.com/syllomex))
- Alex Liu ([@Mini-ghost](http://github.com/Mini-ghost))
## v4.1.0
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue-apollo-monorepo",
"version": "4.1.0",
"version": "4.2.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.1.0",
"version": "4.2.0",
"description": "Apollo GraphQL for Vue Composition API",
"repository": {
"type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@vue/apollo-option",
"version": "4.0.0",
"version": "4.2.0",
"description": "Use Apollo and GraphQL with Vue.js using the `apollo` option",
"main": "dist/vue-apollo-option.umd.js",
"module": "dist/vue-apollo-option.esm.mjs",