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 Oct 31, 2022
1 parent 8c59ab7 commit 3ada54b
Show file tree
Hide file tree
Showing 59 changed files with 314 additions and 91 deletions.
5 changes: 0 additions & 5 deletions .changeset/short-melons-tell.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.56

### Patch Changes

- Updated dependencies []:
- @graphql-tools/stitch@8.7.15
- @graphql-tools/stitching-directives@2.3.13

## 0.0.55

### 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.55",
"version": "0.0.56",
"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.14",
"@graphql-tools/stitching-directives": "2.3.12",
"@graphql-tools/stitch": "8.7.15",
"@graphql-tools/stitching-directives": "2.3.13",
"express": "4.18.2",
"graphql": "16.6.0",
"graphql-tag": "2.12.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/batch-delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/batch-delegate

## 8.4.3

### Patch Changes

- Updated dependencies [[`f7daf777`](https://github.com/ardatan/graphql-tools/commit/f7daf7777cc214801886e4a45c0389bc5837d175)]:
- @graphql-tools/utils@8.13.1
- @graphql-tools/delegate@9.0.10

## 8.4.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.2",
"version": "8.4.3",
"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.9",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/delegate": "9.0.10",
"@graphql-tools/utils": "8.13.1",
"dataloader": "2.1.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "9.0.5",
"@graphql-tools/stitch": "8.7.14"
"@graphql-tools/schema": "9.0.6",
"@graphql-tools/stitch": "8.7.15"
},
"publishConfig": {
"directory": "dist",
Expand Down
7 changes: 7 additions & 0 deletions packages/batch-execute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/batch-execute

## 8.5.8

### Patch Changes

- Updated dependencies [[`f7daf777`](https://github.com/ardatan/graphql-tools/commit/f7daf7777cc214801886e4a45c0389bc5837d175)]:
- @graphql-tools/utils@8.13.1

## 8.5.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/batch-execute/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/batch-execute",
"version": "8.5.7",
"version": "8.5.8",
"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/utils": "8.13.0",
"@graphql-tools/utils": "8.13.1",
"dataloader": "2.1.0",
"tslib": "^2.4.0",
"value-or-promise": "1.0.11"
Expand Down
10 changes: 10 additions & 0 deletions packages/delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-tools/delegate

## 9.0.10

### Patch Changes

- Updated dependencies [[`f7daf777`](https://github.com/ardatan/graphql-tools/commit/f7daf7777cc214801886e4a45c0389bc5837d175)]:
- @graphql-tools/utils@8.13.1
- @graphql-tools/batch-execute@8.5.8
- @graphql-tools/executor@0.0.2
- @graphql-tools/schema@9.0.6

## 9.0.9

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.9",
"version": "9.0.10",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,10 +53,10 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/batch-execute": "8.5.7",
"@graphql-tools/executor": "0.0.1",
"@graphql-tools/schema": "9.0.5",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/batch-execute": "8.5.8",
"@graphql-tools/executor": "0.0.2",
"@graphql-tools/schema": "9.0.6",
"@graphql-tools/utils": "8.13.1",
"dataloader": "2.1.0",
"tslib": "~2.4.0",
"value-or-promise": "1.0.11"
Expand Down
7 changes: 7 additions & 0 deletions packages/executor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/executor

## 0.0.2

### Patch Changes

- Updated dependencies [[`f7daf777`](https://github.com/ardatan/graphql-tools/commit/f7daf7777cc214801886e4a45c0389bc5837d175)]:
- @graphql-tools/utils@8.13.1

## 0.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "0.0.2",
"author": "Saihajpreet Singh <saihajpreet.singh@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -52,7 +52,7 @@
"definition": "dist/typings/index.d.ts"
},
"dependencies": {
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/utils": "8.13.1",
"@graphql-typed-document-node/core": "3.1.1"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql-tag-pluck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/graphql-tag-pluck

## 7.3.8

### Patch Changes

- Updated dependencies [[`f7daf777`](https://github.com/ardatan/graphql-tools/commit/f7daf7777cc214801886e4a45c0389bc5837d175)]:
- @graphql-tools/utils@8.13.1

## 7.3.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-tag-pluck/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/graphql-tag-pluck",
"version": "7.3.7",
"version": "7.3.8",
"description": "Pluck graphql-tag template literals",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"@babel/parser": "^7.16.8",
"@babel/traverse": "^7.16.8",
"@babel/types": "^7.16.8",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/utils": "8.13.1",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# graphql-tools

## 8.3.8

### Patch Changes

- Updated dependencies []:
- @graphql-tools/schema@9.0.6

## 8.3.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-tools",
"version": "8.3.7",
"version": "8.3.8",
"description": "Useful tools to create and manipulate GraphQL schemas.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -57,7 +57,7 @@
"access": "public"
},
"dependencies": {
"@graphql-tools/schema": "9.0.5",
"@graphql-tools/schema": "9.0.6",
"tslib": "^2.4.0"
},
"type": "module"
Expand Down
7 changes: 7 additions & 0 deletions packages/import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/import

## 6.7.8

### Patch Changes

- Updated dependencies [[`f7daf777`](https://github.com/ardatan/graphql-tools/commit/f7daf7777cc214801886e4a45c0389bc5837d175)]:
- @graphql-tools/utils@8.13.1

## 6.7.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/import",
"version": "6.7.7",
"version": "6.7.8",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -55,7 +55,7 @@
"access": "public"
},
"dependencies": {
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/utils": "8.13.1",
"resolve-from": "5.0.0",
"tslib": "^2.4.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/links/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/links

## 8.3.14

### Patch Changes

- Updated dependencies [[`f7daf777`](https://github.com/ardatan/graphql-tools/commit/f7daf7777cc214801886e4a45c0389bc5837d175)]:
- @graphql-tools/utils@8.13.1
- @graphql-tools/delegate@9.0.10

## 8.3.13

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.13",
"version": "8.3.14",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -64,8 +64,8 @@
"graphql-upload": "16.0.2"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.9",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/delegate": "9.0.10",
"@graphql-tools/utils": "8.13.1",
"apollo-upload-client": "17.0.0",
"node-fetch": "^2.6.5",
"form-data": "^4.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/load/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/load

## 7.8.2

### Patch Changes

- Updated dependencies [[`f7daf777`](https://github.com/ardatan/graphql-tools/commit/f7daf7777cc214801886e4a45c0389bc5837d175)]:
- @graphql-tools/utils@8.13.1
- @graphql-tools/schema@9.0.6

## 7.8.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/load/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/load",
"version": "7.8.1",
"version": "7.8.2",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -55,8 +55,8 @@
"graphql-type-json": "0.3.2"
},
"dependencies": {
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/schema": "9.0.5",
"@graphql-tools/utils": "8.13.1",
"@graphql-tools/schema": "9.0.6",
"p-limit": "3.1.0",
"tslib": "^2.4.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/apollo-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/apollo-engine-loader

## 7.3.15

### Patch Changes

- Updated dependencies [[`f7daf777`](https://github.com/ardatan/graphql-tools/commit/f7daf7777cc214801886e4a45c0389bc5837d175)]:
- @graphql-tools/utils@8.13.1

## 7.3.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/apollo-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/apollo-engine-loader",
"version": "7.3.14",
"version": "7.3.15",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@ardatan/sync-fetch": "0.0.1",
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/utils": "8.13.1",
"@whatwg-node/fetch": "^0.5.0",
"tslib": "^2.4.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/loaders/code-file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/code-file-loader

## 7.3.8

### Patch Changes

- Updated dependencies [[`f7daf777`](https://github.com/ardatan/graphql-tools/commit/f7daf7777cc214801886e4a45c0389bc5837d175)]:
- @graphql-tools/utils@8.13.1
- @graphql-tools/graphql-tag-pluck@7.3.8

## 7.3.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/loaders/code-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/code-file-loader",
"version": "7.3.7",
"version": "7.3.8",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,8 +51,8 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/utils": "8.13.0",
"@graphql-tools/graphql-tag-pluck": "7.3.7",
"@graphql-tools/utils": "8.13.1",
"@graphql-tools/graphql-tag-pluck": "7.3.8",
"globby": "^11.0.3",
"tslib": "^2.4.0",
"unixify": "^1.0.0"
Expand Down

0 comments on commit 3ada54b

Please sign in to comment.