-
-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4e7a24c
commit 4fe5a65
Showing
4 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ | |
|
||
### vNEXT | ||
|
||
### v3.1.0 | ||
|
||
- **action**: Support introspection query result | ||
|
||
### v3.0.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
FROM node:12-slim | ||
|
||
LABEL version="3.0.2" | ||
LABEL version="3.1.0" | ||
LABEL repository="http://github.com/kamilkisiela/graphql-inspector" | ||
LABEL homepage="http://github.com/kamilkisiela/graphql-inspector" | ||
LABEL maintainer="Kamil Kisiela <[email protected]>" | ||
|
||
ENV LOG_LEVEL "debug" | ||
|
||
RUN apk --no-cache add git | ||
RUN yarn global add @graphql-inspector/cli@3.0.2 graphql | ||
RUN yarn global add @graphql-inspector/cli@3.1.0 graphql | ||
|
||
RUN mkdir /app | ||
WORKDIR /app |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"npmClient": "yarn", | ||
"useWorkspaces": true, | ||
"version": "3.0.2" | ||
"version": "3.1.0" | ||
} |
4fe5a65
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: