Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Dec 12, 2018
1 parent 67c55c4 commit fe924ba
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.6.0-alpha.3"
"version": "0.6.0"
}
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.0-alpha.3",
"version": "0.6.0",
"description": "GraphQL Inspector API",
"keywords": [
"graphql",
Expand Down Expand Up @@ -28,8 +28,8 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@graphql-inspector/core": "0.6.0-alpha.3",
"@graphql-inspector/load": "0.6.0-alpha.3",
"@graphql-inspector/core": "0.6.0",
"@graphql-inspector/load": "0.6.0",
"@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.0-alpha.3",
"version": "0.6.0",
"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.0-alpha.3",
"@graphql-inspector/core": "0.6.0-alpha.3",
"@graphql-inspector/ui": "0.6.0-alpha.3",
"@graphql-inspector/load": "0.6.0-alpha.3",
"@graphql-inspector/api": "0.6.0",
"@graphql-inspector/core": "0.6.0",
"@graphql-inspector/load": "0.6.0",
"@graphql-inspector/ui": "0.6.0",
"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.0-alpha.3",
"version": "0.6.0",
"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.0-alpha.3",
"version": "0.6.0",
"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.0-alpha.3",
"version": "0.6.0",
"description": "GraphQL Inspector GUI",
"keywords": [
"graphql",
Expand Down

0 comments on commit fe924ba

Please sign in to comment.