Skip to content

Commit

Permalink
Merge pull request #192 from apollostack/DxCx-graphiql-update
Browse files Browse the repository at this point in the history
chore(package): update graphiql version from 0.7.1 to 0.8.0
  • Loading branch information
helfer authored Nov 29, 2016
2 parents 32e3a09 + 0bb641b commit d5e1905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

### VNEXT
* Update GraphiQL to version 0.8.0 ([@DxCx](https://github.com/DxCx)) on [#192](https://github.com/apollostack/graphql-server/pull/192)
* Upgrade to GraphQL-js 0.8.1.

### v0.4.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export type GraphiQLData = {
};

// Current latest version of GraphiQL.
const GRAPHIQL_VERSION = '0.7.1';
const GRAPHIQL_VERSION = '0.8.0';

// Ensures string values are safe to be used within a <script> tag.
// TODO: I don't think that's the right escape function
Expand Down

0 comments on commit d5e1905

Please sign in to comment.