Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#5577)
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 Sep 10, 2023
1 parent 9b404e8 commit 291b37b
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 14 deletions.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-kangaroos-count.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.101

### Patch Changes

- Updated dependencies
[[`9b404e83`](https://github.com/ardatan/graphql-tools/commit/9b404e8346af2831e3ed56326cd9e1e9f8582b42)]:
- @graphql-tools/federation@1.1.6

## 0.0.100

### 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.100",
"version": "0.0.101",
"private": true,
"scripts": {
"loadtest:federation": "k6 -e ENDPOINT=federation run k6.js",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@apollo/gateway": "2.5.4",
"@apollo/subgraph": "2.5.4",
"@graphql-tools/federation": "1.1.5",
"@graphql-tools/federation": "1.1.6",
"@graphql-tools/stitch": "9.0.1",
"cross-env": "7.0.3",
"express": "4.18.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/executors/legacy-ws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-tools/executor-legacy-ws

## 1.0.3

### Patch Changes

- [#5575](https://github.com/ardatan/graphql-tools/pull/5575)
[`b1531913`](https://github.com/ardatan/graphql-tools/commit/b1531913e1ec3838b147bc4c4295b63d112006e4)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`ws@8.14.1` ↗︎](https://www.npmjs.com/package/ws/v/8.14.1) (from `8.14.0`,
in `dependencies`)

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/executors/legacy-ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-legacy-ws",
"version": "1.0.2",
"version": "1.0.3",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
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

## 1.1.6

### Patch Changes

- [`9b404e83`](https://github.com/ardatan/graphql-tools/commit/9b404e8346af2831e3ed56326cd9e1e9f8582b42)
Thanks [@ardatan](https://github.com/ardatan)! - Handle type ownerships correctly

## 1.1.5

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

0 comments on commit 291b37b

Please sign in to comment.