Skip to content

Commit 75a9924

Browse files
authored
Release v1.18.0 (#217)
1 parent ddf097e commit 75a9924

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
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+
### v1.18.0
6+
57
- **github**: load `.yaml` file too [PR #216](https://github.com/kamilkisiela/graphql-inspector/pull/216)
68

79
### v1.17.0

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:10-slim
22

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

1313
ENV LOG_LEVEL "debug"
1414

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

1717
COPY entrypoint.sh /entrypoint.sh
1818

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "1.17.0"
4+
"version": "1.18.0"
55
}

website/live/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"homepage": "/live/",
66
"dependencies": {
7-
"@graphql-inspector/core": "1.17.0",
7+
"@graphql-inspector/core": "1.18.0",
88
"graphql": "14.2.1",
99
"react": "16.8.6",
1010
"react-dom": "16.8.6",

0 commit comments

Comments
 (0)