diff --git a/.changeset/heavy-camels-double.md b/.changeset/heavy-camels-double.md deleted file mode 100644 index d236122b255..00000000000 --- a/.changeset/heavy-camels-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Fix a bug that allows to only call `loadErrorMessages` without also calling `loadDevErrorMessages`. diff --git a/.changeset/lemon-tigers-promise.md b/.changeset/lemon-tigers-promise.md deleted file mode 100644 index 7c397bae3ad..00000000000 --- a/.changeset/lemon-tigers-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Start the query ref auto dispose timeout after the initial promise has settled. This prevents requests that run longer than the timeout duration from keeping the component suspended indefinitely. diff --git a/.changeset/lucky-coats-march.md b/.changeset/lucky-coats-march.md deleted file mode 100644 index e26c21c6cee..00000000000 --- a/.changeset/lucky-coats-march.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@apollo/client": patch ---- - -`MockedProvider`: default `connectToDevTools` to `false` in created `ApolloClient` instance. - -This will prevent the mocked `ApolloClient` instance from trying to connect to the DevTools, which would start a `setTimeout` that might keep running after a test has finished. diff --git a/.changeset/weak-worms-fetch.md b/.changeset/weak-worms-fetch.md deleted file mode 100644 index ac65f76dd98..00000000000 --- a/.changeset/weak-worms-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -`cache.modify`: Less strict types & new dev runtime warnings. diff --git a/CHANGELOG.md b/CHANGELOG.md index 22d3ee42b53..fa43468947b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @apollo/client +## 3.8.6 + +### Patch Changes + +- [#11291](https://github.com/apollographql/apollo-client/pull/11291) [`2be7eafe3`](https://github.com/apollographql/apollo-client/commit/2be7eafe3c115d56d993dbda64d320550712df1f) Thanks [@ArioA](https://github.com/ArioA)! - Fix a bug that allows to only call `loadErrorMessages` without also calling `loadDevErrorMessages`. + +- [#11274](https://github.com/apollographql/apollo-client/pull/11274) [`b29f000f3`](https://github.com/apollographql/apollo-client/commit/b29f000f36f281e256809b5454eaeca2ec4450bf) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Start the query ref auto dispose timeout after the initial promise has settled. This prevents requests that run longer than the timeout duration from keeping the component suspended indefinitely. + +- [#11289](https://github.com/apollographql/apollo-client/pull/11289) [`b5894dbf0`](https://github.com/apollographql/apollo-client/commit/b5894dbf0fd5ea5ef1ff20dd896a658ef78c69dc) Thanks [@phryneas](https://github.com/phryneas)! - `MockedProvider`: default `connectToDevTools` to `false` in created `ApolloClient` instance. + + This will prevent the mocked `ApolloClient` instance from trying to connect to the DevTools, which would start a `setTimeout` that might keep running after a test has finished. + +- [#11206](https://github.com/apollographql/apollo-client/pull/11206) [`dd2ce7687`](https://github.com/apollographql/apollo-client/commit/dd2ce7687ae9afa399e950a523fc7330284c25fe) Thanks [@phryneas](https://github.com/phryneas)! - `cache.modify`: Less strict types & new dev runtime warnings. + ## 3.8.5 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 43e648d575c..0e2dbb4c6ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.8.5", + "version": "3.8.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.8.5", + "version": "3.8.6", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d782f1b8dbe..5261a172811 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.8.5", + "version": "3.8.6", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [