Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#3461)
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 31, 2021
1 parent c5b0719 commit a03a045
Show file tree
Hide file tree
Showing 71 changed files with 572 additions and 161 deletions.
6 changes: 0 additions & 6 deletions .changeset/few-chefs-bow.md

This file was deleted.

36 changes: 0 additions & 36 deletions .changeset/funny-cobras-speak.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/mean-coats-laugh.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/spotty-queens-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-poems-flow.md

This file was deleted.

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

## 0.0.15

### Patch Changes

- Updated dependencies [c5b0719c]
- Updated dependencies [c5b0719c]
- Updated dependencies [c5b0719c]
- @graphql-tools/stitch@8.3.0
- @graphql-tools/stitching-directives@2.1.0

## 0.0.14

### 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.14",
"version": "0.0.15",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production node index.js",
Expand All @@ -11,8 +11,8 @@
"dependencies": {
"@apollo/gateway": "0.39.0",
"@apollo/federation": "0.30.0",
"@graphql-tools/stitch": "8.2.1",
"@graphql-tools/stitching-directives": "2.0.11",
"@graphql-tools/stitch": "8.3.0",
"@graphql-tools/stitching-directives": "2.1.0",
"express": "4.17.1",
"graphql": "15.5.2",
"graphql-tag": "2.12.5",
Expand Down
17 changes: 17 additions & 0 deletions packages/batch-delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @graphql-tools/batch-delegate

## 8.1.0

### Minor Changes

- c5b0719c: feat: GraphQL v16 support
- c5b0719c: enhance(utils): move memoize functions to utils

### Patch Changes

- Updated dependencies [c5b0719c]
- Updated dependencies [c5b0719c]
- Updated dependencies [c5b0719c]
- Updated dependencies [c5b0719c]
- Updated dependencies [c5b0719c]
- @graphql-tools/delegate@8.2.0
- @graphql-tools/utils@8.2.0

## 8.0.12

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

## 8.1.0

### Minor Changes

- c5b0719c: feat: GraphQL v16 support
- c5b0719c: enhance(utils): move memoize functions to utils

### Patch Changes

- Updated dependencies [c5b0719c]
- Updated dependencies [c5b0719c]
- Updated dependencies [c5b0719c]
- Updated dependencies [c5b0719c]
- Updated dependencies [c5b0719c]
- @graphql-tools/utils@8.2.0

## 8.0.5

### 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.0.5",
"version": "8.1.0",
"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.1.1",
"@graphql-tools/utils": "^8.2.0",
"dataloader": "2.0.0",
"tslib": "~2.3.0",
"value-or-promise": "1.0.10"
Expand Down
20 changes: 20 additions & 0 deletions packages/delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @graphql-tools/delegate

## 8.2.0

### Minor Changes

- c5b0719c: enhance(utils): copy inspect util from graphql-js
- c5b0719c: feat: GraphQL v16 support
- c5b0719c: enhance(utils): move memoize functions to utils
- c5b0719c: enhance(utils): copy collectFields from graphql-js@16 for backwards compat

### Patch Changes

- Updated dependencies [c5b0719c]
- Updated dependencies [c5b0719c]
- Updated dependencies [c5b0719c]
- Updated dependencies [c5b0719c]
- Updated dependencies [c5b0719c]
- @graphql-tools/utils@8.2.0
- @graphql-tools/batch-execute@8.1.0
- @graphql-tools/schema@8.2.0

## 8.1.1

### 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.1.1",
"version": "8.2.0",
"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.0.5",
"@graphql-tools/schema": "^8.1.2",
"@graphql-tools/utils": "^8.1.2",
"@graphql-tools/batch-execute": "^8.1.0",
"@graphql-tools/schema": "^8.2.0",
"@graphql-tools/utils": "^8.2.0",
"dataloader": "2.0.0",
"tslib": "~2.3.0",
"value-or-promise": "1.0.10"
Expand Down
15 changes: 15 additions & 0 deletions packages/graphql-tag-pluck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @graphql-tools/graphql-tag-pluck

## 7.1.0

### Minor Changes

- c5b0719c: feat: GraphQL v16 support

### Patch Changes

- Updated dependencies [c5b0719c]
- Updated dependencies [c5b0719c]
- Updated dependencies [c5b0719c]
- Updated dependencies [c5b0719c]
- Updated dependencies [c5b0719c]
- @graphql-tools/utils@8.2.0

## 7.0.5

### 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.0.5",
"version": "7.1.0",
"description": "Pluck graphql-tag template literals",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"@babel/parser": "7.15.3",
"@babel/traverse": "7.15.0",
"@babel/types": "7.15.0",
"@graphql-tools/utils": "^8.1.1",
"@graphql-tools/utils": "^8.2.0",
"tslib": "~2.3.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/graphql-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# graphql-tools

## 8.2.0

### Minor Changes

- c5b0719c: feat: GraphQL v16 support

### Patch Changes

- Updated dependencies [c5b0719c]
- @graphql-tools/schema@8.2.0

## 8.1.0

### Minor 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.1.0",
"version": "8.2.0",
"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.0.0",
"@graphql-tools/schema": "^8.2.0",
"tslib": "~2.3.0"
}
}
6 changes: 6 additions & 0 deletions packages/import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/import

## 6.4.0

### Minor Changes

- c5b0719c: feat: GraphQL v16 support

## 6.3.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.3.1",
"version": "6.4.0",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand All @@ -11,8 +11,8 @@
"license": "MIT",
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.mjs",
"exports": {
"module": "dist/index.mjs",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
Expand Down
12 changes: 12 additions & 0 deletions packages/jest-transform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# @graphql-tools/jest-transform

## 1.1.0

### Minor Changes

- c5b0719c: feat: GraphQL v16 support

### Patch Changes

- Updated dependencies [c5b0719c]
- @graphql-tools/webpack-loader@6.6.0

## 1.0.0

### Major Changes

- 5a4d198b: new jest transform
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.0.0",
"version": "1.1.0",
"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.5.0",
"@graphql-tools/webpack-loader": "^6.6.0",
"@jest/transform": "^27.0.2",
"@jest/types": "^27.0.2",
"tslib": "~2.3.0"
Expand Down
16 changes: 16 additions & 0 deletions packages/links/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @graphql-tools/links

## 8.1.0

### Minor Changes

- c5b0719c: feat: GraphQL v16 support

### Patch Changes

- Updated dependencies [c5b0719c]
- Updated dependencies [c5b0719c]
- Updated dependencies [c5b0719c]
- Updated dependencies [c5b0719c]
- Updated dependencies [c5b0719c]
- @graphql-tools/delegate@8.2.0
- @graphql-tools/utils@8.2.0

## 8.0.11

### Patch Changes
Expand Down
Loading

1 comment on commit a03a045

@vercel
Copy link

@vercel vercel bot commented on a03a045 Aug 31, 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.