Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 29, 2020
1 parent 1b730f8 commit a6f22d1
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/olive-parrots-cross.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/seven-dryers-vanish.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/batch-delegate/CHANGELOG.md
@@ -1,5 +1,14 @@
# @graphql-tools/batch-delegate

## 7.0.1

### Patch Changes

- 29ead57c: fix(batch-delegate): proxy batched errors
- Updated dependencies [1b730f80]
- Updated dependencies [29ead57c]
- @graphql-tools/delegate@7.0.7

## 7.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/batch-delegate/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/batch-delegate",
"version": "7.0.0",
"version": "7.0.1",
"description": "A set of utils for faster development of GraphQL tools",
"repository": "git@github.com:ardatan/graphql-tools.git",
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/delegate": "^7.0.6",
"@graphql-tools/delegate": "^7.0.7",
"dataloader": "2.0.0",
"tslib": "~2.0.1"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/delegate/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-tools/delegate

## 7.0.7

### Patch Changes

- 1b730f80: fix(typeMerging): enable subschemas to use keys that have been renamed via transforms
- 29ead57c: fix(batch-delegate): proxy batched errors

## 7.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/delegate/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/delegate",
"version": "7.0.6",
"version": "7.0.7",
"description": "A set of utils for faster development of GraphQL tools",
"repository": "git@github.com:ardatan/graphql-tools.git",
"license": "MIT",
Expand Down

0 comments on commit a6f22d1

Please sign in to comment.