Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6631)
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 30, 2024
1 parent ca179e6 commit b99101a
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-books-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-tips-invent.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.169

### Patch Changes

- Updated dependencies
[[`5145fc4`](https://github.com/ardatan/graphql-tools/commit/5145fc4f4eed543219dbab5c0bd54e4636e1b952)]:
- @graphql-tools/federation@2.2.21

## 0.0.168

### 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.168",
"version": "0.0.169",
"private": true,
"scripts": {
"loadtest:federation": "k6 -e ENDPOINT=federation run k6.js",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@apollo/gateway": "2.9.3",
"@apollo/subgraph": "2.9.3",
"@graphql-tools/federation": "2.2.20",
"@graphql-tools/federation": "2.2.21",
"@graphql-tools/stitch": "9.2.17",
"cross-env": "7.0.3",
"express": "4.21.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/federation

## 2.2.21

### Patch Changes

- [`5145fc4`](https://github.com/ardatan/graphql-tools/commit/5145fc4f4eed543219dbab5c0bd54e4636e1b952)
Thanks [@ardatan](https://github.com/ardatan)! - Run \`onSubschemaConfig\` in the right place

## 2.2.20

### 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.2.20",
"version": "2.2.21",
"type": "module",
"description": "Useful tools to create and manipulate GraphQL schemas.",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/loaders/prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/prisma-loader

## 8.0.12

### Patch Changes

- Updated dependencies
[[`218422e`](https://github.com/ardatan/graphql-tools/commit/218422e9b93e9ea461043686907b18076bfaccc2)]:
- @graphql-tools/url-loader@8.0.10

## 8.0.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/prisma-loader",
"version": "8.0.11",
"version": "8.0.12",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/url-loader": "^8.0.9",
"@graphql-tools/url-loader": "^8.0.10",
"@graphql-tools/utils": "^10.5.5",
"@types/js-yaml": "^4.0.0",
"@whatwg-node/fetch": "^0.9.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/loaders/url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/url-loader

## 8.0.10

### Patch Changes

- [#6625](https://github.com/ardatan/graphql-tools/pull/6625)
[`218422e`](https://github.com/ardatan/graphql-tools/commit/218422e9b93e9ea461043686907b18076bfaccc2)
Thanks [@hainenber](https://github.com/hainenber)! - remove unused @graphql-tools/delegate from
@graphql-tools/url-loader

## 8.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/url-loader",
"version": "8.0.9",
"version": "8.0.10",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down

0 comments on commit b99101a

Please sign in to comment.