-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
7b1470a
commit ae1c783
Showing
3 changed files
with
5 additions
and
3 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 | ||
|
||
### v2.6.1 | ||
|
||
- **cli**: Revert log-symbols to v4 - brings back CJS support | ||
|
||
### v2.6.0 | ||
|
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="2.6.0" | ||
LABEL version="2.6.1" | ||
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/[email protected].0 graphql | ||
RUN yarn global add @graphql-inspector/[email protected].1 graphql | ||
|
||
RUN mkdir /app | ||
WORKDIR /app |
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": "2.6.0" | ||
"version": "2.6.1" | ||
} |
ae1c783
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: