Skip to content

Commit 8b01974

Browse files
authored
Release v2.3.0 (#1765)
1 parent b32a501 commit 8b01974

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
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+
### v2.3.0
6+
57
- **action,github**: EXPERIMENTAL - Merge Pull Request's branch with the target branch to get the schema. Helps to get the correct state of schema when Pull Request is behind the target branch. _(disabled by default)_ - [docs](https://graphql-inspector.com/docs/products/github#experimental)
68
- **github**: Accepts a GitHub Label to mark Pull Request with breaking changes as something expected and safe [PR #1711](https://github.com/kamilkisiela/graphql-inspector/pull/1711) - [docs](https://graphql-inspector.com/docs/products/github#approved-breaking-change-label)
79
- **cli**: Add support for Apollo Federation directives [PR #1661](https://github.com/kamilkisiela/graphql-inspector/pull/1661) - by [@jinhong-](https://github.com/jinhong-)

Dockerfile-cli

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

3-
LABEL version="2.2.0"
3+
LABEL version="2.3.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]>"
77

88
ENV LOG_LEVEL "debug"
99

10-
RUN yarn global add @graphql-inspector/cli@2.2.0 graphql
10+
RUN yarn global add @graphql-inspector/cli@2.3.0 graphql
1111

1212
RUN mkdir /app
1313
WORKDIR /app

action/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "2.2.0"
5-
}
4+
"version": "2.3.0"
5+
}

0 commit comments

Comments
 (0)