diff --git a/.changeset/yellow-wolves-switch.md b/.changeset/yellow-wolves-switch.md deleted file mode 100644 index 324410a4b..000000000 --- a/.changeset/yellow-wolves-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"apollo-client-devtools": minor ---- - -Change the tab script injection mechanism for better compatibility with websites that might see hydration mismatches with the old injection mechanism. diff --git a/CHANGELOG.md b/CHANGELOG.md index d176e7911..b8e18f2c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.3.0 + +### Minor Changes + +- [#1164](https://github.com/apollographql/apollo-client-devtools/pull/1164) [`f57d124`](https://github.com/apollographql/apollo-client-devtools/commit/f57d124a7627cbdff25f4772416aee2dcefd8249) Thanks [@phryneas](https://github.com/phryneas)! - Change the tab script injection mechanism for better compatibility with websites that might see hydration mismatches with the old injection mechanism. + ## 4.2.3 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 20c4e9c90..555300329 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "apollo-client-devtools", - "version": "4.2.3", + "version": "4.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "apollo-client-devtools", - "version": "4.2.3", + "version": "4.3.0", "license": "MIT", "dependencies": { "@apollo/client": "^3.7.10", diff --git a/package.json b/package.json index 54d942437..6447abe88 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.2.3", + "version": "4.3.0", "repository": { "type": "git", "url": "git+https://github.com/apollographql/apollo-client-devtools.git" diff --git a/src/extension/manifest.json b/src/extension/manifest.json index 2d49eb051..b99afaeb3 100755 --- a/src/extension/manifest.json +++ b/src/extension/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.2.3", + "version": "4.3.0", "author": "Apollo", "name": "Apollo Client Devtools", "description": "GraphQL debugging tools for Apollo Client.",