Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#5629)
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] authored Oct 13, 2023
1 parent 17bc250 commit fd7e9cd
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/popular-dots-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-houses-explain.md

This file was deleted.

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

## 0.0.108

### Patch Changes

- Updated dependencies
[[`250715a1`](https://github.com/ardatan/graphql-tools/commit/250715a1e18f0c645240ea78bb80f7557ac81340),
[`250715a1`](https://github.com/ardatan/graphql-tools/commit/250715a1e18f0c645240ea78bb80f7557ac81340)]:
- @graphql-tools/federation@1.1.11

## 0.0.107

### 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.107",
"version": "0.0.108",
"private": true,
"scripts": {
"loadtest:federation": "k6 -e ENDPOINT=federation run k6.js",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@apollo/gateway": "2.5.5",
"@apollo/subgraph": "2.5.5",
"@graphql-tools/federation": "1.1.10",
"@graphql-tools/federation": "1.1.11",
"@graphql-tools/stitch": "9.0.3",
"cross-env": "7.0.3",
"express": "4.18.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-tools/federation

## 1.1.11

### Patch Changes

- [`250715a1`](https://github.com/ardatan/graphql-tools/commit/250715a1e18f0c645240ea78bb80f7557ac81340)
Thanks [@ardatan](https://github.com/ardatan)! - Support `extend type` in subgraph SDL

- [`250715a1`](https://github.com/ardatan/graphql-tools/commit/250715a1e18f0c645240ea78bb80f7557ac81340)
Thanks [@ardatan](https://github.com/ardatan)! - Support supergraph with no join\_\_type
directives on Query type

## 1.1.10

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

0 comments on commit fd7e9cd

Please sign in to comment.