Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#4884)
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] authored Dec 7, 2022
1 parent 13c2488 commit 90011f0
Show file tree
Hide file tree
Showing 70 changed files with 369 additions and 110 deletions.
6 changes: 0 additions & 6 deletions .changeset/cold-files-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-ears-shave.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.71

### Patch Changes

- Updated dependencies []:
- @graphql-tools/stitch@8.7.30
- @graphql-tools/stitching-directives@2.3.21

## 0.0.70

### 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.70",
"version": "0.0.71",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production node index.js",
Expand All @@ -11,8 +11,8 @@
"dependencies": {
"@apollo/gateway": "2.2.1",
"@apollo/federation": "0.38.1",
"@graphql-tools/stitch": "8.7.29",
"@graphql-tools/stitching-directives": "2.3.20",
"@graphql-tools/stitch": "8.7.30",
"@graphql-tools/stitching-directives": "2.3.21",
"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.11

### Patch Changes

- Updated dependencies [[`13c24883`](https://github.com/ardatan/graphql-tools/commit/13c24883004d5330f7402cb20566e37535c5729b), [`b5e6459f`](https://github.com/ardatan/graphql-tools/commit/b5e6459f87cd8720457ce9bff38f3dfa0cb3c150)]:
- @graphql-tools/delegate@9.0.18
- @graphql-tools/utils@9.1.2

## 8.4.10

### 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.10",
"version": "8.4.11",
"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.17",
"@graphql-tools/utils": "9.1.1",
"@graphql-tools/delegate": "9.0.18",
"@graphql-tools/utils": "9.1.2",
"dataloader": "2.1.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "9.0.10",
"@graphql-tools/stitch": "8.7.29"
"@graphql-tools/schema": "9.0.11",
"@graphql-tools/stitch": "8.7.30"
},
"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.13

### Patch Changes

- Updated dependencies [[`13c24883`](https://github.com/ardatan/graphql-tools/commit/13c24883004d5330f7402cb20566e37535c5729b)]:
- @graphql-tools/utils@9.1.2

## 8.5.12

### 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.12",
"version": "8.5.13",
"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": "9.1.1",
"@graphql-tools/utils": "9.1.2",
"dataloader": "2.1.0",
"tslib": "^2.4.0",
"value-or-promise": "1.0.11"
Expand Down
14 changes: 14 additions & 0 deletions packages/delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @graphql-tools/delegate

## 9.0.18

### Patch Changes

- [`13c24883`](https://github.com/ardatan/graphql-tools/commit/13c24883004d5330f7402cb20566e37535c5729b) Thanks [@ardatan](https://github.com/ardatan)! - Fix handling argument values in gateway request

- [`b5e6459f`](https://github.com/ardatan/graphql-tools/commit/b5e6459f87cd8720457ce9bff38f3dfa0cb3c150) Thanks [@ardatan](https://github.com/ardatan)! - Show warning only if DEBUG env var is present

- Updated dependencies [[`13c24883`](https://github.com/ardatan/graphql-tools/commit/13c24883004d5330f7402cb20566e37535c5729b)]:
- @graphql-tools/utils@9.1.2
- @graphql-tools/batch-execute@8.5.13
- @graphql-tools/executor@0.0.10
- @graphql-tools/schema@9.0.11

## 9.0.17

### 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.17",
"version": "9.0.18",
"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.12",
"@graphql-tools/executor": "0.0.9",
"@graphql-tools/schema": "9.0.10",
"@graphql-tools/utils": "9.1.1",
"@graphql-tools/batch-execute": "8.5.13",
"@graphql-tools/executor": "0.0.10",
"@graphql-tools/schema": "9.0.11",
"@graphql-tools/utils": "9.1.2",
"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.10

### Patch Changes

- Updated dependencies [[`13c24883`](https://github.com/ardatan/graphql-tools/commit/13c24883004d5330f7402cb20566e37535c5729b)]:
- @graphql-tools/utils@9.1.2

## 0.0.9

### 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.9",
"version": "0.0.10",
"author": "Saihajpreet Singh <[email protected]>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"@repeaterjs/repeater": "3.0.4",
"@graphql-tools/utils": "9.1.1",
"@graphql-tools/utils": "9.1.2",
"@graphql-typed-document-node/core": "3.1.1",
"tslib": "^2.4.0",
"value-or-promise": "1.0.11"
Expand Down
7 changes: 7 additions & 0 deletions packages/executors/apollo-link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/executor-apollo-link

## 0.0.4

### Patch Changes

- Updated dependencies [[`13c24883`](https://github.com/ardatan/graphql-tools/commit/13c24883004d5330f7402cb20566e37535c5729b)]:
- @graphql-tools/utils@9.1.2

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/executors/apollo-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-apollo-link",
"version": "0.0.3",
"version": "0.0.4",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,7 +52,7 @@
"access": "public"
},
"dependencies": {
"@graphql-tools/utils": "9.1.1",
"@graphql-tools/utils": "9.1.2",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/executors/graphql-ws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/executor-graphql-ws

## 0.0.4

### Patch Changes

- Updated dependencies [[`13c24883`](https://github.com/ardatan/graphql-tools/commit/13c24883004d5330f7402cb20566e37535c5729b)]:
- @graphql-tools/utils@9.1.2

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/executors/graphql-ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-graphql-ws",
"version": "0.0.3",
"version": "0.0.4",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@types/ws": "^8.0.0",
"ws": "8.11.0",
"isomorphic-ws": "5.0.0",
"@graphql-tools/utils": "9.1.1",
"@graphql-tools/utils": "9.1.2",
"@repeaterjs/repeater": "3.0.4",
"graphql-ws": "5.11.2",
"tslib": "^2.4.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/executors/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/executor-http

## 0.0.5

### Patch Changes

- Updated dependencies [[`13c24883`](https://github.com/ardatan/graphql-tools/commit/13c24883004d5330f7402cb20566e37535c5729b)]:
- @graphql-tools/utils@9.1.2

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/executors/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-http",
"version": "0.0.4",
"version": "0.0.5",
"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/utils": "9.1.1",
"@graphql-tools/utils": "9.1.2",
"value-or-promise": "1.0.11",
"@whatwg-node/fetch": "0.5.3",
"@repeaterjs/repeater": "3.0.4",
Expand Down
7 changes: 7 additions & 0 deletions packages/executors/legacy-ws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/executor-legacy-ws

## 0.0.4

### Patch Changes

- Updated dependencies [[`13c24883`](https://github.com/ardatan/graphql-tools/commit/13c24883004d5330f7402cb20566e37535c5729b)]:
- @graphql-tools/utils@9.1.2

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "0.0.3",
"version": "0.0.4",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@types/ws": "^8.0.0",
"@graphql-tools/utils": "9.1.1",
"@graphql-tools/utils": "9.1.2",
"isomorphic-ws": "5.0.0",
"ws": "8.11.0",
"tslib": "^2.4.0"
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

## 0.0.4

### Patch Changes

- Updated dependencies [[`13c24883`](https://github.com/ardatan/graphql-tools/commit/13c24883004d5330f7402cb20566e37535c5729b)]:
- @graphql-tools/utils@9.1.2

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "0.0.3",
"version": "0.0.4",
"description": "",
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,7 +49,7 @@
"access": "public"
},
"dependencies": {
"@graphql-tools/utils": "9.1.1",
"@graphql-tools/utils": "9.1.2",
"tslib": "^2.4.0"
},
"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.4.1

### Patch Changes

- Updated dependencies [[`13c24883`](https://github.com/ardatan/graphql-tools/commit/13c24883004d5330f7402cb20566e37535c5729b)]:
- @graphql-tools/utils@9.1.2

## 7.4.0

### Minor 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.4.0",
"version": "7.4.1",
"description": "Pluck graphql-tag template literals",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"@babel/traverse": "^7.16.8",
"@babel/types": "^7.16.8",
"@babel/plugin-syntax-import-assertions": "7.20.0",
"@graphql-tools/utils": "9.1.1",
"@graphql-tools/utils": "9.1.2",
"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.13

### Patch Changes

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

## 8.3.12

### 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.12",
"version": "8.3.13",
"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.10",
"@graphql-tools/schema": "9.0.11",
"tslib": "^2.4.0"
},
"type": "module"
Expand Down
Loading

0 comments on commit 90011f0

Please sign in to comment.