diff --git a/.changeset/mighty-seals-perform.md b/.changeset/mighty-seals-perform.md deleted file mode 100644 index 085e8e12923..00000000000 --- a/.changeset/mighty-seals-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Fix an incorrect string substitution in a warning message. diff --git a/.changeset/ninety-zebras-end.md b/.changeset/ninety-zebras-end.md deleted file mode 100644 index 7097b30b2b7..00000000000 --- a/.changeset/ninety-zebras-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Avoid redundant refetchQueries call for mutation with no-cache policy (fixes #10238) diff --git a/.changeset/wet-jars-laugh.md b/.changeset/wet-jars-laugh.md deleted file mode 100644 index c52db26820c..00000000000 --- a/.changeset/wet-jars-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Remove error thrown by `inFlightLinkObservables` intended to be removed before 3.9 release. diff --git a/CHANGELOG.md b/CHANGELOG.md index 399686ebdc5..aeae3afef53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @apollo/client +## 3.9.1 + +### Patch Changes + +- [#11516](https://github.com/apollographql/apollo-client/pull/11516) [`8390fea`](https://github.com/apollographql/apollo-client/commit/8390fea13175bada8361ba5f0df2e43197085aba) Thanks [@phryneas](https://github.com/phryneas)! - Fix an incorrect string substitution in a warning message. + +- [#11515](https://github.com/apollographql/apollo-client/pull/11515) [`c9bf93b`](https://github.com/apollographql/apollo-client/commit/c9bf93bdc2816f7fdba96961e1435f463f440bd1) Thanks [@vladar](https://github.com/vladar)! - Avoid redundant refetchQueries call for mutation with no-cache policy (fixes #10238) + +- [#11545](https://github.com/apollographql/apollo-client/pull/11545) [`84a6bea`](https://github.com/apollographql/apollo-client/commit/84a6beaeae69acdffea49ba6b8242752cc188172) Thanks [@alessbell](https://github.com/alessbell)! - Remove error thrown by `inFlightLinkObservables` intended to be removed before 3.9 release. + ## 3.9.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index 3e36f50e536..ff7b5cd34f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.9.0", + "version": "3.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.9.0", + "version": "3.9.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ea7d8df5a5a..cc9d4ab04d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.9.0", + "version": "3.9.1", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [