Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#2284)
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 28, 2020
1 parent d40c0a8 commit 302228f
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 23 deletions.
6 changes: 0 additions & 6 deletions .changeset/popular-adults-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-lobsters-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-sloths-mate.md

This file was deleted.

4 changes: 2 additions & 2 deletions packages/batch-delegate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/delegate": "^7.0.5",
"@graphql-tools/delegate": "^7.0.6",
"dataloader": "2.0.0",
"tslib": "~2.0.1"
},
"devDependencies": {
"@graphql-tools/schema": "7.1.0",
"@graphql-tools/stitch": "7.1.0",
"@graphql-tools/stitch": "7.1.1",
"@graphql-tools/utils": "7.1.0"
},
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/delegate

## 7.0.6

### Patch Changes

- d40c0a84: fix(delegate): add selectionSets prior to expanding abstract types

## 7.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/delegate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/delegate",
"version": "7.0.5",
"version": "7.0.6",
"description": "A set of utils for faster development of GraphQL tools",
"repository": "git@github.com:ardatan/graphql-tools.git",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/merge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/merge

## 6.2.6

### Patch Changes

- 878c36b6: enhance(stitch): use mergeScalar from merge

## 6.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/merge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/merge",
"version": "6.2.5",
"version": "6.2.6",
"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 Down
11 changes: 11 additions & 0 deletions packages/stitch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-tools/stitch

## 7.1.1

### Patch Changes

- 878c36b6: enhance(stitch): use mergeScalar from merge
- 9c6a4409: enhance(stitch): avoid multiple iterations
- Updated dependencies [878c36b6]
- Updated dependencies [d40c0a84]
- @graphql-tools/merge@6.2.6
- @graphql-tools/delegate@7.0.6

## 7.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/stitch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/stitch",
"version": "7.1.0",
"version": "7.1.1",
"description": "A set of utils for faster development of GraphQL tools",
"repository": "git@github.com:ardatan/graphql-tools.git",
"license": "MIT",
Expand All @@ -22,8 +22,8 @@
},
"dependencies": {
"@graphql-tools/batch-delegate": "^7.0.0",
"@graphql-tools/delegate": "^7.0.5",
"@graphql-tools/merge": "^6.2.5",
"@graphql-tools/delegate": "^7.0.6",
"@graphql-tools/merge": "^6.2.6",
"@graphql-tools/schema": "^7.1.0",
"@graphql-tools/utils": "^7.1.0",
"@graphql-tools/wrap": "^7.0.0",
Expand Down

0 comments on commit 302228f

Please sign in to comment.