Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6036)
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 8, 2024
1 parent 9288c28 commit e884cc6
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 17 deletions.

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/little-hairs-kiss.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.124

### Patch Changes

- Updated dependencies [[`27b6f49`](https://github.com/ardatan/graphql-tools/commit/27b6f49c67d4b3fca26d90dcaaef37ff61fe9d0a)]:
- @graphql-tools/stitch@9.1.0

## 0.0.123

### 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.123",
"version": "0.0.124",
"private": true,
"scripts": {
"loadtest:federation": "k6 -e ENDPOINT=federation run k6.js",
Expand All @@ -12,7 +12,7 @@
"@apollo/gateway": "2.7.2",
"@apollo/subgraph": "2.7.2",
"@graphql-tools/federation": "1.1.25",
"@graphql-tools/stitch": "9.0.5",
"@graphql-tools/stitch": "9.1.0",
"cross-env": "7.0.3",
"express": "4.19.2",
"graphql": "16.8.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/executors/urql-exchange/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/executor-urql-exchange

## 1.0.2

### Patch Changes

- [#6023](https://github.com/ardatan/graphql-tools/pull/6023) [`cfe7727`](https://github.com/ardatan/graphql-tools/commit/cfe7727f0b87946d7c10b46dfe35ecb9e743e0fa) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@urql/core@^3.0.0 || ^4.0.0 || ^5.0.0` ↗︎](https://www.npmjs.com/package/@urql/core/v/3.0.0) (from `^3.0.0 || ^4.0.0`, in `peerDependencies`)

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/executors/urql-exchange/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-urql-exchange",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"description": "",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/stitch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/stitch

## 9.1.0

### Minor Changes

- [#5162](https://github.com/ardatan/graphql-tools/pull/5162) [`27b6f49`](https://github.com/ardatan/graphql-tools/commit/27b6f49c67d4b3fca26d90dcaaef37ff61fe9d0a) Thanks [@asodeur](https://github.com/asodeur)! - Adding the ability to return non-scalar types from computed fields. Computed fields can now return
object types (local or stitched), interfaces, unions, or enums.

## 9.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stitch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/stitch",
"version": "9.0.5",
"version": "9.1.0",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/stitching-directives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/stitching-directives

## 3.0.2

### Patch Changes

- [#5162](https://github.com/ardatan/graphql-tools/pull/5162) [`27b6f49`](https://github.com/ardatan/graphql-tools/commit/27b6f49c67d4b3fca26d90dcaaef37ff61fe9d0a) Thanks [@asodeur](https://github.com/asodeur)! - Adding the ability to return non-scalar types from computed fields. Computed fields can now return
object types (local or stitched), interfaces, unions, or enums.

## 3.0.1

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

0 comments on commit e884cc6

Please sign in to comment.