Skip to content

Commit

Permalink
v0.6.2 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Jan 2, 2019
1 parent 5be8bd3 commit 1a30cd1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/api",
"version": "0.6.1",
"version": "0.6.2",
"description": "GraphQL Inspector API",
"keywords": [
"graphql",
Expand Down Expand Up @@ -28,8 +28,8 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@graphql-inspector/core": "0.6.1",
"@graphql-inspector/load": "0.6.1",
"@graphql-inspector/core": "0.6.2",
"@graphql-inspector/load": "0.6.2",
"@graphql-modules/epoxy": "0.2.17",
"apollo-server-express": "2.2.6",
"graphql": "14.0.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/cli",
"version": "0.6.1",
"version": "0.6.2",
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
"keywords": [
"graphql",
Expand Down Expand Up @@ -45,10 +45,10 @@
"typescript": "3.2.2"
},
"dependencies": {
"@graphql-inspector/api": "0.6.1",
"@graphql-inspector/core": "0.6.1",
"@graphql-inspector/load": "0.6.1",
"@graphql-inspector/ui": "0.6.1",
"@graphql-inspector/api": "0.6.2",
"@graphql-inspector/core": "0.6.2",
"@graphql-inspector/load": "0.6.2",
"@graphql-inspector/ui": "0.6.2",
"apollo-server": "2.2.6",
"apollo-server-express": "2.2.6",
"chalk": "2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/core",
"version": "0.6.1",
"version": "0.6.2",
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",
"keywords": [
"graphql",
Expand Down
2 changes: 1 addition & 1 deletion packages/load/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/load",
"version": "0.6.1",
"version": "0.6.2",
"description": "Load GraphQL Schema and Documents from any source",
"keywords": [
"graphql",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-inspector/ui",
"version": "0.6.1",
"version": "0.6.2",
"description": "GraphQL Inspector GUI",
"keywords": [
"graphql",
Expand Down

0 comments on commit 1a30cd1

Please sign in to comment.