Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#5948)
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 Mar 6, 2024
1 parent 418f6e8 commit 32f91bd
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/real-buckets-press.md

This file was deleted.

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

## 0.0.116

### Patch Changes

- Updated dependencies [[`107c021`](https://github.com/ardatan/graphql-tools/commit/107c021aa191f0654c45ed72b45d650993e2142f)]:
- @graphql-tools/federation@1.1.18

## 0.0.115

### 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.115",
"version": "0.0.116",
"private": true,
"scripts": {
"loadtest:federation": "k6 -e ENDPOINT=federation run k6.js",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@apollo/gateway": "2.7.1",
"@apollo/subgraph": "2.7.1",
"@graphql-tools/federation": "1.1.17",
"@graphql-tools/federation": "1.1.18",
"@graphql-tools/stitch": "9.0.5",
"cross-env": "7.0.3",
"express": "4.18.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/federation

## 1.1.18

### Patch Changes

- [#5946](https://github.com/ardatan/graphql-tools/pull/5946) [`107c021`](https://github.com/ardatan/graphql-tools/commit/107c021aa191f0654c45ed72b45d650993e2142f) Thanks [@ardatan](https://github.com/ardatan)! - If an interface or scalar type is not annotated for a subgraph explicitly, consider them as a shared type

## 1.1.17

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

0 comments on commit 32f91bd

Please sign in to comment.