diff --git a/.changeset/sharp-cows-cough.md b/.changeset/sharp-cows-cough.md deleted file mode 100644 index c146cb9ba..000000000 --- a/.changeset/sharp-cows-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"apollo-client-devtools": minor ---- - -Update to new Apollo branding and color scheme. Includes layout improvements and reduces some information redundancy. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4902b66f2..ccaacc207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.4.0 + +### Minor Changes + +- [#1180](https://github.com/apollographql/apollo-client-devtools/pull/1180) [`3a5d8dd`](https://github.com/apollographql/apollo-client-devtools/commit/3a5d8dd3f688b452cefed66ee8d44dff4d8dfc00) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Update to new Apollo branding and color scheme. Includes layout improvements and reduces some information redundancy. + ## 4.3.1 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 5f964e564..7163d9730 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "apollo-client-devtools", - "version": "4.3.1", + "version": "4.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "apollo-client-devtools", - "version": "4.3.1", + "version": "4.4.0", "license": "MIT", "dependencies": { "@apollo/brand": "^0.3.0", diff --git a/package.json b/package.json index 16b9fe4bc..ffee6efef 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.1", + "version": "4.4.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 91fef7cb6..ce6d80d5e 100755 --- a/src/extension/manifest.json +++ b/src/extension/manifest.json @@ -1,5 +1,5 @@ { - "version": "4.3.1", + "version": "4.4.0", "author": "Apollo", "name": "Apollo Client Devtools", "description": "GraphQL debugging tools for Apollo Client.",