File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11FROM node:10-slim
22
3- LABEL version="1.17 .0"
3+ LABEL version="1.18 .0"
44LABEL repository="http://github.com/kamilkisiela/graphql-inspector"
55LABEL homepage="http://github.com/kamilkisiela/graphql-inspector"
66LABEL maintainer=
"Kamil Kisiela <[email protected] >" @@ -12,7 +12,7 @@ LABEL com.github.actions.color="orange"
1212
1313ENV 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
1717COPY entrypoint.sh /entrypoint.sh
1818
Original file line number Diff line number Diff line change 11{
22 "npmClient" : " yarn" ,
33 "useWorkspaces" : true ,
4- "version" : " 1.17 .0"
4+ "version" : " 1.18 .0"
55}
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments