Skip to content

Commit

Permalink
Release v1.18.0 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Apr 18, 2019
1 parent ddf097e commit 75a9924
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### vNEXT

### v1.18.0

- **github**: load `.yaml` file too [PR #216](https://github.com/kamilkisiela/graphql-inspector/pull/216)

### v1.17.0
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:10-slim

LABEL version="1.17.0"
LABEL version="1.18.0"
LABEL repository="http://github.com/kamilkisiela/graphql-inspector"
LABEL homepage="http://github.com/kamilkisiela/graphql-inspector"
LABEL maintainer="Kamil Kisiela <[email protected]>"
Expand All @@ -12,7 +12,7 @@ LABEL com.github.actions.color="orange"

ENV LOG_LEVEL "debug"

RUN yarn global add @graphql-inspector/actions@1.17.0
RUN yarn global add @graphql-inspector/actions@1.18.0

COPY entrypoint.sh /entrypoint.sh

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.17.0"
"version": "1.18.0"
}
2 changes: 1 addition & 1 deletion website/live/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"homepage": "/live/",
"dependencies": {
"@graphql-inspector/core": "1.17.0",
"@graphql-inspector/core": "1.18.0",
"graphql": "14.2.1",
"react": "16.8.6",
"react-dom": "16.8.6",
Expand Down

0 comments on commit 75a9924

Please sign in to comment.