Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 5, 2024
1 parent 9792e80 commit 9b9e379
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/yellow-weeks-refuse.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/executors/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @graphql-tools/executor-http

## 1.1.2

### Patch Changes

- [#6325](https://github.com/ardatan/graphql-tools/pull/6325)
[`9792e80`](https://github.com/ardatan/graphql-tools/commit/9792e80fdd6ecbe57541324282dd06573ce5bc77)
Thanks [@ardatan](https://github.com/ardatan)! - Make the executor disposable optional

- Updated dependencies
[[`9792e80`](https://github.com/ardatan/graphql-tools/commit/9792e80fdd6ecbe57541324282dd06573ce5bc77)]:
- @graphql-tools/utils@10.3.1

## 1.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/executors/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-http",
"version": "1.1.1",
"version": "1.1.2",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^10.3.0",
"@graphql-tools/utils": "^10.3.1",
"@repeaterjs/repeater": "^3.0.4",
"@whatwg-node/fetch": "^0.9.0",
"extract-files": "^11.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/utils

## 10.3.1

### Patch Changes

- [#6325](https://github.com/ardatan/graphql-tools/pull/6325)
[`9792e80`](https://github.com/ardatan/graphql-tools/commit/9792e80fdd6ecbe57541324282dd06573ce5bc77)
Thanks [@ardatan](https://github.com/ardatan)! - Make the executor disposable optional

## 10.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/utils",
"version": "10.3.0",
"version": "10.3.1",
"type": "module",
"description": "Common package containing utils and types for GraphQL tools",
"repository": {
Expand Down

0 comments on commit 9b9e379

Please sign in to comment.