Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#3318)
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 4992b47 commit 4fe212d
Show file tree
Hide file tree
Showing 14 changed files with 61 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/olive-trainers-shop.md

This file was deleted.

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

## 0.0.6

### Patch Changes

- @graphql-tools/stitch@8.0.5

## 0.0.5

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

## 7.1.2

### Patch Changes

- Updated dependencies [4992b472]
- @graphql-tools/merge@7.0.0

## 7.1.1

### 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.1",
"version": "7.1.2",
"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.0.2",
"@graphql-tools/merge": "^6.2.17",
"@graphql-tools/merge": "^7.0.0",
"import-from": "4.0.0",
"p-limit": "3.1.0",
"tslib": "~2.3.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/merge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-tools/merge

## 7.0.0

### Major Changes

- 4992b472: BREAKING: change type signature and generic parameters of `mergeResolvers`

### Patch Changes

- @graphql-tools/schema@8.0.3

## 6.2.17

### 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": "6.2.17",
"version": "7.0.0",
"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/schema": "^8.0.2",
"@graphql-tools/schema": "^8.0.3",
"@graphql-tools/utils": "8.0.2",
"tslib": "~2.3.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/mock

## 8.1.8

### Patch Changes

- Updated dependencies [4992b472]
- @graphql-tools/merge@7.0.0
- @graphql-tools/schema@8.0.3

## 8.1.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/mock",
"version": "8.1.7",
"version": "8.1.8",
"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/schema": "^8.0.2",
"@graphql-tools/merge": "6.2.17",
"@graphql-tools/schema": "^8.0.3",
"@graphql-tools/merge": "7.0.0",
"@graphql-tools/utils": "8.0.2",
"fast-json-stable-stringify": "^2.1.0",
"tslib": "~2.3.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/schema

## 8.0.3

### Patch Changes

- Updated dependencies [4992b472]
- @graphql-tools/merge@7.0.0

## 8.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/schema",
"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 @@ -35,7 +35,7 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/merge": "6.2.17",
"@graphql-tools/merge": "7.0.0",
"@graphql-tools/utils": "8.0.2",
"tslib": "~2.3.0",
"value-or-promise": "1.0.10"
Expand Down
8 changes: 8 additions & 0 deletions packages/stitch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/stitch

## 8.0.5

### Patch Changes

- Updated dependencies [4992b472]
- @graphql-tools/merge@7.0.0
- @graphql-tools/schema@8.0.3

## 8.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "8.0.5",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,8 +39,8 @@
"dependencies": {
"@graphql-tools/batch-delegate": "8.0.4",
"@graphql-tools/delegate": "8.0.4",
"@graphql-tools/merge": "^6.2.17",
"@graphql-tools/schema": "^8.0.2",
"@graphql-tools/merge": "^7.0.0",
"@graphql-tools/schema": "^8.0.3",
"@graphql-tools/utils": "8.0.2",
"@graphql-tools/wrap": "^8.0.4",
"tslib": "~2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/stitching-directives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"tslib": "~2.3.0"
},
"devDependencies": {
"@graphql-tools/schema": "8.0.2"
"@graphql-tools/schema": "8.0.3"
},
"publishConfig": {
"access": "public",
Expand Down

1 comment on commit 4fe212d

@vercel
Copy link

@vercel vercel bot commented on 4fe212d 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.