Skip to content

Commit

Permalink
Merge branch 'release-3.10' into issue-11348-extract-watchFragment
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell authored Mar 15, 2024
2 parents eba46c6 + 9c5a8ce commit d243a38
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-pens-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-squids-watch.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/integrations/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit d243a38

Please sign in to comment.