Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#2290)
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 Nov 30, 2020
1 parent 9f60cad commit d55c815
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 26 deletions.
10 changes: 0 additions & 10 deletions .changeset/fuzzy-bugs-sparkle.md

This file was deleted.

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
15 changes: 15 additions & 0 deletions packages/wrap/CHANGELOG.md
@@ -1,5 +1,20 @@
# @graphql-tools/wrap

## 7.0.2

### Patch Changes

- 9f60cad6: fix(transforms): don't add \_\_typename to subscriptions

see:
https://github.com/ardatan/graphql-tools/issues/2282
https://github.com/graphql/graphql-js/pull/2861
https://github.com/graphql/graphql-spec/pull/776

- Updated dependencies [1b730f80]
- Updated dependencies [29ead57c]
- @graphql-tools/delegate@7.0.7

## 7.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wrap/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/wrap",
"version": "7.0.1",
"version": "7.0.2",
"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.0",
"@graphql-tools/delegate": "^7.0.7",
"@graphql-tools/schema": "^7.0.0",
"@graphql-tools/utils": "^7.0.0",
"is-promise": "4.0.0",
Expand Down

0 comments on commit d55c815

Please sign in to comment.