Skip to content

Commit c78ce6e

Browse files
Upcoming Release Changes (#2468)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6a966be commit c78ce6e

File tree

7 files changed

+17
-15
lines changed

7 files changed

+17
-15
lines changed

.changeset/giant-cooks-melt.md

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

.changeset/green-cycles-drive.md

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

packages/batch-delegate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@graphql-tools/schema": "7.1.2",
31-
"@graphql-tools/stitch": "7.1.8",
31+
"@graphql-tools/stitch": "7.1.9",
3232
"@graphql-tools/utils": "7.2.4"
3333
},
3434
"publishConfig": {

packages/loaders/git/CHANGELOG.md

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

3+
## 6.2.6
4+
5+
### Patch Changes
6+
7+
- 6a966bee: Fix vulnerability: use execFile instead of exec
8+
39
## 6.2.5
410

511
### Patch Changes

packages/loaders/git/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/git-loader",
3-
"version": "6.2.5",
3+
"version": "6.2.6",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",

packages/stitch/CHANGELOG.md

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

3+
## 7.1.9
4+
5+
### Patch Changes
6+
7+
- 6a966bee: fix(stitch): add \_\_typename for mutations
8+
9+
fix related to #2349
10+
311
## 7.1.8
412

513
### Patch Changes

packages/stitch/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/stitch",
3-
"version": "7.1.8",
3+
"version": "7.1.9",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)