Skip to content

Commit a3bbdcd

Browse files
committed
Release 2.2.0
1 parent 11714c9 commit a3bbdcd

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.2.0
6+
57
- Include local fields and types in GraphiQL ([#172](https://github.com/apollographql/apollo-client-devtools/issues/172), [#159](https://github.com/apollographql/apollo-client-devtools/issues/159))
68
[@justinanastos](https://github.com/justinanastos) in [#188](https://github.com/apollographql/apollo-client-devtools/pull/188)
79

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.9",
5+
"version": "2.2.0",
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.9",
2+
"version": "2.2.0",
33
"author": "Apollo",
44
"name": "Apollo Client Developer Tools",
55
"short_name": "Apollo DevTools",

0 commit comments

Comments
 (0)