Skip to content

Commit 9f021f7

Browse files
chore(release): update monorepo packages versions (#2903)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 77d63ab commit 9f021f7

File tree

8 files changed

+23
-24
lines changed

8 files changed

+23
-24
lines changed

.changeset/purple-crews-rush.md

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

.changeset/two-papayas-work.md

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

.changeset/weak-eagles-flow.md

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

.changeset/wet-hornets-think.md

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

packages/loaders/url/CHANGELOG.md

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

3+
## 6.10.0
4+
5+
### Minor Changes
6+
7+
- 20d2c7bc: feat(url-loader): multipart response support
8+
- 20d2c7bc: feat(url-loader): ability to provide different subscriptionsEndpoint
9+
feat(url-loader): ability to provide headers factory that takes executionParams
10+
- 77d63ab8: feat(url-loader): use fetch-event-source instead of sse-z
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [20d2c7bc]
15+
- @graphql-tools/utils@7.9.0
16+
317
## 6.9.0
418

519
### Minor Changes

packages/loaders/url/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/url-loader",
3-
"version": "6.9.0",
3+
"version": "6.10.0",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@graphql-tools/delegate": "^7.0.1",
36-
"@graphql-tools/utils": "^7.8.1",
36+
"@graphql-tools/utils": "^7.9.0",
3737
"@graphql-tools/wrap": "^7.0.4",
3838
"@microsoft/fetch-event-source": "2.0.1",
3939
"@types/websocket": "1.0.2",

packages/utils/CHANGELOG.md

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

3+
## 7.9.0
4+
5+
### Minor Changes
6+
7+
- 20d2c7bc: feat(utils): add withCancel
8+
39
## 7.8.1
410

511
### 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": "7.8.1",
3+
"version": "7.9.0",
44
"description": "Common package containing utils and types for GraphQL tools",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)