Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6088)
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 f538e50 commit 58b9b8b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-trains-rule.md

This file was deleted.

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

## 0.0.128

### Patch Changes

- Updated dependencies [[`f538e50`](https://github.com/ardatan/graphql-tools/commit/f538e503c3cdb152bd29f77804217100cac0f648)]:
- @graphql-tools/federation@1.1.27

## 0.0.127

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

## 1.1.27

### Patch Changes

- [#6086](https://github.com/ardatan/graphql-tools/pull/6086) [`f538e50`](https://github.com/ardatan/graphql-tools/commit/f538e503c3cdb152bd29f77804217100cac0f648) Thanks [@ardatan](https://github.com/ardatan)! - Handle @inaccessible types correctly

## 1.1.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/federation/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/federation",
"version": "1.1.26",
"version": "1.1.27",
"type": "module",
"description": "Useful tools to create and manipulate GraphQL schemas.",
"repository": {
Expand Down

0 comments on commit 58b9b8b

Please sign in to comment.