Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6110)
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 Apr 29, 2024
1 parent 074fad4 commit 9d79ba2
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-beers-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-balloons-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-icons-poke.md

This file was deleted.

8 changes: 8 additions & 0 deletions benchmark/federation/CHANGELOG.md
@@ -1,5 +1,13 @@
# federation-benchmark

## 0.0.132

### Patch Changes

- Updated dependencies [[`074fad4`](https://github.com/ardatan/graphql-tools/commit/074fad4144095fbefe449ced397b7707963bd7aa), [`074fad4`](https://github.com/ardatan/graphql-tools/commit/074fad4144095fbefe449ced397b7707963bd7aa)]:
- @graphql-tools/federation@1.1.29
- @graphql-tools/stitch@9.2.3

## 0.0.131

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions benchmark/federation/package.json
@@ -1,6 +1,6 @@
{
"name": "federation-benchmark",
"version": "0.0.131",
"version": "0.0.132",
"private": true,
"scripts": {
"loadtest:federation": "k6 -e ENDPOINT=federation run k6.js",
Expand All @@ -11,8 +11,8 @@
"dependencies": {
"@apollo/gateway": "2.7.4",
"@apollo/subgraph": "2.7.4",
"@graphql-tools/federation": "1.1.28",
"@graphql-tools/stitch": "9.2.2",
"@graphql-tools/federation": "1.1.29",
"@graphql-tools/stitch": "9.2.3",
"cross-env": "7.0.3",
"express": "4.19.2",
"graphql": "16.8.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/delegate/CHANGELOG.md
@@ -1,5 +1,11 @@
# @graphql-tools/delegate

## 10.0.7

### Patch Changes

- [#6109](https://github.com/ardatan/graphql-tools/pull/6109) [`074fad4`](https://github.com/ardatan/graphql-tools/commit/074fad4144095fbefe449ced397b7707963bd7aa) Thanks [@ardatan](https://github.com/ardatan)! - Merge list fields correctly

## 10.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/delegate/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/delegate",
"version": "10.0.6",
"version": "10.0.7",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/federation/CHANGELOG.md
@@ -1,5 +1,15 @@
# @graphql-tools/federation

## 1.1.29

### Patch Changes

- [#6109](https://github.com/ardatan/graphql-tools/pull/6109) [`074fad4`](https://github.com/ardatan/graphql-tools/commit/074fad4144095fbefe449ced397b7707963bd7aa) Thanks [@ardatan](https://github.com/ardatan)! - Show responses in debug logging with `DEBUG` env var

- Updated dependencies [[`074fad4`](https://github.com/ardatan/graphql-tools/commit/074fad4144095fbefe449ced397b7707963bd7aa), [`074fad4`](https://github.com/ardatan/graphql-tools/commit/074fad4144095fbefe449ced397b7707963bd7aa)]:
- @graphql-tools/delegate@10.0.7
- @graphql-tools/stitch@9.2.3

## 1.1.28

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/federation/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/federation",
"version": "1.1.28",
"version": "1.1.29",
"type": "module",
"description": "Useful tools to create and manipulate GraphQL schemas.",
"repository": {
Expand Down Expand Up @@ -50,11 +50,11 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/delegate": "^10.0.5",
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/executor-http": "^1.0.9",
"@graphql-tools/merge": "^9.0.3",
"@graphql-tools/schema": "^10.0.3",
"@graphql-tools/stitch": "^9.2.0",
"@graphql-tools/stitch": "^9.2.3",
"@graphql-tools/utils": "^10.1.1",
"@graphql-tools/wrap": "^10.0.3",
"tslib": "^2.4.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/stitch/CHANGELOG.md
@@ -1,5 +1,14 @@
# @graphql-tools/stitch

## 9.2.3

### Patch Changes

- [#6109](https://github.com/ardatan/graphql-tools/pull/6109) [`074fad4`](https://github.com/ardatan/graphql-tools/commit/074fad4144095fbefe449ced397b7707963bd7aa) Thanks [@ardatan](https://github.com/ardatan)! - Exclude fields with `__typename` while extracting missing fields for the type merging

- Updated dependencies [[`074fad4`](https://github.com/ardatan/graphql-tools/commit/074fad4144095fbefe449ced397b7707963bd7aa)]:
- @graphql-tools/delegate@10.0.7

## 9.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/stitch/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/stitch",
"version": "9.2.2",
"version": "9.2.3",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@graphql-tools/batch-delegate": "^9.0.1",
"@graphql-tools/delegate": "^10.0.5",
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/executor": "^1.2.1",
"@graphql-tools/merge": "^9.0.3",
"@graphql-tools/schema": "^10.0.3",
Expand Down

0 comments on commit 9d79ba2

Please sign in to comment.