diff --git a/.changeset/curvy-maps-give.md b/.changeset/curvy-maps-give.md deleted file mode 100644 index 8217041c861..00000000000 --- a/.changeset/curvy-maps-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Allow Apollo Client instance to intercept hook functionality diff --git a/.changeset/rich-hotels-sniff.md b/.changeset/rich-hotels-sniff.md deleted file mode 100644 index 57d89545de3..00000000000 --- a/.changeset/rich-hotels-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Fix issue where calling `fetchMore` from a suspense-enabled hook inside `startTransition` caused an unnecessary rerender. diff --git a/CHANGELOG.md b/CHANGELOG.md index 31ea43b7794..56cb5d6feac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @apollo/client +## 3.9.6 + +### Patch Changes + +- [#11617](https://github.com/apollographql/apollo-client/pull/11617) [`f1d8bc4`](https://github.com/apollographql/apollo-client/commit/f1d8bc40c3d8e39340f721f4f1c3fd0ed77b8a6b) Thanks [@phryneas](https://github.com/phryneas)! - Allow Apollo Client instance to intercept hook functionality + +- [#11638](https://github.com/apollographql/apollo-client/pull/11638) [`bf93ada`](https://github.com/apollographql/apollo-client/commit/bf93adaa0321b573db0ea8fc3a5c364e1fdfeef3) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix issue where calling `fetchMore` from a suspense-enabled hook inside `startTransition` caused an unnecessary rerender. + ## 3.9.5 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index f48da9cd5a2..b2cfc6e9481 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.9.5", + "version": "3.9.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.9.5", + "version": "3.9.6", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e5ca173a2f2..51782cecce8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.9.5", + "version": "3.9.6", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [