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 46eab79 commit 7442a13
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-rice-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-flies-shake.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.1

### Patch Changes

- [#6299](https://github.com/ardatan/graphql-tools/pull/6299)
[`b0ffac8`](https://github.com/ardatan/graphql-tools/commit/b0ffac8ed2e0d5ac8bb304dc575184cb9073ebfc)
Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - When proxying the requests to the HTTP
executor, it should return \`GraphQLError\` instances in \`errors\` array

- [`46eab79`](https://github.com/ardatan/graphql-tools/commit/46eab79e5b409d99482eb7f3a2b69a77dc3bc162)
Thanks [@ardatan](https://github.com/ardatan)! - Fixed potential leak on executor disposal

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "1.1.1",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down

0 comments on commit 7442a13

Please sign in to comment.