Skip to content

Commit

Permalink
v1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
asiandrummer committed Nov 21, 2017
1 parent 7fbdff1 commit 9a3aa02
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.15"
"version": "1.0.16"
}
8 changes: 4 additions & 4 deletions packages/graphql-language-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphql-language-service",
"repository": "https://github.com/graphql/graphql-language-service",
"version": "1.0.15",
"version": "1.0.16",
"description": "An interface for building GraphQL language services for IDEs",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -34,9 +34,9 @@
"dependencies": {
"babel-polyfill": "6.16.0",
"graphql-config": "1.0.8",
"graphql-language-service-interface": "^1.0.15",
"graphql-language-service-server": "^1.0.15",
"graphql-language-service-utils": "^1.0.15",
"graphql-language-service-interface": "^1.0.16",
"graphql-language-service-server": "^1.0.16",
"graphql-language-service-utils": "^1.0.16",
"yargs": "^3.32.0 || ^7.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/interface/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphql-language-service-interface",
"repository": "https://github.com/graphql/graphql-language-service",
"version": "1.0.15",
"version": "1.0.16",
"description": "Interface to the GraphQL Language Service",
"contributors": [
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
Expand Down Expand Up @@ -32,6 +32,6 @@
"graphql-config": "1.0.8",
"graphql-language-service-parser": "^0.1.14",
"graphql-language-service-types": "^0.1.14",
"graphql-language-service-utils": "^1.0.15"
"graphql-language-service-utils": "^1.0.16"
}
}
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphql-language-service-server",
"repository": "https://github.com/graphql/graphql-language-service",
"version": "1.0.15",
"version": "1.0.16",
"description": "Server process backing the GraphQL Language Service",
"contributors": [
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
Expand Down Expand Up @@ -32,9 +32,9 @@
"babylon": "^6.17.4",
"fb-watchman": "^2.0.0",
"graphql-config": "1.0.8",
"graphql-language-service-interface": "^1.0.15",
"graphql-language-service-interface": "^1.0.16",
"graphql-language-service-types": "^0.1.14",
"graphql-language-service-utils": "^1.0.15",
"graphql-language-service-utils": "^1.0.16",
"nullthrows": "^1.0.0",
"vscode-jsonrpc": "^3.3.0",
"vscode-languageserver": "^3.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphql-language-service-utils",
"repository": "https://github.com/graphql/graphql-language-service",
"version": "1.0.15",
"version": "1.0.16",
"description": "Utilities to support the GraphQL Language Service",
"contributors": [
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
Expand Down

0 comments on commit 9a3aa02

Please sign in to comment.