Skip to content

Commit cd7ba0c

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

File tree

8 files changed

+242
-94
lines changed

8 files changed

+242
-94
lines changed

.changeset/@graphql-tools_delegate-5477-dependencies.md

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

.changeset/lemon-llamas-brake.md

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

packages/batch-execute/CHANGELOG.md

Lines changed: 207 additions & 76 deletions
Large diffs are not rendered by default.

packages/batch-execute/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/batch-execute",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {
@@ -50,7 +50,7 @@
5050
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5151
},
5252
"dependencies": {
53-
"@graphql-tools/utils": "^10.0.0",
53+
"@graphql-tools/utils": "^10.0.5",
5454
"dataloader": "^2.2.2",
5555
"tslib": "^2.4.0",
5656
"value-or-promise": "^1.0.12"

packages/delegate/CHANGELOG.md

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

3+
## 10.0.2
4+
5+
### Patch Changes
6+
7+
- [#5477](https://github.com/ardatan/graphql-tools/pull/5477)
8+
[`cfd47827`](https://github.com/ardatan/graphql-tools/commit/cfd47827c0e625d1b1894e18260342576d6dd71d)
9+
Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
10+
11+
- Removed dependency
12+
[`value-or-promise@^1.0.12` ↗︎](https://www.npmjs.com/package/value-or-promise/v/1.0.12) (from
13+
`dependencies`)
14+
15+
- [`a59fb765`](https://github.com/ardatan/graphql-tools/commit/a59fb765a1256b914f1728283d793d61b66bdf89)
16+
Thanks [@ardatan](https://github.com/ardatan)! - Optimizations to get better performance in query
17+
planning
18+
19+
- Updated dependencies
20+
[[`a59fb765`](https://github.com/ardatan/graphql-tools/commit/a59fb765a1256b914f1728283d793d61b66bdf89)]:
21+
- @graphql-tools/batch-execute@9.0.1
22+
- @graphql-tools/utils@10.0.5
23+
324
## 10.0.1
425

526
### Patch Changes

packages/delegate/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/delegate",
3-
"version": "10.0.1",
3+
"version": "10.0.2",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {
@@ -50,10 +50,10 @@
5050
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5151
},
5252
"dependencies": {
53-
"@graphql-tools/batch-execute": "^9.0.0",
53+
"@graphql-tools/batch-execute": "^9.0.1",
5454
"@graphql-tools/executor": "^1.0.0",
5555
"@graphql-tools/schema": "^10.0.0",
56-
"@graphql-tools/utils": "^10.0.0",
56+
"@graphql-tools/utils": "^10.0.5",
5757
"dataloader": "^2.2.2",
5858
"tslib": "^2.5.0"
5959
},

packages/utils/CHANGELOG.md

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

3+
## 10.0.5
4+
5+
### Patch Changes
6+
7+
- [`a59fb765`](https://github.com/ardatan/graphql-tools/commit/a59fb765a1256b914f1728283d793d61b66bdf89)
8+
Thanks [@ardatan](https://github.com/ardatan)! - Optimizations to get better performance in query
9+
planning
10+
311
## 10.0.4
412

513
### Patch Changes

packages/utils/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/utils",
3-
"version": "10.0.4",
3+
"version": "10.0.5",
44
"type": "module",
55
"description": "Common package containing utils and types for GraphQL tools",
66
"repository": {

0 commit comments

Comments
 (0)