From e1f3cfbe7625f11553b8c66243199083b7872eeb Mon Sep 17 00:00:00 2001 From: Jesper Noordsij <45041769+jnoordsij@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:59:41 +0100 Subject: [PATCH 1/2] Update Vue.js plugin link to new GitHub repository (#11668) --- docs/source/integrations/integrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/integrations/integrations.md b/docs/source/integrations/integrations.md index 237baf515e2..aefa3193e73 100644 --- a/docs/source/integrations/integrations.md +++ b/docs/source/integrations/integrations.md @@ -12,7 +12,7 @@ Apollo Client, unlike some other tools in the React ecosystem, requires _no_ com ## Vue -A [Vue.js](https://vuejs.org/) integration is maintained by Guillaume Chau ([@Akryum](https://github.com/Akryum)). See the Github [repository](https://github.com/Akryum/vue-apollo) for more details. +A [Vue.js](https://vuejs.org/) integration is maintained by Guillaume Chau ([@Akryum](https://github.com/Akryum)). See the Github [repository](https://github.com/vuejs/apollo) for more details. ## Svelte From 9c5a8cee40900125fe5037d573e6daedd619075f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 13:41:49 -0400 Subject: [PATCH 2/2] Version Packages (#11652) Co-authored-by: github-actions[bot] --- .changeset/early-pens-kick.md | 5 ----- .changeset/little-squids-watch.md | 5 ----- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644 .changeset/early-pens-kick.md delete mode 100644 .changeset/little-squids-watch.md diff --git a/.changeset/early-pens-kick.md b/.changeset/early-pens-kick.md deleted file mode 100644 index ecd27ea64f2..00000000000 --- a/.changeset/early-pens-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Make `useRenderGuard` more resilient to changes in React internals. diff --git a/.changeset/little-squids-watch.md b/.changeset/little-squids-watch.md deleted file mode 100644 index 2be90f20956..00000000000 --- a/.changeset/little-squids-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Adds a fix for multipart subscriptions that terminate with payload: null diff --git a/CHANGELOG.md b/CHANGELOG.md index 56cb5d6feac..049c6173381 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @apollo/client +## 3.9.7 + +### Patch Changes + +- [#11659](https://github.com/apollographql/apollo-client/pull/11659) [`652a61e`](https://github.com/apollographql/apollo-client/commit/652a61e96db0f0e27d0a22fafae1df388f3fdf36) Thanks [@phryneas](https://github.com/phryneas)! - Make `useRenderGuard` more resilient to changes in React internals. + +- [#11594](https://github.com/apollographql/apollo-client/pull/11594) [`50b1097`](https://github.com/apollographql/apollo-client/commit/50b10970ca0efa290ae415ef801650327a89ab8e) Thanks [@alessbell](https://github.com/alessbell)! - Adds a fix for multipart subscriptions that terminate with payload: null + ## 3.9.6 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index a0d0838f82b..7cd5ca6c9a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.9.6", + "version": "3.9.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.9.6", + "version": "3.9.7", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index dd0800e9363..49f44cb93ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.9.6", + "version": "3.9.7", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [