diff --git a/.changeset/angry-sheep-smile.md b/.changeset/angry-sheep-smile.md deleted file mode 100644 index d1db8592e77..00000000000 --- a/.changeset/angry-sheep-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/client": patch ---- - -Fixed a bug when evaluating the devtools flag with the new syntax `devtools.enabled` that could result to `true` when explicitly set to `false`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6961a35e88e..cd614f91a1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @apollo/client +## 3.11.10 + +### Patch Changes + +- [#12093](https://github.com/apollographql/apollo-client/pull/12093) [`1765668`](https://github.com/apollographql/apollo-client/commit/1765668b7d495ef8a581f697bf9e4b7460455f13) Thanks [@mgmolisani](https://github.com/mgmolisani)! - Fixed a bug when evaluating the devtools flag with the new syntax `devtools.enabled` that could result to `true` when explicitly set to `false`. + ## 3.11.9 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index e5882cf6bdc..c818114193f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apollo/client", - "version": "3.11.9", + "version": "3.11.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apollo/client", - "version": "3.11.9", + "version": "3.11.10", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index dfb7461794a..4ec3f50b12d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client", - "version": "3.11.9", + "version": "3.11.10", "description": "A fully-featured caching GraphQL client.", "private": true, "keywords": [