Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 9, 2023
1 parent f8c203c commit 44ffc28
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-ears-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-bulldogs-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-spies-help.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.93

### Patch Changes

- Updated dependencies [[`2bbbe1af`](https://github.com/ardatan/graphql-tools/commit/2bbbe1af0bb7d04685bdceab9252a5ded6809c78)]:
- @graphql-tools/stitch@8.7.50

## 0.0.92

### 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.92",
"version": "0.0.93",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production node index.js",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@apollo/gateway": "2.4.3",
"@apollo/subgraph": "2.4.3",
"@graphql-tools/stitch": "8.7.49",
"@graphql-tools/stitch": "8.7.50",
"@graphql-tools/federation": "0.0.3",
"express": "4.18.2",
"graphql": "16.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/batch-delegate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"devDependencies": {
"@graphql-tools/schema": "^9.0.18",
"@graphql-tools/stitch": "8.7.49"
"@graphql-tools/stitch": "8.7.50"
},
"publishConfig": {
"directory": "dist",
Expand Down
6 changes: 6 additions & 0 deletions packages/loaders/git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/git-loader

## 7.3.0

### Minor Changes

- [#5244](https://github.com/ardatan/graphql-tools/pull/5244) [`ad430952`](https://github.com/ardatan/graphql-tools/commit/ad430952ed24d63aec7ca8310faa5cd529489476) Thanks [@jeengbe](https://github.com/jeengbe)! - respect leading './' for globs

## 7.2.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/git-loader",
"version": "7.2.22",
"version": "7.3.0",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/merge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/merge

## 8.4.2

### Patch Changes

- [#5216](https://github.com/ardatan/graphql-tools/pull/5216) [`33005c48`](https://github.com/ardatan/graphql-tools/commit/33005c48e8aa9d5eae53c720bd39dca655c645f1) Thanks [@wKich](https://github.com/wKich)! - Don't merge/override arguments for repeatable directives

## 8.4.1

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

## 8.7.50

### Patch Changes

- [#5235](https://github.com/ardatan/graphql-tools/pull/5235) [`2bbbe1af`](https://github.com/ardatan/graphql-tools/commit/2bbbe1af0bb7d04685bdceab9252a5ded6809c78) Thanks [@belgattitude](https://github.com/belgattitude)! - Add missing dependency on @graphql-tools/executor.

- Updated dependencies [[`33005c48`](https://github.com/ardatan/graphql-tools/commit/33005c48e8aa9d5eae53c720bd39dca655c645f1)]:
- @graphql-tools/merge@8.4.2

## 8.7.49

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/stitch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/stitch",
"version": "8.7.49",
"version": "8.7.50",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@graphql-tools/batch-delegate": "^8.4.27",
"@graphql-tools/delegate": "^9.0.35",
"@graphql-tools/executor": "^0.0.20",
"@graphql-tools/merge": "^8.4.1",
"@graphql-tools/merge": "^8.4.2",
"@graphql-tools/schema": "^9.0.18",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/wrap": "^9.4.2",
Expand Down

0 comments on commit 44ffc28

Please sign in to comment.