diff --git a/.changeset/fuzzy-shrimps-call.md b/.changeset/fuzzy-shrimps-call.md deleted file mode 100644 index ad484ae08ba..00000000000 --- a/.changeset/fuzzy-shrimps-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Fix a bug where `useFragment` did not re-render as expected diff --git a/.changeset/old-ghosts-agree.md b/.changeset/old-ghosts-agree.md deleted file mode 100644 index b224b7afad8..00000000000 --- a/.changeset/old-ghosts-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Cache the `useSubscription` hook's `restart` function definition between re-renders. diff --git a/CHANGELOG.md b/CHANGELOG.md index ed3248c97c6..8ad76ae8c71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @apollo/client +## 3.11.6 + +### Patch Changes + +- [#12049](https://github.com/apollographql/apollo-client/pull/12049) [`9c26892`](https://github.com/apollographql/apollo-client/commit/9c268927b1f8e5921b9440a53c9979a37f594e75) Thanks [@phryneas](https://github.com/phryneas)! - Fix a bug where `useFragment` did not re-render as expected + +- [#12044](https://github.com/apollographql/apollo-client/pull/12044) [`04462a2`](https://github.com/apollographql/apollo-client/commit/04462a274ad39b392142385a2f052abbf3014749) Thanks [@DoctorJohn](https://github.com/DoctorJohn)! - Cache the `useSubscription` hook's `restart` function definition between re-renders. + ## 3.11.5 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 5c37d48cdbb..5fae26bc780 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.11.5", + "version": "3.11.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.11.5", + "version": "3.11.6", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0e297e5418e..805acee7941 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.11.5", + "version": "3.11.6", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [