Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#3321)
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 Aug 5, 2021
1 parent 7fdef33 commit 782dbf2
Show file tree
Hide file tree
Showing 17 changed files with 78 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/serious-apes-check.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.7

### Patch Changes

- @graphql-tools/stitch@8.0.6
- @graphql-tools/stitching-directives@2.0.5

## 0.0.6

### 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.6",
"version": "0.0.7",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production node index.js",
Expand All @@ -11,8 +11,8 @@
"dependencies": {
"@apollo/gateway": "0.36.0",
"@apollo/federation": "0.28.0",
"@graphql-tools/stitch": "8.0.5",
"@graphql-tools/stitching-directives": "2.0.4",
"@graphql-tools/stitch": "8.0.6",
"@graphql-tools/stitching-directives": "2.0.5",
"express": "4.17.1",
"graphql": "15.5.1",
"graphql-tag": "2.12.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/batch-delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/batch-delegate

## 8.0.5

### Patch Changes

- Updated dependencies [7fdef335]
- @graphql-tools/delegate@8.0.5

## 8.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "8.0.5",
"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.4",
"@graphql-tools/delegate": "8.0.5",
"@graphql-tools/utils": "8.0.2",
"dataloader": "2.0.0",
"tslib": "~2.3.0"
},
"devDependencies": {
"@graphql-tools/schema": "^8.0.2",
"@graphql-tools/stitch": "^8.0.4"
"@graphql-tools/stitch": "^8.0.6"
},
"publishConfig": {
"access": "public",
Expand Down
6 changes: 6 additions & 0 deletions packages/delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/delegate

## 8.0.5

### Patch Changes

- 7fdef335: fix(delegate): handle variables correctly

## 8.0.4

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

## 8.0.5

### Patch Changes

- Updated dependencies [7fdef335]
- @graphql-tools/delegate@8.0.5

## 8.0.4

### 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.4",
"version": "8.0.5",
"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.4",
"@graphql-tools/delegate": "8.0.5",
"@graphql-tools/utils": "8.0.2",
"apollo-upload-client": "16.0.0",
"cross-fetch": "3.1.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/loaders/url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/url-loader

## 7.0.5

### Patch Changes

- Updated dependencies [7fdef335]
- @graphql-tools/delegate@8.0.5
- @graphql-tools/wrap@8.0.5

## 7.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/loaders/url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/url-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 @@ -43,9 +43,9 @@
"mock-socket": "9.0.3"
},
"dependencies": {
"@graphql-tools/delegate": "8.0.4",
"@graphql-tools/delegate": "8.0.5",
"@graphql-tools/utils": "8.0.2",
"@graphql-tools/wrap": "^8.0.4",
"@graphql-tools/wrap": "^8.0.5",
"@ardatan/fetch-event-source": "2.0.2",
"@n1ru4l/graphql-live-query": "0.7.1",
"@types/websocket": "1.0.4",
Expand Down
9 changes: 9 additions & 0 deletions packages/stitch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/stitch

## 8.0.6

### Patch Changes

- Updated dependencies [7fdef335]
- @graphql-tools/delegate@8.0.5
- @graphql-tools/batch-delegate@8.0.5
- @graphql-tools/wrap@8.0.5

## 8.0.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/stitch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/stitch",
"version": "8.0.5",
"version": "8.0.6",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,12 +37,12 @@
"value-or-promise": "1.0.10"
},
"dependencies": {
"@graphql-tools/batch-delegate": "8.0.4",
"@graphql-tools/delegate": "8.0.4",
"@graphql-tools/batch-delegate": "8.0.5",
"@graphql-tools/delegate": "8.0.5",
"@graphql-tools/merge": "^7.0.0",
"@graphql-tools/schema": "^8.0.3",
"@graphql-tools/utils": "8.0.2",
"@graphql-tools/wrap": "^8.0.4",
"@graphql-tools/wrap": "^8.0.5",
"tslib": "~2.3.0"
},
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/stitching-directives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/stitching-directives

## 2.0.5

### Patch Changes

- Updated dependencies [7fdef335]
- @graphql-tools/delegate@8.0.5

## 2.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/stitching-directives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/stitching-directives",
"version": "2.0.4",
"version": "2.0.5",
"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/delegate": "8.0.4",
"@graphql-tools/delegate": "8.0.5",
"@graphql-tools/utils": "8.0.2",
"tslib": "~2.3.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/wrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/wrap

## 8.0.5

### Patch Changes

- Updated dependencies [7fdef335]
- @graphql-tools/delegate@8.0.5

## 8.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/wrap",
"version": "8.0.4",
"version": "8.0.5",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,7 +35,7 @@
"is-promise": "4.0.0"
},
"dependencies": {
"@graphql-tools/delegate": "8.0.4",
"@graphql-tools/delegate": "8.0.5",
"@graphql-tools/schema": "^8.0.2",
"@graphql-tools/utils": "8.0.2",
"tslib": "~2.3.0",
Expand Down

1 comment on commit 782dbf2

@vercel
Copy link

@vercel vercel bot commented on 782dbf2 Aug 5, 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.