v4.2.2
Publish Nightlies / build (push) Has been cancelled
E2E composable / Build and test (push) Has been cancelled
E2E options/components / Build and test (push) Has been cancelled
E2E composable + SSR / Build and test (push) Has been cancelled
Main continuous tests / Build and test (push) Has been cancelled
Publish Nightlies / build (push) Has been cancelled
E2E composable / Build and test (push) Has been cancelled
E2E options/components / Build and test (push) Has been cancelled
E2E composable + SSR / Build and test (push) Has been cancelled
Main continuous tests / Build and test (push) Has been cancelled
This commit is contained in:
@@ -1,5 +1,43 @@
|
|||||||
# Changelog
|
# 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
|
## v4.2.1
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-apollo-monorepo",
|
"name": "vue-apollo-monorepo",
|
||||||
"version": "4.2.1",
|
"version": "4.2.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@10.6.2+sha512.47870716bea1572b53df34ad8647b42962bc790ce2bf4562ba0f643237d7302a3d6a8ecef9e4bdfc01d23af1969aa90485d4cebb0b9638fa5ef1daef656f6c1b",
|
"packageManager": "pnpm@10.6.2+sha512.47870716bea1572b53df34ad8647b42962bc790ce2bf4562ba0f643237d7302a3d6a8ecef9e4bdfc01d23af1969aa90485d4cebb0b9638fa5ef1daef656f6c1b",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@vue/apollo-components",
|
"name": "@vue/apollo-components",
|
||||||
"version": "4.0.0",
|
"version": "4.2.2",
|
||||||
"description": "Apollo GraphQL components for Vue.js",
|
"description": "Apollo GraphQL components for Vue.js",
|
||||||
"author": "Guillaume Chau <guillaume.b.chau@gmail.com>",
|
"author": "Guillaume Chau <guillaume.b.chau@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@vue/apollo-composable",
|
"name": "@vue/apollo-composable",
|
||||||
"version": "4.2.1",
|
"version": "4.2.2",
|
||||||
"description": "Apollo GraphQL for Vue Composition API",
|
"description": "Apollo GraphQL for Vue Composition API",
|
||||||
"author": "Guillaume Chau <guillaume.b.chau@gmail.com>",
|
"author": "Guillaume Chau <guillaume.b.chau@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@vue/apollo-option",
|
"name": "@vue/apollo-option",
|
||||||
"version": "4.2.0",
|
"version": "4.2.2",
|
||||||
"description": "Use Apollo and GraphQL with Vue.js using the `apollo` option",
|
"description": "Use Apollo and GraphQL with Vue.js using the `apollo` option",
|
||||||
"author": "Guillaume Chau <guillaume.b.chau@gmail.com>",
|
"author": "Guillaume Chau <guillaume.b.chau@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@vue/apollo-ssr",
|
"name": "@vue/apollo-ssr",
|
||||||
"version": "4.0.0",
|
"version": "4.2.2",
|
||||||
"description": "Apollo GraphQL for Vue - Server Side Rendering utilities",
|
"description": "Apollo GraphQL for Vue - Server Side Rendering utilities",
|
||||||
"author": "Guillaume Chau <guillaume.b.chau@gmail.com>",
|
"author": "Guillaume Chau <guillaume.b.chau@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@vue/apollo-util",
|
"name": "@vue/apollo-util",
|
||||||
"version": "4.0.0-beta.6",
|
"version": "4.2.2",
|
||||||
"description": "Apollo GraphQL for Vue - Utilities",
|
"description": "Apollo GraphQL for Vue - Utilities",
|
||||||
"author": "Guillaume Chau <guillaume.b.chau@gmail.com>",
|
"author": "Guillaume Chau <guillaume.b.chau@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user