Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#2943)
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 May 11, 2021
1 parent eae2879 commit 67a72cb
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-cups-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-crews-hunt.md

This file was deleted.

10 changes: 9 additions & 1 deletion packages/graphql-tools/CHANGELOG.md
@@ -1,11 +1,19 @@
# graphql-tools

## 7.0.5

### Patch Changes

- 52971f4e: fix(graphql-tools): provide @apollo/client as an optional package
- Updated dependencies [eae28793]
- @graphql-tools/merge@6.2.14

## 7.0.4

### Patch Changes

- Revert mock package to v7 to avoid breaking changes


## 7.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-tools/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-tools",
"version": "7.0.4",
"version": "7.0.5",
"description": "Useful tools to create and manipulate GraphQL schemas.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@graphql-tools/module-loader": "^6.2.5",
"@graphql-tools/url-loader": "^6.3.2",
"@graphql-tools/load-files": "^6.2.4",
"@graphql-tools/merge": "^6.2.5",
"@graphql-tools/merge": "^6.2.14",
"@graphql-tools/mock": "^7.0.0",
"@graphql-tools/relay-operation-optimizer": "^6.2.5",
"@graphql-tools/resolvers-composition": "^6.2.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/merge/CHANGELOG.md
@@ -1,5 +1,11 @@
# @graphql-tools/merge

## 6.2.14

### Patch Changes

- eae28793: fix(merge): handle undefined interfaces array on ObjectTypeDefinitionNode #2629

## 6.2.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/merge/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/merge",
"version": "6.2.13",
"version": "6.2.14",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down

0 comments on commit 67a72cb

Please sign in to comment.