Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#3385)
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 Aug 16, 2021
1 parent 3cdf283 commit d018980
Show file tree
Hide file tree
Showing 53 changed files with 282 additions and 83 deletions.
5 changes: 0 additions & 5 deletions .changeset/shaggy-monkeys-smoke.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.12

### Patch Changes

- @graphql-tools/stitch@8.1.2
- @graphql-tools/stitching-directives@2.0.10

## 0.0.11

### 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.11",
"version": "0.0.12",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production node index.js",
Expand All @@ -11,8 +11,8 @@
"dependencies": {
"@apollo/gateway": "0.38.0",
"@apollo/federation": "0.29.0",
"@graphql-tools/stitch": "8.1.1",
"@graphql-tools/stitching-directives": "2.0.9",
"@graphql-tools/stitch": "8.1.2",
"@graphql-tools/stitching-directives": "2.0.10",
"express": "4.17.1",
"graphql": "15.5.1",
"graphql-tag": "2.12.5",
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.0.10

### Patch Changes

- Updated dependencies [2c807ddb]
- @graphql-tools/utils@8.1.1
- @graphql-tools/delegate@8.0.10

## 8.0.9

### 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.0.9",
"version": "8.0.10",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,14 +32,14 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/delegate": "8.0.9",
"@graphql-tools/utils": "8.1.0",
"@graphql-tools/delegate": "8.0.10",
"@graphql-tools/utils": "8.1.1",
"dataloader": "2.0.0",
"tslib": "~2.3.0"
},
"devDependencies": {
"@graphql-tools/schema": "^8.1.0",
"@graphql-tools/stitch": "^8.1.1"
"@graphql-tools/schema": "^8.1.1",
"@graphql-tools/stitch": "^8.1.2"
},
"publishConfig": {
"access": "public",
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.0.4

### Patch Changes

- Updated dependencies [2c807ddb]
- @graphql-tools/utils@8.1.1

## 8.0.3

### 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.0.3",
"version": "8.0.4",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/utils": "8.1.0",
"@graphql-tools/utils": "8.1.1",
"dataloader": "2.0.0",
"tslib": "~2.3.0",
"value-or-promise": "1.0.10"
Expand Down
9 changes: 9 additions & 0 deletions packages/delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/delegate

## 8.0.10

### Patch Changes

- Updated dependencies [2c807ddb]
- @graphql-tools/utils@8.1.1
- @graphql-tools/batch-execute@8.0.4
- @graphql-tools/schema@8.1.1

## 8.0.9

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/delegate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/delegate",
"version": "8.0.9",
"version": "8.0.10",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,9 +32,9 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/batch-execute": "^8.0.3",
"@graphql-tools/schema": "^8.1.0",
"@graphql-tools/utils": "8.1.0",
"@graphql-tools/batch-execute": "^8.0.4",
"@graphql-tools/schema": "^8.1.1",
"@graphql-tools/utils": "8.1.1",
"dataloader": "2.0.0",
"tslib": "~2.3.0",
"value-or-promise": "1.0.10"
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.0.4

### Patch Changes

- Updated dependencies [2c807ddb]
- @graphql-tools/utils@8.1.1

## 7.0.3

### 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.0.3",
"version": "7.0.4",
"description": "Pluck graphql-tag template literals",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"@babel/parser": "7.15.3",
"@babel/traverse": "7.15.0",
"@babel/types": "7.15.0",
"@graphql-tools/utils": "8.1.0",
"@graphql-tools/utils": "8.1.1",
"tslib": "~2.3.0"
},
"devDependencies": {
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.0.10

### Patch Changes

- Updated dependencies [2c807ddb]
- @graphql-tools/utils@8.1.1
- @graphql-tools/delegate@8.0.10

## 8.0.9

### 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.0.9",
"version": "8.0.10",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -45,8 +45,8 @@
"graphql-upload": "12.0.0"
},
"dependencies": {
"@graphql-tools/delegate": "8.0.9",
"@graphql-tools/utils": "8.1.0",
"@graphql-tools/delegate": "8.0.10",
"@graphql-tools/utils": "8.1.1",
"apollo-upload-client": "16.0.0",
"cross-fetch": "3.1.4",
"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.1.6

### Patch Changes

- Updated dependencies [2c807ddb]
- @graphql-tools/utils@8.1.1
- @graphql-tools/schema@8.1.1

## 7.1.5

### 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.1.5",
"version": "7.1.6",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,8 +34,8 @@
"graphql-type-json": "0.3.2"
},
"dependencies": {
"@graphql-tools/utils": "8.1.0",
"@graphql-tools/schema": "8.1.0",
"@graphql-tools/utils": "8.1.1",
"@graphql-tools/schema": "8.1.1",
"p-limit": "3.1.0",
"tslib": "~2.3.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.0.4

### Patch Changes

- Updated dependencies [2c807ddb]
- @graphql-tools/utils@8.1.1

## 7.0.3

### 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.0.3",
"version": "7.0.4",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"graphql": "^14.0.0 || ^15.0.0"
},
"dependencies": {
"@graphql-tools/utils": "8.1.0",
"@graphql-tools/utils": "8.1.1",
"cross-fetch": "3.1.4",
"tslib": "~2.3.0",
"sync-fetch": "0.3.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.0.4

### Patch Changes

- Updated dependencies [2c807ddb]
- @graphql-tools/utils@8.1.1
- @graphql-tools/graphql-tag-pluck@7.0.4

## 7.0.3

### 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.0.3",
"version": "7.0.4",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,8 +30,8 @@
"graphql": "^14.0.0 || ^15.0.0"
},
"dependencies": {
"@graphql-tools/utils": "8.1.0",
"@graphql-tools/graphql-tag-pluck": "^7.0.3",
"@graphql-tools/utils": "8.1.1",
"@graphql-tools/graphql-tag-pluck": "^7.0.4",
"globby": "^11.0.3",
"tslib": "~2.3.0",
"unixify": "^1.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/loaders/git/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/git-loader

## 7.0.4

### Patch Changes

- Updated dependencies [2c807ddb]
- @graphql-tools/utils@8.1.1
- @graphql-tools/graphql-tag-pluck@7.0.4

## 7.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.0.3",
"version": "7.0.4",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,8 +30,8 @@
"graphql": "^14.0.0 || ^15.0.0"
},
"dependencies": {
"@graphql-tools/graphql-tag-pluck": "^7.0.3",
"@graphql-tools/utils": "8.1.0",
"@graphql-tools/graphql-tag-pluck": "^7.0.4",
"@graphql-tools/utils": "8.1.1",
"is-glob": "4.0.1",
"micromatch": "^4.0.4",
"tslib": "~2.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/loaders/github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/github-loader

## 7.0.4

### Patch Changes

- Updated dependencies [2c807ddb]
- @graphql-tools/utils@8.1.1
- @graphql-tools/graphql-tag-pluck@7.0.4

## 7.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/loaders/github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/github-loader",
"version": "7.0.3",
"version": "7.0.4",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,8 +30,8 @@
"graphql": "^14.0.0 || ^15.0.0"
},
"dependencies": {
"@graphql-tools/utils": "8.1.0",
"@graphql-tools/graphql-tag-pluck": "^7.0.3",
"@graphql-tools/utils": "8.1.1",
"@graphql-tools/graphql-tag-pluck": "^7.0.4",
"cross-fetch": "3.1.4",
"tslib": "~2.3.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/graphql-file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/graphql-file-loader

## 7.0.4

### Patch Changes

- Updated dependencies [2c807ddb]
- @graphql-tools/utils@8.1.1

## 7.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/graphql-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/graphql-file-loader",
"version": "7.0.3",
"version": "7.0.4",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@graphql-tools/import": "^6.2.6",
"@graphql-tools/utils": "8.1.0",
"@graphql-tools/utils": "8.1.1",
"globby": "^11.0.3",
"unixify": "^1.0.0",
"tslib": "~2.3.0"
Expand Down
Loading

1 comment on commit d018980

@vercel
Copy link

@vercel vercel bot commented on d018980 Aug 16, 2021

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.