Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6459)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
theguild-bot and github-actions[bot] committed Aug 21, 2024
1 parent bcfd14d commit b6d05ee
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 32 deletions.
31 changes: 0 additions & 31 deletions .changeset/fluffy-planes-return.md

This file was deleted.

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

## 1.1.6

### Patch Changes

- [`f9dd3d6`](https://github.com/ardatan/graphql-tools/commit/f9dd3d6bb4b160e35a7f2f3c6b31171b71f21040)
Thanks [@ardatan](https://github.com/ardatan)! - Details in the extensions when an unexpected
error occurs;

```json
{
"request": {
"url": "https://api.example.com/graphql",
"method": "POST",
"body": {
"query": "query { hello }"
}
},
"response": {
"status": 500,
"statusText": "Internal Server Error",
"headers": {
"content-type": "application/json"
},
"body": {
"errors": [
{
"message": "Internal Server Error"
}
]
}
}
}
```

## 1.1.5

### Patch 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.5",
"version": "1.1.6",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down

0 comments on commit b6d05ee

Please sign in to comment.