Skip to content

Commit 28f4265

Browse files
committed
v4.2.0
1 parent 51e09e7 commit 28f4265

File tree

4 files changed

+38
-3
lines changed

4 files changed

+38
-3
lines changed

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## v4.2.0
4+
5+
6+
### 🚀 Enhancements
7+
8+
- Add updateQuery to useQuery (#1552)
9+
10+
### 🩹 Fixes
11+
12+
- UseMutations onDone Event hook gets triggered too early (#1559)
13+
- (@vue/apollo-option) memory leak in wrapped ssrRender (#1553)
14+
- Reuse previous result, fix #1483 (#1569, #1483)
15+
- ResolveClient throwing too soon, fix #1557 (#1570, #1557)
16+
17+
### 📖 Documentation
18+
19+
- Add github link to documentation (#1549)
20+
- Note about continuous releases (51e09e7)
21+
22+
### 🏡 Chore
23+
24+
- Switch some tests to script setup (c8e5106)
25+
26+
### 🤖 CI
27+
28+
- Nightly releases (319f6ec)
29+
30+
### ❤️ Contributors
31+
32+
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
33+
- Matt Garrett <[email protected]>
34+
- Mobsean ([@mobsean](http://github.com/mobsean))
35+
- Leonardo Santos ([@syllomex](http://github.com/syllomex))
36+
- Alex Liu ([@Mini-ghost](http://github.com/Mini-ghost))
37+
338
## v4.1.0
439

540

package.json

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

packages/vue-apollo-composable/package.json

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

packages/vue-apollo-option/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/apollo-option",
3-
"version": "4.0.0",
3+
"version": "4.2.0",
44
"description": "Use Apollo and GraphQL with Vue.js using the `apollo` option",
55
"main": "dist/vue-apollo-option.umd.js",
66
"module": "dist/vue-apollo-option.esm.mjs",

0 commit comments

Comments
 (0)