diff --git a/.changeset/little-apricots-refuse.md b/.changeset/little-apricots-refuse.md deleted file mode 100644 index 11337dfd9..000000000 --- a/.changeset/little-apricots-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"apollo-client-devtools": patch ---- - -Revert change to script injection approach diff --git a/CHANGELOG.md b/CHANGELOG.md index b8e18f2c0..4902b66f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.3.1 + +### Patch Changes + +- [#1169](https://github.com/apollographql/apollo-client-devtools/pull/1169) [`5a36ab4`](https://github.com/apollographql/apollo-client-devtools/commit/5a36ab42c534ff750e1bbd697538b3c4f4925dfc) Thanks [@alessbell](https://github.com/alessbell)! - Revert change to script injection approach + ## 4.3.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index ba54bf062..ff688e8bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "apollo-client-devtools", - "version": "4.3.0", + "version": "4.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "apollo-client-devtools", - "version": "4.3.0", + "version": "4.3.1", "license": "MIT", "dependencies": { "@apollo/client": "^3.8.8", diff --git a/package.json b/package.json index 1b4d42748..9611cf169 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.3.0", + "version": "4.3.1", "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 b99afaeb3..91fef7cb6 100755 --- a/src/extension/manifest.json +++ b/src/extension/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.3.0", + "version": "4.3.1", "author": "Apollo", "name": "Apollo Client Devtools", "description": "GraphQL debugging tools for Apollo Client.",