Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#3416)
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 24, 2021
1 parent c8c13ed commit 4d0d406
Show file tree
Hide file tree
Showing 27 changed files with 128 additions and 53 deletions.
10 changes: 0 additions & 10 deletions .changeset/happy-ants-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-weeks-buy.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/moody-months-turn.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.14

### Patch Changes

- Updated dependencies [c8c13ed1]
- @graphql-tools/stitch@8.2.1

## 0.0.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.13",
"version": "0.0.14",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production node index.js",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@apollo/gateway": "0.38.0",
"@apollo/federation": "0.29.0",
"@graphql-tools/stitch": "8.2.0",
"@graphql-tools/stitch": "8.2.1",
"@graphql-tools/stitching-directives": "2.0.11",
"express": "4.17.1",
"graphql": "15.5.1",
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.12

### Patch Changes

- c8c13ed1: enhance: remove TypeMap and small improvements
- Updated dependencies [c8c13ed1]
- @graphql-tools/delegate@8.1.1
- @graphql-tools/utils@8.1.2

## 8.0.11

### 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.11",
"version": "8.0.12",
"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.1.0",
"@graphql-tools/utils": "^8.1.1",
"@graphql-tools/delegate": "^8.1.1",
"@graphql-tools/utils": "^8.1.2",
"dataloader": "2.0.0",
"tslib": "~2.3.0"
},
"devDependencies": {
"@graphql-tools/schema": "^8.1.2",
"@graphql-tools/stitch": "^8.2.0"
"@graphql-tools/stitch": "^8.2.1"
},
"publishConfig": {
"access": "public",
Expand Down
8 changes: 8 additions & 0 deletions packages/delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/delegate

## 8.1.1

### Patch Changes

- c8c13ed1: enhance: remove TypeMap and small improvements
- Updated dependencies [c8c13ed1]
- @graphql-tools/utils@8.1.2

## 8.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.1.0",
"version": "8.1.1",
"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/batch-execute": "^8.0.5",
"@graphql-tools/schema": "^8.1.2",
"@graphql-tools/utils": "^8.1.1",
"@graphql-tools/utils": "^8.1.2",
"dataloader": "2.0.0",
"tslib": "~2.3.0",
"value-or-promise": "1.0.10"
Expand Down
9 changes: 9 additions & 0 deletions packages/load/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/load

## 7.1.9

### Patch Changes

- c8c13ed1: enhance: remove TypeMap and small improvements
- c8c13ed1: enhance(load): handle multiple errors correctly
- Updated dependencies [c8c13ed1]
- @graphql-tools/utils@8.1.2

## 7.1.8

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

### Patch Changes

- c8c13ed1: enhance(load): handle multiple errors correctly
- Updated dependencies [c8c13ed1]
- @graphql-tools/utils@8.1.2

## 7.0.6

### 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.6",
"version": "7.0.7",
"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.1",
"@graphql-tools/utils": "^8.1.2",
"@graphql-tools/graphql-tag-pluck": "^7.0.5",
"globby": "^11.0.3",
"tslib": "~2.3.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.6

### Patch Changes

- c8c13ed1: enhance(load): handle multiple errors correctly
- Updated dependencies [c8c13ed1]
- @graphql-tools/utils@8.1.2

## 7.0.5

### 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.5",
"version": "7.0.6",
"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/graphql-tag-pluck": "^7.0.5",
"@graphql-tools/utils": "^8.1.1",
"@graphql-tools/utils": "^8.1.2",
"is-glob": "4.0.1",
"micromatch": "^4.0.4",
"tslib": "~2.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/loaders/graphql-file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/graphql-file-loader

## 7.0.6

### Patch Changes

- c8c13ed1: enhance(load): handle multiple errors correctly
- Updated dependencies [c8c13ed1]
- @graphql-tools/utils@8.1.2

## 7.0.5

### 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.5",
"version": "7.0.6",
"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.1",
"@graphql-tools/utils": "^8.1.2",
"globby": "^11.0.3",
"unixify": "^1.0.0",
"tslib": "~2.3.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/loaders/json-file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/json-file-loader

## 7.1.3

### Patch Changes

- c8c13ed1: enhance(load): handle multiple errors correctly
- Updated dependencies [c8c13ed1]
- @graphql-tools/utils@8.1.2

## 7.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/json-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/json-file-loader",
"version": "7.1.2",
"version": "7.1.3",
"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.1",
"@graphql-tools/utils": "^8.1.2",
"globby": "^11.0.3",
"unixify": "^1.0.0",
"tslib": "~2.3.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/loaders/url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/url-loader

## 7.0.12

### Patch Changes

- e4dc54de: Add missing `@types/ws` dependency
- Updated dependencies [c8c13ed1]
- @graphql-tools/delegate@8.1.1
- @graphql-tools/utils@8.1.2

## 7.0.11

### 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.11",
"version": "7.0.12",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,8 +42,8 @@
"mock-socket": "9.0.3"
},
"dependencies": {
"@graphql-tools/delegate": "^8.1.0",
"@graphql-tools/utils": "^8.1.1",
"@graphql-tools/delegate": "^8.1.1",
"@graphql-tools/utils": "^8.1.2",
"@graphql-tools/wrap": "^8.0.13",
"@ardatan/fetch-event-source": "2.0.2",
"@n1ru4l/graphql-live-query": "0.7.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/merge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/merge

## 8.0.3

### Patch Changes

- c8c13ed1: enhance: remove TypeMap and small improvements
- Updated dependencies [c8c13ed1]
- @graphql-tools/utils@8.1.2

## 8.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/merge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/merge",
"version": "8.0.2",
"version": "8.0.3",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/utils": "^8.1.1",
"@graphql-tools/utils": "^8.1.2",
"tslib": "~2.3.0"
},
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/stitch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-tools/stitch

## 8.2.1

### Patch Changes

- c8c13ed1: enhance: remove TypeMap and small improvements
- Updated dependencies [c8c13ed1]
- @graphql-tools/batch-delegate@8.0.12
- @graphql-tools/delegate@8.1.1
- @graphql-tools/merge@8.0.3
- @graphql-tools/utils@8.1.2

## 8.2.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 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.2.0",
"version": "8.2.1",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,11 +37,11 @@
"value-or-promise": "1.0.10"
},
"dependencies": {
"@graphql-tools/batch-delegate": "8.0.11",
"@graphql-tools/delegate": "^8.1.0",
"@graphql-tools/merge": "^8.0.2",
"@graphql-tools/batch-delegate": "8.0.12",
"@graphql-tools/delegate": "^8.1.1",
"@graphql-tools/merge": "^8.0.3",
"@graphql-tools/schema": "^8.1.2",
"@graphql-tools/utils": "^8.1.1",
"@graphql-tools/utils": "^8.1.2",
"@graphql-tools/wrap": "^8.0.13",
"tslib": "~2.3.0"
},
Expand Down
Loading

1 comment on commit 4d0d406

@vercel
Copy link

@vercel vercel bot commented on 4d0d406 Aug 24, 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.