Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#4838)
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
github-actions[bot] and github-actions[bot] committed Nov 11, 2022
1 parent 0609ca9 commit cc94bf7
Show file tree
Hide file tree
Showing 21 changed files with 97 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/great-chicken-return.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.63

### Patch Changes

- Updated dependencies []:
- @graphql-tools/stitch@8.7.22
- @graphql-tools/stitching-directives@2.3.19

## 0.0.62

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.62",
"version": "0.0.63",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production node index.js",
Expand All @@ -11,8 +11,8 @@
"dependencies": {
"@apollo/gateway": "2.1.4",
"@apollo/federation": "0.37.1",
"@graphql-tools/stitch": "8.7.21",
"@graphql-tools/stitching-directives": "2.3.18",
"@graphql-tools/stitch": "8.7.22",
"@graphql-tools/stitching-directives": "2.3.19",
"express": "4.18.2",
"graphql": "16.6.0",
"graphql-tag": "2.12.6",
Expand Down
7 changes: 7 additions & 0 deletions packages/batch-delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/batch-delegate

## 8.4.9

### Patch Changes

- Updated dependencies []:
- @graphql-tools/delegate@9.0.16

## 8.4.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/batch-delegate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/batch-delegate",
"version": "8.4.8",
"version": "8.4.9",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,14 +53,14 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.15",
"@graphql-tools/delegate": "9.0.16",
"@graphql-tools/utils": "9.1.0",
"dataloader": "2.1.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "9.0.9",
"@graphql-tools/stitch": "8.7.21"
"@graphql-tools/stitch": "8.7.22"
},
"publishConfig": {
"directory": "dist",
Expand Down
7 changes: 7 additions & 0 deletions packages/delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/delegate

## 9.0.16

### Patch Changes

- Updated dependencies [[`1d3856dc`](https://github.com/ardatan/graphql-tools/commit/1d3856dccaaafe2da96c91dd38dcce356bc734a3)]:
- @graphql-tools/executor@0.0.8

## 9.0.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/delegate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/delegate",
"version": "9.0.15",
"version": "9.0.16",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"@graphql-tools/batch-execute": "8.5.11",
"@graphql-tools/executor": "0.0.7",
"@graphql-tools/executor": "0.0.8",
"@graphql-tools/schema": "9.0.9",
"@graphql-tools/utils": "9.1.0",
"dataloader": "2.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/executor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/executor

## 0.0.8

### Patch Changes

- [#4837](https://github.com/ardatan/graphql-tools/pull/4837) [`1d3856dc`](https://github.com/ardatan/graphql-tools/commit/1d3856dccaaafe2da96c91dd38dcce356bc734a3) Thanks [@ardatan](https://github.com/ardatan)! - Fix backpressure logic in normalizedExecutor

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/executor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor",
"version": "0.0.7",
"version": "0.0.8",
"author": "Saihajpreet Singh <saihajpreet.singh@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/links/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/links

## 8.3.20

### Patch Changes

- Updated dependencies []:
- @graphql-tools/delegate@9.0.16

## 8.3.19

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/links",
"version": "8.3.19",
"version": "8.3.20",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -64,7 +64,7 @@
"graphql-upload": "16.0.2"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.15",
"@graphql-tools/delegate": "9.0.16",
"@graphql-tools/utils": "9.1.0",
"apollo-upload-client": "17.0.0",
"node-fetch": "^2.6.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/prisma-loader

## 7.2.35

### Patch Changes

- Updated dependencies []:
- @graphql-tools/url-loader@7.16.15

## 7.2.34

### 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": "7.2.34",
"version": "7.2.35",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
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": "7.16.14",
"@graphql-tools/url-loader": "7.16.15",
"@graphql-tools/utils": "9.1.0",
"@types/js-yaml": "^4.0.0",
"@types/json-stable-stringify": "^1.0.32",
Expand Down
8 changes: 8 additions & 0 deletions packages/loaders/url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/url-loader

## 7.16.15

### Patch Changes

- Updated dependencies []:
- @graphql-tools/delegate@9.0.16
- @graphql-tools/wrap@9.2.12

## 7.16.14

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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": "7.16.14",
"version": "7.16.15",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -66,12 +66,12 @@
"webpack": "5.75.0"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.15",
"@graphql-tools/delegate": "9.0.16",
"@graphql-tools/executor-http": "0.0.2",
"@graphql-tools/executor-graphql-ws": "0.0.2",
"@graphql-tools/executor-legacy-ws": "0.0.2",
"@graphql-tools/utils": "9.1.0",
"@graphql-tools/wrap": "9.2.11",
"@graphql-tools/wrap": "9.2.12",
"@ardatan/sync-fetch": "0.0.1",
"@whatwg-node/fetch": "^0.5.0",
"@types/ws": "^8.0.0",
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.22

### Patch Changes

- Updated dependencies []:
- @graphql-tools/delegate@9.0.16
- @graphql-tools/batch-delegate@8.4.9
- @graphql-tools/wrap@9.2.12

## 8.7.21

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.21",
"version": "8.7.22",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -57,12 +57,12 @@
"value-or-promise": "1.0.11"
},
"dependencies": {
"@graphql-tools/batch-delegate": "8.4.8",
"@graphql-tools/delegate": "9.0.15",
"@graphql-tools/batch-delegate": "8.4.9",
"@graphql-tools/delegate": "9.0.16",
"@graphql-tools/merge": "8.3.11",
"@graphql-tools/schema": "9.0.9",
"@graphql-tools/utils": "9.1.0",
"@graphql-tools/wrap": "9.2.11",
"@graphql-tools/wrap": "9.2.12",
"tslib": "^2.4.0",
"value-or-promise": "^1.0.11"
},
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

## 2.3.19

### Patch Changes

- Updated dependencies []:
- @graphql-tools/delegate@9.0.16

## 2.3.18

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.3.18",
"version": "2.3.19",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,7 +53,7 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.15",
"@graphql-tools/delegate": "9.0.16",
"@graphql-tools/utils": "9.1.0",
"tslib": "^2.4.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/wrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/wrap

## 9.2.12

### Patch Changes

- Updated dependencies []:
- @graphql-tools/delegate@9.0.16

## 9.2.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/wrap",
"version": "9.2.11",
"version": "9.2.12",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,7 +53,7 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.15",
"@graphql-tools/delegate": "9.0.16",
"@graphql-tools/schema": "9.0.9",
"@graphql-tools/utils": "9.1.0",
"tslib": "^2.4.0",
Expand Down

0 comments on commit cc94bf7

Please sign in to comment.