Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#4691)
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 Sep 5, 2022
1 parent 500e7b9 commit bd20dd0
Show file tree
Hide file tree
Showing 61 changed files with 315 additions and 99 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-camels-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-gifts-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-chairs-judge.md

This file was deleted.

8 changes: 8 additions & 0 deletions benchmark/federation/CHANGELOG.md
@@ -1,5 +1,13 @@
# federation-benchmark

## 0.0.49

### Patch Changes

- Updated dependencies []:
- @graphql-tools/stitch@8.7.8
- @graphql-tools/stitching-directives@2.3.8

## 0.0.48

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions benchmark/federation/package.json
@@ -1,6 +1,6 @@
{
"name": "federation-benchmark",
"version": "0.0.48",
"version": "0.0.49",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production node index.js",
Expand All @@ -11,8 +11,8 @@
"dependencies": {
"@apollo/gateway": "2.1.1",
"@apollo/federation": "0.36.1",
"@graphql-tools/stitch": "8.7.7",
"@graphql-tools/stitching-directives": "2.3.7",
"@graphql-tools/stitch": "8.7.8",
"@graphql-tools/stitching-directives": "2.3.8",
"express": "4.18.1",
"graphql": "16.6.0",
"graphql-tag": "2.12.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/batch-delegate/CHANGELOG.md
@@ -1,5 +1,13 @@
# @graphql-tools/batch-delegate

## 8.3.8

### Patch Changes

- Updated dependencies [[`71cb4fae`](https://github.com/ardatan/graphql-tools/commit/71cb4faeb0833a228520a7bc2beed8ac7274443f), [`403ed450`](https://github.com/ardatan/graphql-tools/commit/403ed4507eff7cd509f410f7542a702da72e1a9a)]:
- @graphql-tools/utils@8.11.0
- @graphql-tools/delegate@9.0.5

## 8.3.7

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/batch-delegate/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/batch-delegate",
"version": "8.3.7",
"version": "8.3.8",
"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.4",
"@graphql-tools/utils": "8.10.1",
"@graphql-tools/delegate": "9.0.5",
"@graphql-tools/utils": "8.11.0",
"dataloader": "2.1.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "9.0.2",
"@graphql-tools/stitch": "8.7.7"
"@graphql-tools/schema": "9.0.3",
"@graphql-tools/stitch": "8.7.8"
},
"publishConfig": {
"directory": "dist",
Expand Down
7 changes: 7 additions & 0 deletions packages/batch-execute/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-tools/batch-execute

## 8.5.5

### Patch Changes

- Updated dependencies [[`71cb4fae`](https://github.com/ardatan/graphql-tools/commit/71cb4faeb0833a228520a7bc2beed8ac7274443f), [`403ed450`](https://github.com/ardatan/graphql-tools/commit/403ed4507eff7cd509f410f7542a702da72e1a9a)]:
- @graphql-tools/utils@8.11.0

## 8.5.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/batch-execute/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/batch-execute",
"version": "8.5.4",
"version": "8.5.5",
"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.10.1",
"@graphql-tools/utils": "8.11.0",
"dataloader": "2.1.0",
"tslib": "^2.4.0",
"value-or-promise": "1.0.11"
Expand Down
9 changes: 9 additions & 0 deletions packages/delegate/CHANGELOG.md
@@ -1,5 +1,14 @@
# @graphql-tools/delegate

## 9.0.5

### Patch Changes

- Updated dependencies [[`71cb4fae`](https://github.com/ardatan/graphql-tools/commit/71cb4faeb0833a228520a7bc2beed8ac7274443f), [`403ed450`](https://github.com/ardatan/graphql-tools/commit/403ed4507eff7cd509f410f7542a702da72e1a9a)]:
- @graphql-tools/utils@8.11.0
- @graphql-tools/batch-execute@8.5.5
- @graphql-tools/schema@9.0.3

## 9.0.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/delegate/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/delegate",
"version": "9.0.4",
"version": "9.0.5",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,9 +53,9 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/batch-execute": "8.5.4",
"@graphql-tools/schema": "9.0.2",
"@graphql-tools/utils": "8.10.1",
"@graphql-tools/batch-execute": "8.5.5",
"@graphql-tools/schema": "9.0.3",
"@graphql-tools/utils": "8.11.0",
"dataloader": "2.1.0",
"tslib": "~2.4.0",
"value-or-promise": "1.0.11"
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql-tag-pluck/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-tools/graphql-tag-pluck

## 7.3.5

### Patch Changes

- Updated dependencies [[`71cb4fae`](https://github.com/ardatan/graphql-tools/commit/71cb4faeb0833a228520a7bc2beed8ac7274443f), [`403ed450`](https://github.com/ardatan/graphql-tools/commit/403ed4507eff7cd509f410f7542a702da72e1a9a)]:
- @graphql-tools/utils@8.11.0

## 7.3.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-tag-pluck/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/graphql-tag-pluck",
"version": "7.3.4",
"version": "7.3.5",
"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.10.1",
"@graphql-tools/utils": "8.11.0",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql-tools/CHANGELOG.md
@@ -1,5 +1,12 @@
# graphql-tools

## 8.3.5

### Patch Changes

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

## 8.3.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-tools/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-tools",
"version": "8.3.4",
"version": "8.3.5",
"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.2",
"@graphql-tools/schema": "9.0.3",
"tslib": "^2.4.0"
},
"type": "module"
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql/CHANGELOG.md
@@ -0,0 +1,7 @@
# @graphql-tools/graphql

## 0.0.1

### Patch Changes

- [#4688](https://github.com/ardatan/graphql-tools/pull/4688) [`72dadfe5`](https://github.com/ardatan/graphql-tools/commit/72dadfe558a18e6ac41da28f5965eb740f4f368e) Thanks [@saihaj](https://github.com/saihaj)! - initial release
2 changes: 1 addition & 1 deletion packages/graphql/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/graphql",
"version": "0.0.0",
"version": "0.0.1",
"author": "Saihajpreet Singh <saihajpreet.singh@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/import/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-tools/import

## 6.7.5

### Patch Changes

- Updated dependencies [[`71cb4fae`](https://github.com/ardatan/graphql-tools/commit/71cb4faeb0833a228520a7bc2beed8ac7274443f), [`403ed450`](https://github.com/ardatan/graphql-tools/commit/403ed4507eff7cd509f410f7542a702da72e1a9a)]:
- @graphql-tools/utils@8.11.0

## 6.7.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/import/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/import",
"version": "6.7.4",
"version": "6.7.5",
"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.10.1",
"@graphql-tools/utils": "8.11.0",
"resolve-from": "5.0.0",
"tslib": "^2.4.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/links/CHANGELOG.md
@@ -1,5 +1,13 @@
# @graphql-tools/links

## 8.3.8

### Patch Changes

- Updated dependencies [[`71cb4fae`](https://github.com/ardatan/graphql-tools/commit/71cb4faeb0833a228520a7bc2beed8ac7274443f), [`403ed450`](https://github.com/ardatan/graphql-tools/commit/403ed4507eff7cd509f410f7542a702da72e1a9a)]:
- @graphql-tools/utils@8.11.0
- @graphql-tools/delegate@9.0.5

## 8.3.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/links/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/links",
"version": "8.3.7",
"version": "8.3.8",
"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.4",
"@graphql-tools/utils": "8.10.1",
"@graphql-tools/delegate": "9.0.5",
"@graphql-tools/utils": "8.11.0",
"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
@@ -1,5 +1,13 @@
# @graphql-tools/load

## 7.7.6

### Patch Changes

- Updated dependencies [[`71cb4fae`](https://github.com/ardatan/graphql-tools/commit/71cb4faeb0833a228520a7bc2beed8ac7274443f), [`403ed450`](https://github.com/ardatan/graphql-tools/commit/403ed4507eff7cd509f410f7542a702da72e1a9a)]:
- @graphql-tools/utils@8.11.0
- @graphql-tools/schema@9.0.3

## 7.7.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/load/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/load",
"version": "7.7.5",
"version": "7.7.6",
"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.10.1",
"@graphql-tools/schema": "9.0.2",
"@graphql-tools/utils": "8.11.0",
"@graphql-tools/schema": "9.0.3",
"p-limit": "3.1.0",
"tslib": "^2.4.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/apollo-engine/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-tools/apollo-engine-loader

## 7.3.11

### Patch Changes

- Updated dependencies [[`71cb4fae`](https://github.com/ardatan/graphql-tools/commit/71cb4faeb0833a228520a7bc2beed8ac7274443f), [`403ed450`](https://github.com/ardatan/graphql-tools/commit/403ed4507eff7cd509f410f7542a702da72e1a9a)]:
- @graphql-tools/utils@8.11.0

## 7.3.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/apollo-engine/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/apollo-engine-loader",
"version": "7.3.10",
"version": "7.3.11",
"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.10.1",
"@graphql-tools/utils": "8.11.0",
"@whatwg-node/fetch": "^0.3.0",
"tslib": "^2.4.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/loaders/code-file/CHANGELOG.md
@@ -1,5 +1,13 @@
# @graphql-tools/code-file-loader

## 7.3.5

### Patch Changes

- Updated dependencies [[`71cb4fae`](https://github.com/ardatan/graphql-tools/commit/71cb4faeb0833a228520a7bc2beed8ac7274443f), [`403ed450`](https://github.com/ardatan/graphql-tools/commit/403ed4507eff7cd509f410f7542a702da72e1a9a)]:
- @graphql-tools/utils@8.11.0
- @graphql-tools/graphql-tag-pluck@7.3.5

## 7.3.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/loaders/code-file/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/code-file-loader",
"version": "7.3.4",
"version": "7.3.5",
"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.10.1",
"@graphql-tools/graphql-tag-pluck": "7.3.4",
"@graphql-tools/utils": "8.11.0",
"@graphql-tools/graphql-tag-pluck": "7.3.5",
"globby": "^11.0.3",
"tslib": "^2.4.0",
"unixify": "^1.0.0"
Expand Down

1 comment on commit bd20dd0

@vercel
Copy link

@vercel vercel bot commented on bd20dd0 Sep 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.