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 66ba0de2d..947b3e236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.18.14 + +### Patch Changes + +- [#1573](https://github.com/apollographql/apollo-client-devtools/pull/1573) [`8a57f17`](https://github.com/apollographql/apollo-client-devtools/commit/8a57f171dc286701607e570ff076e38d2dbf292d) Thanks [@github-actions](https://github.com/apps/github-actions)! - add error codes for new Apollo Client version + ## 4.18.13 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 56be64b3c..8ffc56498 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "apollo-client-devtools", - "version": "4.18.13", + "version": "4.18.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "apollo-client-devtools", - "version": "4.18.13", + "version": "4.18.14", "license": "MIT", "dependencies": { "@apollo/brand": "^0.7.0", diff --git a/package.json b/package.json index fd6b0a842..a56bfbd64 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.13", + "version": "4.18.14", "type": "module", "repository": { "type": "git", diff --git a/src/extension/chrome/manifest.json b/src/extension/chrome/manifest.json index f82da0b90..7c818061a 100644 --- a/src/extension/chrome/manifest.json +++ b/src/extension/chrome/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.18.13", + "version": "4.18.14", "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 36b874244..9ddb21f22 100644 --- a/src/extension/firefox/manifest.json +++ b/src/extension/firefox/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.18.13", + "version": "4.18.14", "author": "Apollo", "name": "Apollo Client Devtools", "description": "GraphQL debugging tools for Apollo Client.",