diff --git a/.changeset/errorcodes.md b/.changeset/errorcodes.md deleted file mode 100644 index 8ebf0b953..000000000 --- a/.changeset/errorcodes.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"apollo-client-devtools": patch -"@apollo/client-devtools-vscode": patch ---- - -add error codes for new Apollo Client version diff --git a/.changeset/heavy-hornets-switch.md b/.changeset/heavy-hornets-switch.md deleted file mode 100644 index b2492c2dc..000000000 --- a/.changeset/heavy-hornets-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"apollo-client-devtools": patch ---- - -Make the background script persistent in Firefox extension to address an issue where the devtools would disconnect periodically. diff --git a/packages/apollo-client-devtools/CHANGELOG.md b/packages/apollo-client-devtools/CHANGELOG.md index ffdb11d8a..30fdefa08 100644 --- a/packages/apollo-client-devtools/CHANGELOG.md +++ b/packages/apollo-client-devtools/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.19.10 + +### Patch Changes + +- [#1652](https://github.com/apollographql/apollo-client-devtools/pull/1652) [`2f1068f`](https://github.com/apollographql/apollo-client-devtools/commit/2f1068fd22cd58a62be736a62c85fe09dba8c514) Thanks [@github-actions](https://github.com/apps/github-actions)! - add error codes for new Apollo Client version + +- [#1647](https://github.com/apollographql/apollo-client-devtools/pull/1647) [`7aecc19`](https://github.com/apollographql/apollo-client-devtools/commit/7aecc19a9dd993caa2904f505eebbb709e312254) Thanks [@Killian-Aidalinfo](https://github.com/Killian-Aidalinfo)! - Make the background script persistent in Firefox extension to address an issue where the devtools would disconnect periodically. + ## 4.19.9 ### Patch Changes diff --git a/packages/apollo-client-devtools/package.json b/packages/apollo-client-devtools/package.json index cd0890f0a..754f4e03a 100755 --- a/packages/apollo-client-devtools/package.json +++ b/packages/apollo-client-devtools/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.19.9", + "version": "4.19.10", "type": "module", "repository": { "type": "git", diff --git a/packages/client-devtools-vscode/CHANGELOG.md b/packages/client-devtools-vscode/CHANGELOG.md index 912c93116..b824696c6 100644 --- a/packages/client-devtools-vscode/CHANGELOG.md +++ b/packages/client-devtools-vscode/CHANGELOG.md @@ -1,5 +1,11 @@ # @apollo/client-devtools-vscode +## 4.19.10 + +### Patch Changes + +- [#1652](https://github.com/apollographql/apollo-client-devtools/pull/1652) [`2f1068f`](https://github.com/apollographql/apollo-client-devtools/commit/2f1068fd22cd58a62be736a62c85fe09dba8c514) Thanks [@github-actions](https://github.com/apps/github-actions)! - add error codes for new Apollo Client version + ## 4.19.9 ### Patch Changes diff --git a/packages/client-devtools-vscode/package.json b/packages/client-devtools-vscode/package.json index 7fea32596..90ed1c9fd 100644 --- a/packages/client-devtools-vscode/package.json +++ b/packages/client-devtools-vscode/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/client-devtools-vscode", - "version": "4.19.9", + "version": "4.19.10", "repository": { "type": "git", "url": "git+https://github.com/apollographql/apollo-client-devtools.git"