-
-
Notifications
You must be signed in to change notification settings - Fork 816
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): update monorepo packages versions (#2077)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
32c3c4f
commit 6ba5acc
Showing
62 changed files
with
397 additions
and
159 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# @graphql-tools/batch-delegate | ||
|
||
## 6.2.4 | ||
### Patch Changes | ||
|
||
- 533d6d53: Bump all packages to allow adjustments | ||
- Updated dependencies [32c3c4f8] | ||
- Updated dependencies [533d6d53] | ||
- @graphql-tools/delegate@6.2.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@graphql-tools/batch-delegate", | ||
"version": "6.2.3", | ||
"version": "6.2.4", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
"repository": "[email protected]:ardatan/graphql-tools.git", | ||
"license": "MIT", | ||
|
@@ -18,14 +18,14 @@ | |
"input": "./src/index.ts" | ||
}, | ||
"dependencies": { | ||
"@graphql-tools/delegate": "^6.2.3", | ||
"@graphql-tools/delegate": "^6.2.4", | ||
"dataloader": "2.0.0", | ||
"tslib": "~2.0.1" | ||
}, | ||
"devDependencies": { | ||
"@graphql-tools/schema": "6.2.3", | ||
"@graphql-tools/stitch": "6.2.3", | ||
"@graphql-tools/utils": "6.2.3" | ||
"@graphql-tools/schema": "6.2.4", | ||
"@graphql-tools/stitch": "6.2.4", | ||
"@graphql-tools/utils": "6.2.4" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# @graphql-tools/delegate | ||
|
||
## 6.2.4 | ||
### Patch Changes | ||
|
||
- 32c3c4f8: enhance(stitching): improve error message for unknown types | ||
- 533d6d53: Bump all packages to allow adjustments | ||
- Updated dependencies [32c3c4f8] | ||
- Updated dependencies [533d6d53] | ||
- @graphql-tools/utils@6.2.4 | ||
- @graphql-tools/schema@6.2.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@graphql-tools/delegate", | ||
"version": "6.2.3", | ||
"version": "6.2.4", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
"repository": "[email protected]:ardatan/graphql-tools.git", | ||
"license": "MIT", | ||
|
@@ -18,8 +18,8 @@ | |
"input": "./src/index.ts" | ||
}, | ||
"dependencies": { | ||
"@graphql-tools/schema": "^6.2.3", | ||
"@graphql-tools/utils": "^6.2.3", | ||
"@graphql-tools/schema": "^6.2.4", | ||
"@graphql-tools/utils": "^6.2.4", | ||
"@ardatan/aggregate-error": "0.0.6", | ||
"dataloader": "2.0.0", | ||
"is-promise": "4.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# @graphql-tools/graphql-tag-pluck | ||
|
||
## 6.2.4 | ||
### Patch Changes | ||
|
||
- 533d6d53: Bump all packages to allow adjustments | ||
- Updated dependencies [32c3c4f8] | ||
- Updated dependencies [533d6d53] | ||
- @graphql-tools/utils@6.2.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@graphql-tools/graphql-tag-pluck", | ||
"version": "6.2.3", | ||
"version": "6.2.4", | ||
"description": "Pluck graphql-tag template literals", | ||
"license": "MIT", | ||
"repository": "[email protected]:ardatan/graphql-tools.git", | ||
|
@@ -18,7 +18,7 @@ | |
"@babel/parser": "7.11.5", | ||
"@babel/traverse": "7.11.5", | ||
"@babel/types": "7.11.5", | ||
"@graphql-tools/utils": "^6.2.3", | ||
"@graphql-tools/utils": "^6.2.4", | ||
"tslib": "~2.0.1" | ||
}, | ||
"optionalDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# graphql-tools | ||
|
||
## 6.2.4 | ||
### Patch Changes | ||
|
||
- 533d6d53: Bump all packages to allow adjustments | ||
- Updated dependencies [32c3c4f8] | ||
- Updated dependencies [32c3c4f8] | ||
- Updated dependencies [32c3c4f8] | ||
- Updated dependencies [32c3c4f8] | ||
- Updated dependencies [32c3c4f8] | ||
- Updated dependencies [533d6d53] | ||
- @graphql-tools/stitch@6.2.4 | ||
- @graphql-tools/wrap@6.2.4 | ||
- @graphql-tools/import@6.2.4 | ||
- @graphql-tools/merge@6.2.4 | ||
- @graphql-tools/utils@6.2.4 | ||
- @graphql-tools/delegate@6.2.4 | ||
- @graphql-tools/batch-delegate@6.2.4 | ||
- @graphql-tools/graphql-tag-pluck@6.2.4 | ||
- @graphql-tools/links@6.2.4 | ||
- @graphql-tools/load@6.2.4 | ||
- @graphql-tools/code-file-loader@6.2.4 | ||
- @graphql-tools/git-loader@6.2.4 | ||
- @graphql-tools/github-loader@6.2.4 | ||
- @graphql-tools/graphql-file-loader@6.2.4 | ||
- @graphql-tools/json-file-loader@6.2.4 | ||
- @graphql-tools/module-loader@6.2.4 | ||
- @graphql-tools/url-loader@6.2.4 | ||
- @graphql-tools/mock@6.2.4 | ||
- @graphql-tools/relay-operation-optimizer@6.2.4 | ||
- @graphql-tools/resolvers-composition@6.2.4 | ||
- @graphql-tools/schema@6.2.4 | ||
- @graphql-tools/load-files@6.2.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "graphql-tools", | ||
"version": "6.2.3", | ||
"version": "6.2.4", | ||
"description": "Useful tools to create and manipulate GraphQL schemas.", | ||
"repository": "[email protected]:ardatan/graphql-tools.git", | ||
"license": "MIT", | ||
|
@@ -19,28 +19,28 @@ | |
"directory": "dist" | ||
}, | ||
"dependencies": { | ||
"@graphql-tools/batch-delegate": "^6.2.3", | ||
"@graphql-tools/delegate": "^6.2.3", | ||
"@graphql-tools/graphql-tag-pluck": "^6.2.3", | ||
"@graphql-tools/import": "^6.2.3", | ||
"@graphql-tools/links": "^6.2.3", | ||
"@graphql-tools/load": "^6.2.3", | ||
"@graphql-tools/code-file-loader": "^6.2.3", | ||
"@graphql-tools/git-loader": "^6.2.3", | ||
"@graphql-tools/github-loader": "^6.2.3", | ||
"@graphql-tools/graphql-file-loader": "^6.2.3", | ||
"@graphql-tools/json-file-loader": "^6.2.3", | ||
"@graphql-tools/module-loader": "^6.2.3", | ||
"@graphql-tools/url-loader": "^6.2.3", | ||
"@graphql-tools/load-files": "^6.2.3", | ||
"@graphql-tools/merge": "^6.2.3", | ||
"@graphql-tools/mock": "^6.2.3", | ||
"@graphql-tools/relay-operation-optimizer": "^6.2.3", | ||
"@graphql-tools/resolvers-composition": "^6.2.3", | ||
"@graphql-tools/schema": "^6.2.3", | ||
"@graphql-tools/stitch": "^6.2.3", | ||
"@graphql-tools/utils": "^6.2.3", | ||
"@graphql-tools/wrap": "^6.2.3", | ||
"@graphql-tools/batch-delegate": "^6.2.4", | ||
"@graphql-tools/delegate": "^6.2.4", | ||
"@graphql-tools/graphql-tag-pluck": "^6.2.4", | ||
"@graphql-tools/import": "^6.2.4", | ||
"@graphql-tools/links": "^6.2.4", | ||
"@graphql-tools/load": "^6.2.4", | ||
"@graphql-tools/code-file-loader": "^6.2.4", | ||
"@graphql-tools/git-loader": "^6.2.4", | ||
"@graphql-tools/github-loader": "^6.2.4", | ||
"@graphql-tools/graphql-file-loader": "^6.2.4", | ||
"@graphql-tools/json-file-loader": "^6.2.4", | ||
"@graphql-tools/module-loader": "^6.2.4", | ||
"@graphql-tools/url-loader": "^6.2.4", | ||
"@graphql-tools/load-files": "^6.2.4", | ||
"@graphql-tools/merge": "^6.2.4", | ||
"@graphql-tools/mock": "^6.2.4", | ||
"@graphql-tools/relay-operation-optimizer": "^6.2.4", | ||
"@graphql-tools/resolvers-composition": "^6.2.4", | ||
"@graphql-tools/schema": "^6.2.4", | ||
"@graphql-tools/stitch": "^6.2.4", | ||
"@graphql-tools/utils": "^6.2.4", | ||
"@graphql-tools/wrap": "^6.2.4", | ||
"tslib": "~2.0.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# @graphql-tools/import | ||
|
||
## 6.2.4 | ||
### Patch Changes | ||
|
||
- 32c3c4f8: feat(import): support specifiedBy builtin directive | ||
- 533d6d53: Bump all packages to allow adjustments |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@graphql-tools/import", | ||
"version": "6.2.3", | ||
"version": "6.2.4", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
"repository": "[email protected]:ardatan/graphql-tools.git", | ||
"author": "Dotan Simha <[email protected]>", | ||
|
@@ -24,4 +24,4 @@ | |
"resolve-from": "5.0.0", | ||
"tslib": "~2.0.1" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# @graphql-tools/links | ||
|
||
## 6.2.4 | ||
### Patch Changes | ||
|
||
- 533d6d53: Bump all packages to allow adjustments | ||
- Updated dependencies [32c3c4f8] | ||
- Updated dependencies [533d6d53] | ||
- @graphql-tools/utils@6.2.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@graphql-tools/links", | ||
"version": "6.2.3", | ||
"version": "6.2.4", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
"repository": "[email protected]:ardatan/graphql-tools.git", | ||
"license": "MIT", | ||
|
@@ -23,7 +23,7 @@ | |
"graphql-upload": "11.0.0" | ||
}, | ||
"dependencies": { | ||
"@graphql-tools/utils": "^6.2.3", | ||
"@graphql-tools/utils": "^6.2.4", | ||
"apollo-link": "1.2.14", | ||
"apollo-upload-client": "14.1.2", | ||
"cross-fetch": "3.0.6", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# @graphql-tools/load-files | ||
|
||
## 6.2.4 | ||
### Patch Changes | ||
|
||
- 533d6d53: Bump all packages to allow adjustments |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@graphql-tools/load-files", | ||
"version": "6.2.3", | ||
"version": "6.2.4", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
"repository": "[email protected]:ardatan/graphql-tools.git", | ||
"author": "Dotan Simha <[email protected]>", | ||
|
@@ -25,4 +25,4 @@ | |
"access": "public", | ||
"directory": "dist" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# @graphql-tools/load | ||
|
||
## 6.2.4 | ||
### Patch Changes | ||
|
||
- 533d6d53: Bump all packages to allow adjustments | ||
- Updated dependencies [32c3c4f8] | ||
- Updated dependencies [32c3c4f8] | ||
- Updated dependencies [533d6d53] | ||
- @graphql-tools/merge@6.2.4 | ||
- @graphql-tools/utils@6.2.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@graphql-tools/load", | ||
"version": "6.2.3", | ||
"version": "6.2.4", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
"repository": "[email protected]:ardatan/graphql-tools.git", | ||
"author": "Dotan Simha <[email protected]>", | ||
|
@@ -22,8 +22,8 @@ | |
"graphql-type-json": "0.3.2" | ||
}, | ||
"dependencies": { | ||
"@graphql-tools/utils": "^6.2.3", | ||
"@graphql-tools/merge": "^6.2.3", | ||
"@graphql-tools/utils": "^6.2.4", | ||
"@graphql-tools/merge": "^6.2.4", | ||
"globby": "11.0.1", | ||
"import-from": "3.0.0", | ||
"is-glob": "4.0.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# @graphql-tools/apollo-engine-loader | ||
|
||
## 6.2.4 | ||
### Patch Changes | ||
|
||
- 533d6d53: Bump all packages to allow adjustments | ||
- Updated dependencies [32c3c4f8] | ||
- Updated dependencies [533d6d53] | ||
- @graphql-tools/utils@6.2.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@graphql-tools/apollo-engine-loader", | ||
"version": "6.2.3", | ||
"version": "6.2.4", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
"repository": "[email protected]:ardatan/graphql-tools.git", | ||
"author": "Dotan Simha <[email protected]>", | ||
|
@@ -16,7 +16,7 @@ | |
"graphql": "^14.0.0 || ^15.0.0" | ||
}, | ||
"dependencies": { | ||
"@graphql-tools/utils": "^6.2.3", | ||
"@graphql-tools/utils": "^6.2.4", | ||
"cross-fetch": "3.0.6", | ||
"tslib": "~2.0.1" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# @graphql-tools/code-file-loader | ||
|
||
## 6.2.4 | ||
### Patch Changes | ||
|
||
- 533d6d53: Bump all packages to allow adjustments | ||
- Updated dependencies [32c3c4f8] | ||
- Updated dependencies [533d6d53] | ||
- @graphql-tools/utils@6.2.4 | ||
- @graphql-tools/graphql-tag-pluck@6.2.4 |
Oops, something went wrong.