Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6075)
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 19, 2024
1 parent 9eee255 commit ce12c85
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/great-wasps-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-mice-crash.md

This file was deleted.

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

## 0.0.125

### Patch Changes

- Updated dependencies [[`6cf507f`](https://github.com/ardatan/graphql-tools/commit/6cf507fc70d2474c71c8604ab117d01af76376e1)]:
- @graphql-tools/federation@1.1.26

## 0.0.124

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

## 9.0.2

### Patch Changes

- [#5998](https://github.com/ardatan/graphql-tools/pull/5998) [`9eee255`](https://github.com/ardatan/graphql-tools/commit/9eee2550907bf13b6be6d509bf0a059d826a9649) Thanks [@ardatan](https://github.com/ardatan)! - Add parentType name to the batch delegation key

## 9.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/batch-delegate/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/batch-delegate",
"version": "9.0.1",
"version": "9.0.2",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/federation/CHANGELOG.md
@@ -1,5 +1,11 @@
# @graphql-tools/federation

## 1.1.26

### Patch Changes

- [#6071](https://github.com/ardatan/graphql-tools/pull/6071) [`6cf507f`](https://github.com/ardatan/graphql-tools/commit/6cf507fc70d2474c71c8604ab117d01af76376e1) Thanks [@ardatan](https://github.com/ardatan)! - Handle inaccessible enum values

## 1.1.25

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

0 comments on commit ce12c85

Please sign in to comment.