Skip to content

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Aug 19, 2024
1 parent 51e09e7 commit 28f4265
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 3 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-apollo-composable/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-apollo-option/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 28f4265

Please sign in to comment.