Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#4513)
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 Jun 7, 2022
1 parent 041c5ba commit 8b63198
Show file tree
Hide file tree
Showing 65 changed files with 363 additions and 124 deletions.
35 changes: 0 additions & 35 deletions .changeset/fifty-bobcats-report.md

This file was deleted.

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

## 0.0.39

### Patch Changes

- Updated dependencies [041c5ba1]
- @graphql-tools/stitch@8.6.13
- @graphql-tools/stitching-directives@2.2.18

## 0.0.38

### 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.38",
"version": "0.0.39",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production node index.js",
Expand All @@ -11,8 +11,8 @@
"dependencies": {
"@apollo/gateway": "2.0.4",
"@apollo/federation": "0.36.1",
"@graphql-tools/stitch": "8.6.12",
"@graphql-tools/stitching-directives": "2.2.17",
"@graphql-tools/stitch": "8.6.13",
"@graphql-tools/stitching-directives": "2.2.18",
"express": "4.18.1",
"graphql": "16.5.0",
"graphql-executor": "0.0.23",
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.2.20

### Patch Changes

- 041c5ba1: Use caret range for the tslib dependency
- Updated dependencies [041c5ba1]
- @graphql-tools/delegate@8.7.11
- @graphql-tools/utils@8.6.13

## 8.2.19

### 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.2.19",
"version": "8.2.20",
"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.7.10",
"@graphql-tools/utils": "8.6.12",
"@graphql-tools/delegate": "8.7.11",
"@graphql-tools/utils": "8.6.13",
"dataloader": "2.1.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "8.3.13",
"@graphql-tools/stitch": "8.6.12"
"@graphql-tools/schema": "8.3.14",
"@graphql-tools/stitch": "8.6.13"
},
"publishConfig": {
"access": "public",
Expand Down
8 changes: 8 additions & 0 deletions packages/batch-execute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/batch-execute

## 8.4.10

### Patch Changes

- 041c5ba1: Use caret range for the tslib dependency
- Updated dependencies [041c5ba1]
- @graphql-tools/utils@8.6.13

## 8.4.9

### 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.4.9",
"version": "8.4.10",
"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.6.12",
"@graphql-tools/utils": "8.6.13",
"dataloader": "2.1.0",
"tslib": "^2.4.0",
"value-or-promise": "1.0.11"
Expand Down
10 changes: 10 additions & 0 deletions packages/delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-tools/delegate

## 8.7.11

### Patch Changes

- 041c5ba1: Use caret range for the tslib dependency
- Updated dependencies [041c5ba1]
- @graphql-tools/batch-execute@8.4.10
- @graphql-tools/schema@8.3.14
- @graphql-tools/utils@8.6.13

## 8.7.10

### 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.7.10",
"version": "8.7.11",
"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.4.9",
"@graphql-tools/schema": "8.3.13",
"@graphql-tools/utils": "8.6.12",
"@graphql-tools/batch-execute": "8.4.10",
"@graphql-tools/schema": "8.3.14",
"@graphql-tools/utils": "8.6.13",
"dataloader": "2.1.0",
"graphql-executor": "0.0.23",
"tslib": "^2.4.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/graphql-tag-pluck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/graphql-tag-pluck

## 7.2.10

### Patch Changes

- 041c5ba1: Use caret range for the tslib dependency
- Updated dependencies [041c5ba1]
- @graphql-tools/utils@8.6.13

## 7.2.9

### 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.2.9",
"version": "7.2.10",
"description": "Pluck graphql-tag template literals",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"@babel/parser": "^7.16.8",
"@babel/traverse": "^7.16.8",
"@babel/types": "^7.16.8",
"@graphql-tools/utils": "8.6.12",
"@graphql-tools/utils": "8.6.13",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/graphql-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# graphql-tools

## 8.2.12

### Patch Changes

- 041c5ba1: Use caret range for the tslib dependency
- Updated dependencies [041c5ba1]
- @graphql-tools/schema@8.3.14

## 8.2.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-tools",
"version": "8.2.11",
"version": "8.2.12",
"description": "Useful tools to create and manipulate GraphQL schemas.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,7 +36,7 @@
"directory": "dist"
},
"dependencies": {
"@graphql-tools/schema": "8.3.13",
"@graphql-tools/schema": "8.3.14",
"tslib": "^2.4.0"
}
}
8 changes: 8 additions & 0 deletions packages/import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/import

## 6.6.17

### Patch Changes

- 041c5ba1: Use caret range for the tslib dependency
- Updated dependencies [041c5ba1]
- @graphql-tools/utils@8.6.13

## 6.6.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/import",
"version": "6.6.16",
"version": "6.6.17",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,7 +34,7 @@
"directory": "dist"
},
"dependencies": {
"@graphql-tools/utils": "8.6.12",
"@graphql-tools/utils": "8.6.13",
"resolve-from": "5.0.0",
"tslib": "^2.4.0"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/jest-transform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/jest-transform

## 1.1.5

### Patch Changes

- 041c5ba1: Use caret range for the tslib dependency
- Updated dependencies [041c5ba1]
- @graphql-tools/webpack-loader@6.6.3

## 1.1.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/jest-transform",
"version": "1.1.4",
"version": "1.1.5",
"description": "Jest Plugin to load and parse imported GraphQL files",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/webpack-loader": "6.6.2",
"@graphql-tools/webpack-loader": "6.6.3",
"@jest/transform": "^28.0.0",
"@jest/types": "^28.0.0",
"tslib": "^2.4.0"
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.2.18

### Patch Changes

- 041c5ba1: Use caret range for the tslib dependency
- Updated dependencies [041c5ba1]
- @graphql-tools/delegate@8.7.11
- @graphql-tools/utils@8.6.13

## 8.2.17

### 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.2.17",
"version": "8.2.18",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -45,8 +45,8 @@
"graphql-upload": "13.0.0"
},
"dependencies": {
"@graphql-tools/delegate": "8.7.10",
"@graphql-tools/utils": "8.6.12",
"@graphql-tools/delegate": "8.7.11",
"@graphql-tools/utils": "8.6.13",
"apollo-upload-client": "17.0.0",
"node-fetch": "^2.6.5",
"form-data": "^4.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/load-files/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/load-files

## 6.5.4

### Patch Changes

- 041c5ba1: Use caret range for the tslib dependency

## 6.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/load-files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/load-files",
"version": "6.5.3",
"version": "6.5.4",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
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.5.14

### Patch Changes

- 041c5ba1: Use caret range for the tslib dependency
- Updated dependencies [041c5ba1]
- @graphql-tools/schema@8.3.14
- @graphql-tools/utils@8.6.13

## 7.5.13

### 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.5.13",
"version": "7.5.14",
"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.6.12",
"@graphql-tools/schema": "8.3.13",
"@graphql-tools/utils": "8.6.13",
"@graphql-tools/schema": "8.3.14",
"p-limit": "3.1.0",
"tslib": "^2.4.0"
},
Expand Down
Loading

0 comments on commit 8b63198

Please sign in to comment.