File tree Expand file tree Collapse file tree 7 files changed +44
-6
lines changed Expand file tree Collapse file tree 7 files changed +44
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v4.2.2
4+
5+ [ compare changes] ( https://github.com/vuejs/apollo/compare/v4.2.1...v4.2.2 )
6+
7+ ### 🩹 Fixes
8+
9+ - Memory leak in SSR caused by global tracking ([ #1582 ] ( https://github.com/vuejs/apollo/pull/1582 ) )
10+ - Augment ` vue ` rather than ` @vue/runtime-core ` ([ #1576 ] ( https://github.com/vuejs/apollo/pull/1576 ) )
11+ - UseMutations onError Event hook gets triggered too early ([ #1585 ] ( https://github.com/vuejs/apollo/pull/1585 ) )
12+
13+ ### 📖 Documentation
14+
15+ - Fix $skipAll mention ([ #1573 ] ( https://github.com/vuejs/apollo/pull/1573 ) )
16+
17+ ### 🏡 Chore
18+
19+ - Update deps + jest to vitest ([ d421887] ( https://github.com/vuejs/apollo/commit/d421887 ) )
20+
21+ ### ✅ Tests
22+
23+ - ** lint:** Switch to eslint 9 and antfu config ([ 99ca23b] ( https://github.com/vuejs/apollo/commit/99ca23b ) )
24+
25+ ### 🤖 CI
26+
27+ - Update gh actions to use corepack ([ f2578cb] ( https://github.com/vuejs/apollo/commit/f2578cb ) )
28+ - Update upload artifact ([ 35fb59c] ( https://github.com/vuejs/apollo/commit/35fb59c ) )
29+ - Fix cypress ([ df96345] ( https://github.com/vuejs/apollo/commit/df96345 ) )
30+ - Rename job ([ d99865f] ( https://github.com/vuejs/apollo/commit/d99865f ) )
31+ - Add name to pr title job ([ 6bfd0ec] ( https://github.com/vuejs/apollo/commit/6bfd0ec ) )
32+
33+ ### ❤️ Contributors
34+
35+ - Guillaume Chau ([ @Akryum ] ( http://github.com/Akryum ) )
36+ - Jeroen De Jong ([ @thumbnail ] ( http://github.com/thumbnail ) )
37+ - Mark Florian < markrian@gmail.com >
38+ - ChatonDeAru (Romain) ([ @chatondearu ] ( http://github.com/chatondearu ) )
39+ - Kristaps Fabians Geikins < fabis94@live.com >
40+
341## v4.2.1
442
543
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-apollo-monorepo" ,
3- "version" : " 4.2.1 " ,
3+ "version" : " 4.2.2 " ,
44 "private" : true ,
55 "packageManager" : " pnpm@10.6.2+sha512.47870716bea1572b53df34ad8647b42962bc790ce2bf4562ba0f643237d7302a3d6a8ecef9e4bdfc01d23af1969aa90485d4cebb0b9638fa5ef1daef656f6c1b" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/apollo-components" ,
3- "version" : " 4.0.0 " ,
3+ "version" : " 4.2.2 " ,
44 "description" : " Apollo GraphQL components for Vue.js" ,
55 "author" : " Guillaume Chau <guillaume.b.chau@gmail.com>" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/apollo-composable" ,
3- "version" : " 4.2.1 " ,
3+ "version" : " 4.2.2 " ,
44 "description" : " Apollo GraphQL for Vue Composition API" ,
55 "author" : " Guillaume Chau <guillaume.b.chau@gmail.com>" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/apollo-option" ,
3- "version" : " 4.2.0 " ,
3+ "version" : " 4.2.2 " ,
44 "description" : " Use Apollo and GraphQL with Vue.js using the `apollo` option" ,
55 "author" : " Guillaume Chau <guillaume.b.chau@gmail.com>" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/apollo-ssr" ,
3- "version" : " 4.0.0 " ,
3+ "version" : " 4.2.2 " ,
44 "description" : " Apollo GraphQL for Vue - Server Side Rendering utilities" ,
55 "author" : " Guillaume Chau <guillaume.b.chau@gmail.com>" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @vue/apollo-util" ,
3- "version" : " 4.0.0-beta.6 " ,
3+ "version" : " 4.2.2 " ,
44 "description" : " Apollo GraphQL for Vue - Utilities" ,
55 "author" : " Guillaume Chau <guillaume.b.chau@gmail.com>" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments