Skip to content

Commit

Permalink
Merge pull request #255 from AGS-/master
Browse files Browse the repository at this point in the history
v1.3.2
  • Loading branch information
AGS- authored Sep 6, 2018
2 parents 2beea97 + 06a8f30 commit 6327c23
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.2.2"
"version": "1.3.2"
}
6 changes: 3 additions & 3 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.2.2",
"version": "1.3.2",
"description": "An interface for building GraphQL language services for IDEs",
"contributors": [
"Hyohyeon Jeong <asiandrummer@fb.com>",
Expand Down Expand Up @@ -34,8 +34,8 @@
"dependencies": {
"babel-polyfill": "6.16.0",
"graphql-config": "2.0.1",
"graphql-language-service-interface": "^1.2.2",
"graphql-language-service-server": "^1.2.2",
"graphql-language-service-interface": "^1.3.2",
"graphql-language-service-server": "^1.3.2",
"graphql-language-service-utils": "^1.2.2",
"yargs": "^3.32.0 || ^7.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion 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.2.2",
"version": "1.3.2",
"description": "Interface to the GraphQL Language Service",
"contributors": [
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
Expand Down
4 changes: 2 additions & 2 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.2.2",
"version": "1.3.2",
"description": "Server process backing the GraphQL Language Service",
"contributors": [
"Greg Hurrell <greg@hurrell.net> (https://greg.hurrell.net/)",
Expand Down Expand Up @@ -33,7 +33,7 @@
"fb-watchman": "^2.0.0",
"glob": "^7.1.2",
"graphql-config": "2.0.1",
"graphql-language-service-interface": "^1.2.2",
"graphql-language-service-interface": "^1.3.2",
"graphql-language-service-types": "^1.2.2",
"graphql-language-service-utils": "^1.2.2",
"nullthrows": "^1.0.0",
Expand Down

0 comments on commit 6327c23

Please sign in to comment.