Skip to content

Commit ab3757f

Browse files
authored
Release v2.1.0 (#1540)
1 parent 16cdc6f commit ab3757f

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
### vNEXT
44

5+
### v2.1.0
6+
57
- Use GraphQL Tools v6
8+
- Integration with GraphQL CLI
69

710
### v2.0.1
811

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.0.1"
3+
LABEL version="2.1.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.0.1 graphql
10+
RUN yarn global add @graphql-inspector/cli@2.1.0 graphql
1111

1212
RUN mkdir /app
1313
WORKDIR /app

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.0.1"
5-
}
4+
"version": "2.1.0"
5+
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -412,18 +412,18 @@
412412
unique-filename "^1.1.1"
413413
which "^1.3.1"
414414

415-
"@graphql-cli/[email protected].1-alpha-f965abc.0":
416-
version "4.0.1-alpha-f965abc.0"
417-
resolved "https://registry.yarnpkg.com/@graphql-cli/common/-/common-4.0.1-alpha-f965abc.0.tgz#ec301275c2f2ad64d00ffdebe07fff466394a46c"
418-
integrity sha512-PKIXepzKT3QiH5nWxKz+E8VB7yxohof+ggeH+XysGpFEs5CNhuvblhmjbsEGGrSUpBq/c9U5gttPR6/TILBI9g==
415+
"@graphql-cli/[email protected]":
416+
version "4.0.0"
417+
resolved "https://registry.yarnpkg.com/@graphql-cli/common/-/common-4.0.0.tgz#a14d382b1e744b784eebde4cb98fadd30fd5e3b2"
418+
integrity sha512-1webMsg9tmVQX9YA1wYeCVxNdWNrCrgVmpD0JyzroSsSEjt5hrHZR2x2vzuHK5CthH9I99GdvRtuMixmd1S9bQ==
419419
dependencies:
420420
"@graphql-tools/load" "^6.0.0"
421421
tslib "^2.0.0"
422422

423-
"@graphql-cli/[email protected].1-alpha-f965abc.0":
424-
version "4.0.1-alpha-f965abc.0"
425-
resolved "https://registry.yarnpkg.com/@graphql-cli/loaders/-/loaders-4.0.1-alpha-f965abc.0.tgz#71b8b1b541e0d6036b55b2fd013d98223080933f"
426-
integrity sha512-5JZ/v9plaBMCukEw4ju6781bL3ddUB5Fqj/HeooHLXvnq7Our40ttbQUGXnWLEYv7dl0KUX46WHjm9bAoOfSzA==
423+
"@graphql-cli/[email protected]":
424+
version "4.0.0"
425+
resolved "https://registry.yarnpkg.com/@graphql-cli/loaders/-/loaders-4.0.0.tgz#1e2fe548e35ec543c2aa13c683703408b0b1c7c9"
426+
integrity sha512-hZ2DNCfjqZCCZrV4HqfgKwHWRCnh0TEXi9rkjvV0nMs4khfAzQFhAP+Y7nQMxAk7aKPY7kEq6X/tEYr8B68SQA==
427427
dependencies:
428428
"@graphql-tools/apollo-engine-loader" "^6.0.0"
429429
"@graphql-tools/code-file-loader" "^6.0.0"

0 commit comments

Comments
 (0)