Skip to content

Commit 03b14e6

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

File tree

10 files changed

+37
-26
lines changed

10 files changed

+37
-26
lines changed

.changeset/@graphql-tools_executor-http-5396-dependencies.md

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

.changeset/@graphql-tools_utils-5396-dependencies.md

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

.changeset/dry-seahorses-work.md

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

.changeset/young-lies-reply.md

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

packages/executors/graphql-ws/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#5396](https://github.com/ardatan/graphql-tools/pull/5396) [`bb8f169e`](https://github.com/ardatan/graphql-tools/commit/bb8f169e21a8a7002b66d3bc6e4e4b40cc2a5f5c) Thanks [@ardatan](https://github.com/ardatan)! - Simplify GraphQL WS executor
8+
9+
- Updated dependencies [[`bb8f169e`](https://github.com/ardatan/graphql-tools/commit/bb8f169e21a8a7002b66d3bc6e4e4b40cc2a5f5c), [`bb8f169e`](https://github.com/ardatan/graphql-tools/commit/bb8f169e21a8a7002b66d3bc6e4e4b40cc2a5f5c)]:
10+
- @graphql-tools/utils@10.0.2
11+
312
## 1.0.1
413

514
### Patch Changes

packages/executors/graphql-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-graphql-ws",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -54,7 +54,7 @@
5454
"@types/ws": "^8.0.0",
5555
"ws": "^8.13.0",
5656
"isomorphic-ws": "^5.0.0",
57-
"@graphql-tools/utils": "^10.0.0",
57+
"@graphql-tools/utils": "^10.0.2",
5858
"graphql-ws": "^5.14.0",
5959
"tslib": "^2.4.0"
6060
},

packages/executors/http/CHANGELOG.md

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

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#5396](https://github.com/ardatan/graphql-tools/pull/5396) [`bb8f169e`](https://github.com/ardatan/graphql-tools/commit/bb8f169e21a8a7002b66d3bc6e4e4b40cc2a5f5c) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
8+
9+
- Removed dependency [`dset@^3.1.2` ↗︎](https://www.npmjs.com/package/dset/v/3.1.2) (from `dependencies`)
10+
11+
- [#5396](https://github.com/ardatan/graphql-tools/pull/5396) [`bb8f169e`](https://github.com/ardatan/graphql-tools/commit/bb8f169e21a8a7002b66d3bc6e4e4b40cc2a5f5c) Thanks [@ardatan](https://github.com/ardatan)! - Move the merging logic of incremental results to the utils package
12+
13+
- Updated dependencies [[`bb8f169e`](https://github.com/ardatan/graphql-tools/commit/bb8f169e21a8a7002b66d3bc6e4e4b40cc2a5f5c), [`bb8f169e`](https://github.com/ardatan/graphql-tools/commit/bb8f169e21a8a7002b66d3bc6e4e4b40cc2a5f5c)]:
14+
- @graphql-tools/utils@10.0.2
15+
316
## 1.0.0
417

518
### Major Changes

packages/executors/http/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-http",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -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.0.0",
54+
"@graphql-tools/utils": "^10.0.2",
5555
"value-or-promise": "^1.0.12",
5656
"@whatwg-node/fetch": "^0.9.0",
5757
"@repeaterjs/repeater": "^3.0.4",

packages/utils/CHANGELOG.md

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

3+
## 10.0.2
4+
5+
### Patch Changes
6+
7+
- [#5396](https://github.com/ardatan/graphql-tools/pull/5396) [`bb8f169e`](https://github.com/ardatan/graphql-tools/commit/bb8f169e21a8a7002b66d3bc6e4e4b40cc2a5f5c) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
8+
9+
- Added dependency [`dset@^3.1.2` ↗︎](https://www.npmjs.com/package/dset/v/3.1.2) (to `dependencies`)
10+
11+
- [#5396](https://github.com/ardatan/graphql-tools/pull/5396) [`bb8f169e`](https://github.com/ardatan/graphql-tools/commit/bb8f169e21a8a7002b66d3bc6e4e4b40cc2a5f5c) Thanks [@ardatan](https://github.com/ardatan)! - Move the merging logic of incremental results to the utils package
12+
313
## 10.0.1
414

515
### Patch Changes

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"engines": {
44
"node": ">=16.0.0"
55
},
6-
"version": "10.0.1",
6+
"version": "10.0.2",
77
"description": "Common package containing utils and types for GraphQL tools",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)