diff --git a/.changeset/lazy-teachers-roll.md b/.changeset/lazy-teachers-roll.md deleted file mode 100644 index d20fa3d0e..000000000 --- a/.changeset/lazy-teachers-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"apollo-client-devtools": patch ---- - -Create a universal message bridge to handle both actor and rpc messages. diff --git a/.changeset/silver-dolphins-drive.md b/.changeset/silver-dolphins-drive.md deleted file mode 100644 index 67217c8cf..000000000 --- a/.changeset/silver-dolphins-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"apollo-client-devtools": patch ---- - -Remove unneeded initialization message to determine if page had a client instance. diff --git a/.changeset/six-pears-compare.md b/.changeset/six-pears-compare.md deleted file mode 100644 index 6e7036965..000000000 --- a/.changeset/six-pears-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"apollo-client-devtools": patch ---- - -Fix issue when disconnecting from the client that would show stale data until reconnected. diff --git a/CHANGELOG.md b/CHANGELOG.md index ac68e58ff..5f0f8168d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 4.17.3 + +### Patch Changes + +- [#1461](https://github.com/apollographql/apollo-client-devtools/pull/1461) [`36cd3bb`](https://github.com/apollographql/apollo-client-devtools/commit/36cd3bb30750401d52edcfd0baab506f26ed694a) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Create a universal message bridge to handle both actor and rpc messages. + +- [#1460](https://github.com/apollographql/apollo-client-devtools/pull/1460) [`4a58340`](https://github.com/apollographql/apollo-client-devtools/commit/4a5834064e64724589b2922b72a1e72dcffdf196) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Remove unneeded initialization message to determine if page had a client instance. + +- [#1460](https://github.com/apollographql/apollo-client-devtools/pull/1460) [`4a58340`](https://github.com/apollographql/apollo-client-devtools/commit/4a5834064e64724589b2922b72a1e72dcffdf196) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix issue when disconnecting from the client that would show stale data until reconnected. + ## 4.17.2 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 65ac57fc4..63d577cba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "apollo-client-devtools", - "version": "4.17.2", + "version": "4.17.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "apollo-client-devtools", - "version": "4.17.2", + "version": "4.17.3", "license": "MIT", "dependencies": { "@apollo/brand": "^0.5.9", diff --git a/package.json b/package.json index 187d549fb..2a321f447 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.2", + "version": "4.17.3", "type": "module", "repository": { "type": "git", diff --git a/src/extension/chrome/manifest.json b/src/extension/chrome/manifest.json index 95a1d2a83..49311988e 100644 --- a/src/extension/chrome/manifest.json +++ b/src/extension/chrome/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.17.2", + "version": "4.17.3", "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 3d623dbca..fc537ba36 100644 --- a/src/extension/firefox/manifest.json +++ b/src/extension/firefox/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.17.2", + "version": "4.17.3", "author": "Apollo", "name": "Apollo Client Devtools", "description": "GraphQL debugging tools for Apollo Client.",