Skip to content

Commit f5b83d8

Browse files
chore(release): update monorepo packages versions (#6766)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 020b9e4 commit f5b83d8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+293
-70
lines changed

.changeset/selfish-mugs-promise.md

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

packages/executor/CHANGELOG.md

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

3+
## 1.3.8
4+
5+
### Patch Changes
6+
7+
- [`020b9e4`](https://github.com/ardatan/graphql-tools/commit/020b9e47b51f9847bf915de5faefe09dc04d9612)
8+
Thanks [@ardatan](https://github.com/ardatan)! - \`AbortSignal\` in \`GraphQLResolveInfo\`, and
9+
\`AbortSignal\` in \`ExecutionRequest\`
10+
11+
- Updated dependencies
12+
[[`020b9e4`](https://github.com/ardatan/graphql-tools/commit/020b9e47b51f9847bf915de5faefe09dc04d9612)]:
13+
- @graphql-tools/utils@10.6.3
14+
315
## 1.3.7
416

517
### Patch Changes

packages/executor/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/executor",
3-
"version": "1.3.7",
3+
"version": "1.3.8",
44
"type": "module",
55
"repository": {
66
"type": "git",
@@ -55,7 +55,7 @@
5555
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5656
},
5757
"dependencies": {
58-
"@graphql-tools/utils": "^10.6.2",
58+
"@graphql-tools/utils": "^10.6.3",
5959
"@graphql-typed-document-node/core": "^3.2.0",
6060
"@repeaterjs/repeater": "^3.0.4",
6161
"@whatwg-node/disposablestack": "^0.0.5",

packages/executors/apollo-link/CHANGELOG.md

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

3+
## 1.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`020b9e4`](https://github.com/ardatan/graphql-tools/commit/020b9e47b51f9847bf915de5faefe09dc04d9612)]:
9+
- @graphql-tools/utils@10.6.3
10+
311
## 1.0.6
412

513
### Patch Changes

packages/executors/apollo-link/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/executor-apollo-link",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {
@@ -52,7 +52,7 @@
5252
"graphql": "^15.2.0 || ^16.0.0"
5353
},
5454
"dependencies": {
55-
"@graphql-tools/utils": "^10.6.2",
55+
"@graphql-tools/utils": "^10.6.3",
5656
"tslib": "^2.3.1"
5757
},
5858
"devDependencies": {

packages/executors/envelop/CHANGELOG.md

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

3+
## 3.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`020b9e4`](https://github.com/ardatan/graphql-tools/commit/020b9e47b51f9847bf915de5faefe09dc04d9612)]:
9+
- @graphql-tools/utils@10.6.3
10+
311
## 3.0.14
412

513
### Patch Changes

packages/executors/envelop/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/executor-envelop",
3-
"version": "3.0.14",
3+
"version": "3.0.15",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {
@@ -51,7 +51,7 @@
5151
"@envelop/core": "^3.0.4 || ^4.0.0 || ^5.0.0"
5252
},
5353
"dependencies": {
54-
"@graphql-tools/utils": "^10.6.2",
54+
"@graphql-tools/utils": "^10.6.3",
5555
"@graphql-tools/wrap": "^10.0.16",
5656
"tslib": "^2.3.1"
5757
},

packages/executors/legacy-ws/CHANGELOG.md

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

3+
## 1.1.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`020b9e4`](https://github.com/ardatan/graphql-tools/commit/020b9e47b51f9847bf915de5faefe09dc04d9612)]:
9+
- @graphql-tools/utils@10.6.3
10+
311
## 1.1.5
412

513
### Patch Changes

packages/executors/legacy-ws/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/executor-legacy-ws",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {
@@ -51,7 +51,7 @@
5151
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5252
},
5353
"dependencies": {
54-
"@graphql-tools/utils": "^10.6.2",
54+
"@graphql-tools/utils": "^10.6.3",
5555
"@types/ws": "^8.0.0",
5656
"isomorphic-ws": "^5.0.0",
5757
"tslib": "^2.4.0",

packages/executors/urql-exchange/CHANGELOG.md

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

3+
## 1.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`020b9e4`](https://github.com/ardatan/graphql-tools/commit/020b9e47b51f9847bf915de5faefe09dc04d9612)]:
9+
- @graphql-tools/utils@10.6.3
10+
311
## 1.0.7
412

513
### Patch Changes

0 commit comments

Comments
 (0)