diff --git a/.changeset/giant-toys-tan.md b/.changeset/giant-toys-tan.md deleted file mode 100644 index 5e9a2dc66..000000000 --- a/.changeset/giant-toys-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"apollo-client-devtools": patch ---- - -Show a loading indicator when the extension is loading client data. diff --git a/.changeset/moody-pots-pull.md b/.changeset/moody-pots-pull.md deleted file mode 100644 index 26db70063..000000000 --- a/.changeset/moody-pots-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"apollo-client-devtools": patch ---- - -Show an error screen if an error occurs while getting client data. This will provide a helpful suggestion with a link to open a prefilled GitHub issue with the error that occurred. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ddcae2d4..0ea5df288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.18.1 + +### Patch Changes + +- [#1459](https://github.com/apollographql/apollo-client-devtools/pull/1459) [`b4a600b`](https://github.com/apollographql/apollo-client-devtools/commit/b4a600b6c6e300fa738adc96c8faeecc2b8981e6) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Show a loading indicator when the extension is loading client data. + +- [#1459](https://github.com/apollographql/apollo-client-devtools/pull/1459) [`b4a600b`](https://github.com/apollographql/apollo-client-devtools/commit/b4a600b6c6e300fa738adc96c8faeecc2b8981e6) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Show an error screen if an error occurs while getting client data. This will provide a helpful suggestion with a link to open a prefilled GitHub issue with the error that occurred. + ## 4.18.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index 2ef7170c0..29495e1ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "apollo-client-devtools", - "version": "4.18.0", + "version": "4.18.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "apollo-client-devtools", - "version": "4.18.0", + "version": "4.18.1", "license": "MIT", "dependencies": { "@apollo/brand": "^0.5.9", diff --git a/package.json b/package.json index 114861631..0a36ecbfa 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.0", + "version": "4.18.1", "type": "module", "repository": { "type": "git", diff --git a/src/extension/chrome/manifest.json b/src/extension/chrome/manifest.json index 7c109ebcb..2040010e1 100644 --- a/src/extension/chrome/manifest.json +++ b/src/extension/chrome/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.18.0", + "version": "4.18.1", "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 8d01127a5..49e3dc3ca 100644 --- a/src/extension/firefox/manifest.json +++ b/src/extension/firefox/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.18.0", + "version": "4.18.1", "author": "Apollo", "name": "Apollo Client Devtools", "description": "GraphQL debugging tools for Apollo Client.",