Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Oct 24, 2019
1 parent aab2758 commit a21e4bc
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.1",
"version": "0.6.2",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-toolkit/common",
"version": "0.6.1",
"version": "0.6.2",
"description": "Common package containting utils and types for GraphQL Toolkit",
"repository": "git@github.com:dotansimha/graphql-toolkit.git",
"author": "Dotan Simha <dotansimha@gmail.com>",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-toolkit/core",
"version": "0.6.1",
"version": "0.6.2",
"description": "A set of utils for faster development of GraphQL tools",
"repository": "git@github.com:dotansimha/graphql-toolkit.git",
"author": "Dotan Simha <dotansimha@gmail.com>",
Expand Down Expand Up @@ -36,8 +36,8 @@
"typescript": "3.6.3"
},
"dependencies": {
"@graphql-toolkit/common": "0.6.1",
"@graphql-toolkit/schema-merging": "0.6.1",
"@graphql-toolkit/common": "0.6.2",
"@graphql-toolkit/schema-merging": "0.6.2",
"aggregate-error": "3.0.1",
"globby": "10.0.1",
"graphql-import": "0.7.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/file-loading/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-toolkit/file-loading",
"version": "0.6.1",
"version": "0.6.2",
"description": "A set of utils for faster development of GraphQL tools",
"repository": "git@github.com:dotansimha/graphql-toolkit.git",
"author": "Dotan Simha <dotansimha@gmail.com>",
Expand Down Expand Up @@ -30,7 +30,7 @@
"typescript": "3.6.3"
},
"dependencies": {
"@graphql-toolkit/common": "0.6.1",
"@graphql-toolkit/common": "0.6.2",
"@kamilkisiela/graphql-tools": "4.0.6",
"glob": "7.1.5"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/graphql-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-toolkit",
"version": "0.6.1",
"version": "0.6.2",
"description": "Common package containting utils and types for GraphQL Toolkit",
"repository": "git@github.com:dotansimha/graphql-toolkit.git",
"author": "Dotan Simha <dotansimha@gmail.com>",
Expand Down Expand Up @@ -29,14 +29,14 @@
"typescript": "3.6.4"
},
"dependencies": {
"@graphql-toolkit/code-file-loader": "0.6.1",
"@graphql-toolkit/common": "0.6.1",
"@graphql-toolkit/core": "0.6.1",
"@graphql-toolkit/file-loading": "0.6.1",
"@graphql-toolkit/graphql-file-loader": "0.6.1",
"@graphql-toolkit/json-file-loader": "0.6.1",
"@graphql-toolkit/schema-merging": "0.6.1",
"@graphql-toolkit/url-loader": "0.6.1"
"@graphql-toolkit/code-file-loader": "0.6.2",
"@graphql-toolkit/common": "0.6.2",
"@graphql-toolkit/core": "0.6.2",
"@graphql-toolkit/file-loading": "0.6.2",
"@graphql-toolkit/graphql-file-loader": "0.6.2",
"@graphql-toolkit/json-file-loader": "0.6.2",
"@graphql-toolkit/schema-merging": "0.6.2",
"@graphql-toolkit/url-loader": "0.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/code-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-toolkit/code-file-loader",
"version": "0.6.1",
"version": "0.6.2",
"description": "A set of utils for faster development of GraphQL tools",
"repository": "git@github.com:dotansimha/graphql-toolkit.git",
"author": "Dotan Simha <dotansimha@gmail.com>",
Expand Down Expand Up @@ -28,7 +28,7 @@
"typescript": "3.6.4"
},
"dependencies": {
"@graphql-toolkit/common": "0.6.1",
"@graphql-toolkit/common": "0.6.2",
"graphql-tag-pluck": "0.8.6"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-toolkit/git-loader",
"version": "0.6.1",
"version": "0.6.2",
"description": "A set of utils for faster development of GraphQL tools",
"repository": "git@github.com:dotansimha/graphql-toolkit.git",
"author": "Dotan Simha <dotansimha@gmail.com>",
Expand All @@ -25,7 +25,7 @@
"typescript": "3.6.4"
},
"dependencies": {
"@graphql-toolkit/common": "0.6.1",
"@graphql-toolkit/common": "0.6.2",
"simple-git": "1.126.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-toolkit/github-loader",
"version": "0.6.1",
"version": "0.6.2",
"description": "A set of utils for faster development of GraphQL tools",
"repository": "git@github.com:dotansimha/graphql-toolkit.git",
"author": "Dotan Simha <dotansimha@gmail.com>",
Expand All @@ -26,7 +26,7 @@
"typescript": "3.6.4"
},
"dependencies": {
"@graphql-toolkit/common": "0.6.1",
"@graphql-toolkit/common": "0.6.2",
"cross-fetch": "3.0.4"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/graphql-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-toolkit/graphql-file-loader",
"version": "0.6.1",
"version": "0.6.2",
"description": "A set of utils for faster development of GraphQL tools",
"repository": "git@github.com:dotansimha/graphql-toolkit.git",
"author": "Dotan Simha <dotansimha@gmail.com>",
Expand All @@ -25,7 +25,7 @@
"typescript": "3.6.4"
},
"dependencies": {
"@graphql-toolkit/common": "0.6.1",
"@graphql-toolkit/common": "0.6.2",
"graphql-import": "0.7.1"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/json-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-toolkit/json-file-loader",
"version": "0.6.1",
"version": "0.6.2",
"description": "A set of utils for faster development of GraphQL tools",
"repository": "git@github.com:dotansimha/graphql-toolkit.git",
"author": "Dotan Simha <dotansimha@gmail.com>",
Expand All @@ -25,7 +25,7 @@
"typescript": "3.6.4"
},
"dependencies": {
"@graphql-toolkit/common": "0.6.1"
"@graphql-toolkit/common": "0.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-toolkit/url-loader",
"version": "0.6.1",
"version": "0.6.2",
"description": "A set of utils for faster development of GraphQL tools",
"repository": "git@github.com:dotansimha/graphql-toolkit.git",
"author": "Dotan Simha <dotansimha@gmail.com>",
Expand Down Expand Up @@ -29,7 +29,7 @@
"typescript": "3.6.4"
},
"dependencies": {
"@graphql-toolkit/common": "0.6.1",
"@graphql-toolkit/common": "0.6.2",
"cross-fetch": "3.0.4",
"valid-url": "1.0.9"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/schema-merging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-toolkit/schema-merging",
"version": "0.6.1",
"version": "0.6.2",
"description": "A set of utils for faster development of GraphQL tools",
"repository": "git@github.com:dotansimha/graphql-toolkit.git",
"author": "Dotan Simha <dotansimha@gmail.com>",
Expand Down Expand Up @@ -29,7 +29,7 @@
"typescript": "3.6.4"
},
"dependencies": {
"@graphql-toolkit/common": "0.6.1",
"@graphql-toolkit/common": "0.6.2",
"@kamilkisiela/graphql-tools": "4.0.6",
"deepmerge": "4.2.0"
},
Expand Down

0 comments on commit a21e4bc

Please sign in to comment.