Skip to content

Commit 9d0e1c7

Browse files
theguild-botgithub-actions[bot]
authored andcommitted
chore(release): update monorepo packages versions (#7003)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 97250b3 commit 9d0e1c7

File tree

8 files changed

+34
-15
lines changed

8 files changed

+34
-15
lines changed

.changeset/modern-dancers-call.md

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

.changeset/tricky-clouds-smell.md

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

packages/executor/CHANGELOG.md

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

3+
## 1.4.4
4+
5+
### Patch Changes
6+
7+
- [#7001](https://github.com/ardatan/graphql-tools/pull/7001)
8+
[`746358f`](https://github.com/ardatan/graphql-tools/commit/746358f68e81c9a3cf1ccf4b1a599ae6eae404ca)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - Improve promise helpers usage
10+
311
## 1.4.3
412

513
### Patch Changes

packages/executor/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/executor",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/executors/envelop/CHANGELOG.md

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

3+
## 3.0.25
4+
5+
### Patch Changes
6+
7+
- [#7001](https://github.com/ardatan/graphql-tools/pull/7001)
8+
[`746358f`](https://github.com/ardatan/graphql-tools/commit/746358f68e81c9a3cf1ccf4b1a599ae6eae404ca)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - Improve logging the warning about
10+
introspection failure
11+
312
## 3.0.24
413

514
### Patch Changes

packages/executors/envelop/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/executor-envelop",
3-
"version": "3.0.24",
3+
"version": "3.0.25",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {

packages/executors/yoga/CHANGELOG.md

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

3+
## 3.0.25
4+
5+
### Patch Changes
6+
7+
- [#7001](https://github.com/ardatan/graphql-tools/pull/7001)
8+
[`746358f`](https://github.com/ardatan/graphql-tools/commit/746358f68e81c9a3cf1ccf4b1a599ae6eae404ca)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - Improve logging the warning about
10+
introspection failure
11+
12+
- Updated dependencies
13+
[[`746358f`](https://github.com/ardatan/graphql-tools/commit/746358f68e81c9a3cf1ccf4b1a599ae6eae404ca)]:
14+
- @graphql-tools/executor-envelop@3.0.25
15+
316
## 3.0.24
417

518
### Patch Changes

packages/executors/yoga/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-yoga",
3-
"version": "3.0.24",
3+
"version": "3.0.25",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {
@@ -52,7 +52,7 @@
5252
"graphql-yoga": "^3.5.1 || ^4.0.0 || ^5.0.0"
5353
},
5454
"dependencies": {
55-
"@graphql-tools/executor-envelop": "^3.0.24",
55+
"@graphql-tools/executor-envelop": "^3.0.25",
5656
"@graphql-tools/utils": "^10.8.4",
5757
"tslib": "^2.3.1"
5858
},

0 commit comments

Comments
 (0)