Skip to content

Commit 2a3282b

Browse files
committed
Version 2.1.7
1 parent 5d5a23b commit 2a3282b

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## vNext
44

5+
## 2.1.7
6+
57
- Removed https://devtools.apollodata.com/graphql from the content security
68
policy section of `manifest.json`, since it doesn't need to be referenced
79
based on how that endpoint is being used. Removing it helps with

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "apollo-client-devtools",
33
"description": "Developer tools for Apollo Client, with GraphiQL integration, cache inspection, and query watching.",
44
"license": "MIT",
5-
"version": "2.1.6",
5+
"version": "2.1.7",
66
"scripts": {
77
"build": "cd shells/webextension && cross-env NODE_ENV=production webpack --progress --hide-modules",
88
"dev": "cd shells/dev && webpack-dev-server --inline --hot --no-info",

shells/webextension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.1.6",
2+
"version": "2.1.7",
33
"author": "Apollo",
44
"name": "Apollo Client Developer Tools",
55
"short_name": "Apollo DevTools",

0 commit comments

Comments
 (0)