This commit is contained in:
Guillaume Chau 2025-03-11 14:31:15 +01:00
parent 6bfd0ec337
commit fb027e6adf
7 changed files with 44 additions and 6 deletions

View File

@ -1,5 +1,43 @@
# Changelog
## v4.2.2
[compare changes](https://github.com/vuejs/apollo/compare/v4.2.1...v4.2.2)
### 🩹 Fixes
- Memory leak in SSR caused by global tracking ([#1582](https://github.com/vuejs/apollo/pull/1582))
- Augment `vue` rather than `@vue/runtime-core` ([#1576](https://github.com/vuejs/apollo/pull/1576))
- UseMutations onError Event hook gets triggered too early ([#1585](https://github.com/vuejs/apollo/pull/1585))
### 📖 Documentation
- Fix $skipAll mention ([#1573](https://github.com/vuejs/apollo/pull/1573))
### 🏡 Chore
- Update deps + jest to vitest ([d421887](https://github.com/vuejs/apollo/commit/d421887))
### ✅ Tests
- **lint:** Switch to eslint 9 and antfu config ([99ca23b](https://github.com/vuejs/apollo/commit/99ca23b))
### 🤖 CI
- Update gh actions to use corepack ([f2578cb](https://github.com/vuejs/apollo/commit/f2578cb))
- Update upload artifact ([35fb59c](https://github.com/vuejs/apollo/commit/35fb59c))
- Fix cypress ([df96345](https://github.com/vuejs/apollo/commit/df96345))
- Rename job ([d99865f](https://github.com/vuejs/apollo/commit/d99865f))
- Add name to pr title job ([6bfd0ec](https://github.com/vuejs/apollo/commit/6bfd0ec))
### ❤️ Contributors
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
- Jeroen De Jong ([@thumbnail](http://github.com/thumbnail))
- Mark Florian <markrian@gmail.com>
- ChatonDeAru (Romain) ([@chatondearu](http://github.com/chatondearu))
- Kristaps Fabians Geikins <fabis94@live.com>
## v4.2.1

View File

@ -1,6 +1,6 @@
{
"name": "vue-apollo-monorepo",
"version": "4.2.1",
"version": "4.2.2",
"private": true,
"packageManager": "pnpm@10.6.2+sha512.47870716bea1572b53df34ad8647b42962bc790ce2bf4562ba0f643237d7302a3d6a8ecef9e4bdfc01d23af1969aa90485d4cebb0b9638fa5ef1daef656f6c1b",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "@vue/apollo-components",
"version": "4.0.0",
"version": "4.2.2",
"description": "Apollo GraphQL components for Vue.js",
"author": "Guillaume Chau <guillaume.b.chau@gmail.com>",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@vue/apollo-composable",
"version": "4.2.1",
"version": "4.2.2",
"description": "Apollo GraphQL for Vue Composition API",
"author": "Guillaume Chau <guillaume.b.chau@gmail.com>",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@vue/apollo-option",
"version": "4.2.0",
"version": "4.2.2",
"description": "Use Apollo and GraphQL with Vue.js using the `apollo` option",
"author": "Guillaume Chau <guillaume.b.chau@gmail.com>",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@vue/apollo-ssr",
"version": "4.0.0",
"version": "4.2.2",
"description": "Apollo GraphQL for Vue - Server Side Rendering utilities",
"author": "Guillaume Chau <guillaume.b.chau@gmail.com>",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@vue/apollo-util",
"version": "4.0.0-beta.6",
"version": "4.2.2",
"description": "Apollo GraphQL for Vue - Utilities",
"author": "Guillaume Chau <guillaume.b.chau@gmail.com>",
"license": "MIT",