diff --git a/.changeset/rotten-pears-draw.md b/.changeset/rotten-pears-draw.md deleted file mode 100644 index 6f66826ea14..00000000000 --- a/.changeset/rotten-pears-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Refetch should not return partial data with `errorPolicy: none` and `notifyOnNetworkStatusChange: true`. diff --git a/.changeset/spotty-kings-unite.md b/.changeset/spotty-kings-unite.md deleted file mode 100644 index c9e25288ea3..00000000000 --- a/.changeset/spotty-kings-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Improve context types diff --git a/CHANGELOG.md b/CHANGELOG.md index 06ddf3a85fa..d6c59af2f27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @apollo/client +## 3.7.5 + +### Patch Changes + +- [#10321](https://github.com/apollographql/apollo-client/pull/10321) [`bbaa3ef2d`](https://github.com/apollographql/apollo-client/commit/bbaa3ef2d95a03e2453ef86a25096c314fbd8998) Thanks [@alessbell](https://github.com/alessbell)! - Refetch should not return partial data with `errorPolicy: none` and `notifyOnNetworkStatusChange: true`. + +- [#10402](https://github.com/apollographql/apollo-client/pull/10402) [`0b07aa955`](https://github.com/apollographql/apollo-client/commit/0b07aa955bab2e929f21590b565507a66f930539) Thanks [@Hugodby](https://github.com/Hugodby)! - Improve context types + ## 3.7.4 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 1f2d78ce3fa..fe77fd89aad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.7.4", + "version": "3.7.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.7.4", + "version": "3.7.5", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 281e8401b8b..c688c5d96eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.7.4", + "version": "3.7.5", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [