Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#3394)
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 19, 2021
1 parent e50852e commit 8f18f8c
Show file tree
Hide file tree
Showing 54 changed files with 280 additions and 94 deletions.
11 changes: 0 additions & 11 deletions .changeset/chatty-parrots-smash.md

This file was deleted.

29 changes: 0 additions & 29 deletions .changeset/late-carrots-beg.md

This file was deleted.

9 changes: 9 additions & 0 deletions benchmark/federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# federation-benchmark

## 0.0.13

### Patch Changes

- Updated dependencies [631b11bd]
- Updated dependencies [e50852e6]
- @graphql-tools/stitch@8.2.0
- @graphql-tools/stitching-directives@2.0.11

## 0.0.12

### 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.12",
"version": "0.0.13",
"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.2",
"@graphql-tools/stitching-directives": "2.0.10",
"@graphql-tools/stitch": "8.2.0",
"@graphql-tools/stitching-directives": "2.0.11",
"express": "4.17.1",
"graphql": "15.5.1",
"graphql-tag": "2.12.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/batch-delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/batch-delegate

## 8.0.11

### Patch Changes

- e50852e6: use version ranges instead of a fixed version for the graphql-tools package versions
- Updated dependencies [631b11bd]
- Updated dependencies [e50852e6]
- @graphql-tools/delegate@8.1.0

## 8.0.10

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.10",
"version": "8.0.11",
"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.10",
"@graphql-tools/delegate": "^8.1.0",
"@graphql-tools/utils": "^8.1.1",
"dataloader": "2.0.0",
"tslib": "~2.3.0"
},
"devDependencies": {
"@graphql-tools/schema": "^8.1.1",
"@graphql-tools/stitch": "^8.1.2"
"@graphql-tools/schema": "^8.1.2",
"@graphql-tools/stitch": "^8.2.0"
},
"publishConfig": {
"access": "public",
Expand Down
12 changes: 12 additions & 0 deletions packages/batch-execute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @graphql-tools/batch-execute

## 8.0.5

### Patch Changes

- 631b11bd: refactor(delegationPlanner): introduce static version of our piecemeal planner

...which, although undocumented, can be accessed within the StitchingInfo object saved in a stitched schema's extensions.

Also improves memoization technique slightly across the board.

- e50852e6: use version ranges instead of a fixed version for the graphql-tools package versions

## 8.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "8.0.5",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down
18 changes: 18 additions & 0 deletions packages/delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @graphql-tools/delegate

## 8.1.0

### Minor Changes

- 631b11bd: refactor(delegationPlanner): introduce static version of our piecemeal planner

...which, although undocumented, can be accessed within the StitchingInfo object saved in a stitched schema's extensions.

Also improves memoization technique slightly across the board.

### Patch Changes

- e50852e6: use version ranges instead of a fixed version for the graphql-tools package versions
- Updated dependencies [631b11bd]
- Updated dependencies [e50852e6]
- @graphql-tools/batch-execute@8.0.5
- @graphql-tools/schema@8.1.2

## 8.0.10

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.10",
"version": "8.1.0",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,8 +32,8 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/batch-execute": "^8.0.4",
"@graphql-tools/schema": "^8.1.1",
"@graphql-tools/batch-execute": "^8.0.5",
"@graphql-tools/schema": "^8.1.2",
"@graphql-tools/utils": "^8.1.1",
"dataloader": "2.0.0",
"tslib": "~2.3.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-tag-pluck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/graphql-tag-pluck

## 7.0.5

### Patch Changes

- e50852e6: use version ranges instead of a fixed version for the graphql-tools package versions

## 7.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "7.0.5",
"description": "Pluck graphql-tag template literals",
"license": "MIT",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/links/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/links

## 8.0.11

### Patch Changes

- e50852e6: use version ranges instead of a fixed version for the graphql-tools package versions
- Updated dependencies [631b11bd]
- Updated dependencies [e50852e6]
- @graphql-tools/delegate@8.1.0

## 8.0.10

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

### Patch Changes

- e50852e6: use version ranges instead of a fixed version for the graphql-tools package versions
- Updated dependencies [e50852e6]
- @graphql-tools/schema@8.1.2

## 7.1.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.6",
"version": "7.1.7",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@graphql-tools/utils": "^8.1.1",
"@graphql-tools/schema": "8.1.1",
"@graphql-tools/schema": "8.1.2",
"p-limit": "3.1.0",
"tslib": "~2.3.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/loaders/apollo-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/apollo-engine-loader

## 7.0.5

### Patch Changes

- e50852e6: use version ranges instead of a fixed version for the graphql-tools package versions

## 7.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "7.0.5",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
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.5

### Patch Changes

- e50852e6: use version ranges instead of a fixed version for the graphql-tools package versions
- Updated dependencies [e50852e6]
- @graphql-tools/graphql-tag-pluck@7.0.5

## 7.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.4",
"version": "7.0.5",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@graphql-tools/utils": "^8.1.1",
"@graphql-tools/graphql-tag-pluck": "^7.0.4",
"@graphql-tools/graphql-tag-pluck": "^7.0.5",
"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.5

### Patch Changes

- e50852e6: use version ranges instead of a fixed version for the graphql-tools package versions
- Updated dependencies [e50852e6]
- @graphql-tools/graphql-tag-pluck@7.0.5

## 7.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.4",
"version": "7.0.5",
"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/graphql-tag-pluck": "^7.0.4",
"@graphql-tools/graphql-tag-pluck": "^7.0.5",
"@graphql-tools/utils": "^8.1.1",
"is-glob": "4.0.1",
"micromatch": "^4.0.4",
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.5

### Patch Changes

- e50852e6: use version ranges instead of a fixed version for the graphql-tools package versions
- Updated dependencies [e50852e6]
- @graphql-tools/graphql-tag-pluck@7.0.5

## 7.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.4",
"version": "7.0.5",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@graphql-tools/utils": "^8.1.1",
"@graphql-tools/graphql-tag-pluck": "^7.0.4",
"@graphql-tools/graphql-tag-pluck": "^7.0.5",
"cross-fetch": "3.1.4",
"tslib": "~2.3.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/loaders/graphql-file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/graphql-file-loader

## 7.0.5

### Patch Changes

- e50852e6: use version ranges instead of a fixed version for the graphql-tools package versions

## 7.0.4

### Patch Changes
Expand Down
Loading

1 comment on commit 8f18f8c

@vercel
Copy link

@vercel vercel bot commented on 8f18f8c Aug 19, 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.