Skip to content

Commit 67a72cb

Browse files
chore(release): update monorepo packages versions (#2943)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent eae2879 commit 67a72cb

File tree

6 files changed

+18
-14
lines changed

6 files changed

+18
-14
lines changed

.changeset/curvy-cups-help.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/six-crews-hunt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/graphql-tools/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# graphql-tools
2+
3+
## 7.0.5
4+
5+
### Patch Changes
6+
7+
- 52971f4e: fix(graphql-tools): provide @apollo/client as an optional package
8+
- Updated dependencies [eae28793]
9+
- @graphql-tools/merge@6.2.14
10+
211
## 7.0.4
312

413
### Patch Changes
514

615
- Revert mock package to v7 to avoid breaking changes
716

8-
917
## 7.0.3
1018

1119
### Patch Changes

packages/graphql-tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-tools",
3-
"version": "7.0.4",
3+
"version": "7.0.5",
44
"description": "Useful tools to create and manipulate GraphQL schemas.",
55
"repository": {
66
"type": "git",
@@ -42,7 +42,7 @@
4242
"@graphql-tools/module-loader": "^6.2.5",
4343
"@graphql-tools/url-loader": "^6.3.2",
4444
"@graphql-tools/load-files": "^6.2.4",
45-
"@graphql-tools/merge": "^6.2.5",
45+
"@graphql-tools/merge": "^6.2.14",
4646
"@graphql-tools/mock": "^7.0.0",
4747
"@graphql-tools/relay-operation-optimizer": "^6.2.5",
4848
"@graphql-tools/resolvers-composition": "^6.2.5",

packages/merge/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-tools/merge
22

3+
## 6.2.14
4+
5+
### Patch Changes
6+
7+
- eae28793: fix(merge): handle undefined interfaces array on ObjectTypeDefinitionNode #2629
8+
39
## 6.2.13
410

511
### Patch Changes

packages/merge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/merge",
3-
"version": "6.2.13",
3+
"version": "6.2.14",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)