Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#2077)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Sep 30, 2020
1 parent 32c3c4f commit 6ba5acc
Show file tree
Hide file tree
Showing 62 changed files with 397 additions and 159 deletions.
6 changes: 0 additions & 6 deletions .changeset/big-poems-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-bugs-tan.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/grumpy-ducks-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-penguins-tan.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-ducks-sleep.md

This file was deleted.

32 changes: 0 additions & 32 deletions .changeset/yellow-camels-nail.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/batch-delegate/CHANGELOG.md
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
10 changes: 5 additions & 5 deletions packages/batch-delegate/package.json
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": "git@github.com:ardatan/graphql-tools.git",
"license": "MIT",
Expand All @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/delegate/CHANGELOG.md
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
6 changes: 3 additions & 3 deletions packages/delegate/package.json
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": "git@github.com:ardatan/graphql-tools.git",
"license": "MIT",
Expand All @@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/graphql-tag-pluck/CHANGELOG.md
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
4 changes: 2 additions & 2 deletions packages/graphql-tag-pluck/package.json
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": "git@github.com:ardatan/graphql-tools.git",
Expand All @@ -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": {
Expand Down
34 changes: 34 additions & 0 deletions packages/graphql-tools/CHANGELOG.md
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
46 changes: 23 additions & 23 deletions packages/graphql-tools/package.json
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": "git@github.com:ardatan/graphql-tools.git",
"license": "MIT",
Expand All @@ -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"
}
}
7 changes: 7 additions & 0 deletions packages/import/CHANGELOG.md
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
4 changes: 2 additions & 2 deletions packages/import/package.json
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": "git@github.com:ardatan/graphql-tools.git",
"author": "Dotan Simha <dotansimha@gmail.com>",
Expand All @@ -24,4 +24,4 @@
"resolve-from": "5.0.0",
"tslib": "~2.0.1"
}
}
}
9 changes: 9 additions & 0 deletions packages/links/CHANGELOG.md
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
4 changes: 2 additions & 2 deletions packages/links/package.json
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": "git@github.com:ardatan/graphql-tools.git",
"license": "MIT",
Expand All @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/load-files/CHANGELOG.md
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
4 changes: 2 additions & 2 deletions packages/load-files/package.json
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": "git@github.com:ardatan/graphql-tools.git",
"author": "Dotan Simha <dotansimha@gmail.com>",
Expand All @@ -25,4 +25,4 @@
"access": "public",
"directory": "dist"
}
}
}
11 changes: 11 additions & 0 deletions packages/load/CHANGELOG.md
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
6 changes: 3 additions & 3 deletions packages/load/package.json
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": "git@github.com:ardatan/graphql-tools.git",
"author": "Dotan Simha <dotansimha@gmail.com>",
Expand All @@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/loaders/apollo-engine/CHANGELOG.md
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
4 changes: 2 additions & 2 deletions packages/loaders/apollo-engine/package.json
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": "git@github.com:ardatan/graphql-tools.git",
"author": "Dotan Simha <dotansimha@gmail.com>",
Expand All @@ -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"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/loaders/code-file/CHANGELOG.md
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
Loading

0 comments on commit 6ba5acc

Please sign in to comment.