diff --git a/.changeset/errorcodes.md b/.changeset/errorcodes.md deleted file mode 100644 index b6b6f82b3..000000000 --- a/.changeset/errorcodes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"apollo-client-devtools": patch ---- - -add error codes for new Apollo Client version diff --git a/CHANGELOG.md b/CHANGELOG.md index aa842caca..a3c12e3e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.18.11 + +### Patch Changes + +- [#1560](https://github.com/apollographql/apollo-client-devtools/pull/1560) [`4af3744`](https://github.com/apollographql/apollo-client-devtools/commit/4af374445174b6a3901ca616fc815b149513931d) Thanks [@github-actions](https://github.com/apps/github-actions)! - add error codes for new Apollo Client version + ## 4.18.10 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index c4ae3d656..fe5ff73d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "apollo-client-devtools", - "version": "4.18.10", + "version": "4.18.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "apollo-client-devtools", - "version": "4.18.10", + "version": "4.18.11", "license": "MIT", "dependencies": { "@apollo/brand": "^0.7.0", diff --git a/package.json b/package.json index f24cbec05..17b29bed7 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "apollo-client-devtools", "description": "Developer tools for Apollo Client, with Studio Explorer integration, cache inspection, and query watching.", "license": "MIT", - "version": "4.18.10", + "version": "4.18.11", "type": "module", "repository": { "type": "git", diff --git a/src/extension/chrome/manifest.json b/src/extension/chrome/manifest.json index f77e54313..725feba9f 100644 --- a/src/extension/chrome/manifest.json +++ b/src/extension/chrome/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.18.10", + "version": "4.18.11", "author": "Apollo", "name": "Apollo Client Devtools", "description": "GraphQL debugging tools for Apollo Client.", diff --git a/src/extension/firefox/manifest.json b/src/extension/firefox/manifest.json index fa5a84828..165109ce4 100644 --- a/src/extension/firefox/manifest.json +++ b/src/extension/firefox/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.18.10", + "version": "4.18.11", "author": "Apollo", "name": "Apollo Client Devtools", "description": "GraphQL debugging tools for Apollo Client.",