Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6106)
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 29, 2024
1 parent 0333283 commit 7ef2ad7
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .changeset/big-horses-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-garlics-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-beds-try.md

This file was deleted.

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

## 0.0.130

### Patch Changes

- Updated dependencies [[`5567347`](https://github.com/ardatan/graphql-tools/commit/5567347217fdfb72e3f8b389ade6d5912dfb5c95), [`5567347`](https://github.com/ardatan/graphql-tools/commit/5567347217fdfb72e3f8b389ade6d5912dfb5c95)]:
- @graphql-tools/stitch@9.2.1

## 0.0.129

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions benchmark/federation/package.json
@@ -1,6 +1,6 @@
{
"name": "federation-benchmark",
"version": "0.0.129",
"version": "0.0.130",
"private": true,
"scripts": {
"loadtest:federation": "k6 -e ENDPOINT=federation run k6.js",
Expand All @@ -12,7 +12,7 @@
"@apollo/gateway": "2.7.4",
"@apollo/subgraph": "2.7.4",
"@graphql-tools/federation": "1.1.28",
"@graphql-tools/stitch": "9.2.0",
"@graphql-tools/stitch": "9.2.1",
"cross-env": "7.0.3",
"express": "4.19.2",
"graphql": "16.8.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/stitch/CHANGELOG.md
@@ -1,5 +1,16 @@
# @graphql-tools/stitch

## 9.2.1

### Patch Changes

- [#6105](https://github.com/ardatan/graphql-tools/pull/6105) [`5567347`](https://github.com/ardatan/graphql-tools/commit/5567347217fdfb72e3f8b389ade6d5912dfb5c95) Thanks [@ardatan](https://github.com/ardatan)! - Handle fields in unmerged types as both isolated and non-isolated fields

- [#6105](https://github.com/ardatan/graphql-tools/pull/6105) [`5567347`](https://github.com/ardatan/graphql-tools/commit/5567347217fdfb72e3f8b389ade6d5912dfb5c95) Thanks [@ardatan](https://github.com/ardatan)! - Respect `specifiedByURL` in stitched schemas

- Updated dependencies [[`5567347`](https://github.com/ardatan/graphql-tools/commit/5567347217fdfb72e3f8b389ade6d5912dfb5c95), [`5567347`](https://github.com/ardatan/graphql-tools/commit/5567347217fdfb72e3f8b389ade6d5912dfb5c95)]:
- @graphql-tools/utils@10.2.0

## 9.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/stitch/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/stitch",
"version": "9.2.0",
"version": "9.2.1",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"@graphql-tools/executor": "^1.2.1",
"@graphql-tools/merge": "^9.0.3",
"@graphql-tools/schema": "^10.0.3",
"@graphql-tools/utils": "^10.0.13",
"@graphql-tools/utils": "^10.2.0",
"@graphql-tools/wrap": "^10.0.2",
"tslib": "^2.4.0",
"value-or-promise": "^1.0.11"
Expand Down
10 changes: 10 additions & 0 deletions packages/utils/CHANGELOG.md
@@ -1,5 +1,15 @@
# @graphql-tools/utils

## 10.2.0

### Minor Changes

- [#6105](https://github.com/ardatan/graphql-tools/pull/6105) [`5567347`](https://github.com/ardatan/graphql-tools/commit/5567347217fdfb72e3f8b389ade6d5912dfb5c95) Thanks [@ardatan](https://github.com/ardatan)! - Add `enumValueFilter` and `directiveFilter` to `filterSchema`

### Patch Changes

- [#6105](https://github.com/ardatan/graphql-tools/pull/6105) [`5567347`](https://github.com/ardatan/graphql-tools/commit/5567347217fdfb72e3f8b389ade6d5912dfb5c95) Thanks [@ardatan](https://github.com/ardatan)! - Handle fields in unmerged types as both isolated and non-isolated fields

## 10.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/utils",
"version": "10.1.3",
"version": "10.2.0",
"type": "module",
"description": "Common package containing utils and types for GraphQL tools",
"repository": {
Expand Down

0 comments on commit 7ef2ad7

Please sign in to comment.