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 5f0f8168d..f29d2abf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.17.4 + +### Patch Changes + +- [#1466](https://github.com/apollographql/apollo-client-devtools/pull/1466) [`8fefdf9`](https://github.com/apollographql/apollo-client-devtools/commit/8fefdf9e92658eba71d3325a41628401f50df8ff) Thanks [@github-actions](https://github.com/apps/github-actions)! - add error codes for new Apollo Client version + ## 4.17.3 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 63d577cba..450d0159d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "apollo-client-devtools", - "version": "4.17.3", + "version": "4.17.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "apollo-client-devtools", - "version": "4.17.3", + "version": "4.17.4", "license": "MIT", "dependencies": { "@apollo/brand": "^0.5.9", diff --git a/package.json b/package.json index 2a321f447..8efba7e21 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.17.3", + "version": "4.17.4", "type": "module", "repository": { "type": "git", diff --git a/src/extension/chrome/manifest.json b/src/extension/chrome/manifest.json index 49311988e..4776034ce 100644 --- a/src/extension/chrome/manifest.json +++ b/src/extension/chrome/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.17.3", + "version": "4.17.4", "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 fc537ba36..af3058977 100644 --- a/src/extension/firefox/manifest.json +++ b/src/extension/firefox/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.17.3", + "version": "4.17.4", "author": "Apollo", "name": "Apollo Client Devtools", "description": "GraphQL debugging tools for Apollo Client.",