Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6334)
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 Jul 13, 2024
1 parent a276ba8 commit 791aebf
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-jars-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-foxes-check.md

This file was deleted.

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

## 1.1.3

### Patch Changes

- [#6332](https://github.com/ardatan/graphql-tools/pull/6332)
[`7be6930`](https://github.com/ardatan/graphql-tools/commit/7be69305bb5f9e38c96c8372ac467aa43585da54)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Strip ignored characters when printing
a query in executor-http

- Updated dependencies
[[`a276ba8`](https://github.com/ardatan/graphql-tools/commit/a276ba83cf7e2aa1c0f81454591a794d6efb8c2a)]:
- @graphql-tools/utils@10.3.2

## 1.1.2

### 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.2",
"version": "1.1.3",
"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.1",
"@graphql-tools/utils": "^10.3.2",
"@repeaterjs/repeater": "^3.0.4",
"@whatwg-node/fetch": "^0.9.0",
"extract-files": "^11.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/utils

## 10.3.2

### Patch Changes

- [`a276ba8`](https://github.com/ardatan/graphql-tools/commit/a276ba83cf7e2aa1c0f81454591a794d6efb8c2a)
Thanks [@ardatan](https://github.com/ardatan)! - Respect directive extensions on \`pruneSchema\`

## 10.3.1

### Patch 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.1",
"version": "10.3.2",
"type": "module",
"description": "Common package containing utils and types for GraphQL tools",
"repository": {
Expand Down

0 comments on commit 791aebf

Please sign in to comment.