Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6085)
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 24, 2024
1 parent 6d26702 commit 3e0d8f2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/purple-monkeys-vanish.md

This file was deleted.

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

## 0.0.127

### Patch Changes

- Updated dependencies [[`6d26702`](https://github.com/ardatan/graphql-tools/commit/6d267022eaf4b695b3791927912375f1b1d0f3a8)]:
- @graphql-tools/stitch@9.1.2

## 0.0.126

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions benchmark/federation/package.json
@@ -1,6 +1,6 @@
{
"name": "federation-benchmark",
"version": "0.0.126",
"version": "0.0.127",
"private": true,
"scripts": {
"loadtest:federation": "k6 -e ENDPOINT=federation run k6.js",
Expand All @@ -12,7 +12,7 @@
"@apollo/gateway": "2.7.4",
"@apollo/subgraph": "2.7.4",
"@graphql-tools/federation": "1.1.26",
"@graphql-tools/stitch": "9.1.1",
"@graphql-tools/stitch": "9.1.2",
"cross-env": "7.0.3",
"express": "4.19.2",
"graphql": "16.8.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/stitch/CHANGELOG.md
@@ -1,5 +1,11 @@
# @graphql-tools/stitch

## 9.1.2

### Patch Changes

- [`6d26702`](https://github.com/ardatan/graphql-tools/commit/6d267022eaf4b695b3791927912375f1b1d0f3a8) Thanks [@ardatan](https://github.com/ardatan)! - Respect interface types as computed field types

## 9.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stitch/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/stitch",
"version": "9.1.1",
"version": "9.1.2",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down

0 comments on commit 3e0d8f2

Please sign in to comment.