Skip to content

Commit

Permalink
Upcoming Release Changes (#6369)
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 23, 2024
1 parent 334d301 commit d46f41b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/yellow-boats-walk.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.148

### Patch Changes

- Updated dependencies
[[`334d301`](https://github.com/ardatan/graphql-tools/commit/334d301007d4d73e09182f22a76bdce1937ec8af)]:
- @graphql-tools/federation@2.2.0

## 0.0.147

### 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.147",
"version": "0.0.148",
"private": true,
"scripts": {
"loadtest:federation": "k6 -e ENDPOINT=federation run k6.js",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@apollo/gateway": "2.8.3",
"@apollo/subgraph": "2.8.3",
"@graphql-tools/federation": "2.1.4",
"@graphql-tools/federation": "2.2.0",
"@graphql-tools/stitch": "9.2.10",
"cross-env": "7.0.3",
"express": "4.19.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/federation

## 2.2.0

### Minor Changes

- [#6368](https://github.com/ardatan/graphql-tools/pull/6368)
[`334d301`](https://github.com/ardatan/graphql-tools/commit/334d301007d4d73e09182f22a76bdce1937ec8af)
Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Expose the loaded supergrapth SDL in
the `schema` event

## 2.1.4

### 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.1.4",
"version": "2.2.0",
"type": "module",
"description": "Useful tools to create and manipulate GraphQL schemas.",
"repository": {
Expand Down

0 comments on commit d46f41b

Please sign in to comment.