Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6510)
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 Sep 11, 2024
1 parent a600be6 commit c0592dc
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-actors-occur.md

This file was deleted.

8 changes: 8 additions & 0 deletions benchmark/federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# federation-benchmark

## 0.0.158

### Patch Changes

- Updated dependencies
[[`a600be6`](https://github.com/ardatan/graphql-tools/commit/a600be627a6d619ef4c95a445a5c7801d166787b)]:
- @graphql-tools/federation@2.2.10

## 0.0.157

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions benchmark/federation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "federation-benchmark",
"version": "0.0.157",
"version": "0.0.158",
"private": true,
"scripts": {
"loadtest:federation": "k6 -e ENDPOINT=federation run k6.js",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@apollo/gateway": "2.9.0",
"@apollo/subgraph": "2.9.0",
"@graphql-tools/federation": "2.2.9",
"@graphql-tools/federation": "2.2.10",
"@graphql-tools/stitch": "9.2.10",
"cross-env": "7.0.3",
"express": "4.20.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/federation

## 2.2.10

### Patch Changes

- [`a600be6`](https://github.com/ardatan/graphql-tools/commit/a600be627a6d619ef4c95a445a5c7801d166787b)
Thanks [@ardatan](https://github.com/ardatan)! - Add `onSubgraphAST`

## 2.2.9

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

0 comments on commit c0592dc

Please sign in to comment.