Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#4651)
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 12, 2022
1 parent 0555a97 commit f232ba0
Show file tree
Hide file tree
Showing 19 changed files with 96 additions and 31 deletions.
9 changes: 0 additions & 9 deletions .changeset/neat-poems-applaud.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.46

### Patch Changes

- Updated dependencies [[`0555a972`](https://github.com/ardatan/graphql-tools/commit/0555a972f010d2b3ca93b9164b26474a78d0b20b)]:
- @graphql-tools/stitch@8.7.5
- @graphql-tools/stitching-directives@2.3.5

## 0.0.45

### 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.45",
"version": "0.0.46",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production node index.js",
Expand All @@ -11,8 +11,8 @@
"dependencies": {
"@apollo/gateway": "2.0.5",
"@apollo/federation": "0.36.1",
"@graphql-tools/stitch": "8.7.4",
"@graphql-tools/stitching-directives": "2.3.4",
"@graphql-tools/stitch": "8.7.5",
"@graphql-tools/stitching-directives": "2.3.5",
"express": "4.18.1",
"graphql": "16.5.0",
"graphql-tag": "2.12.6",
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.3.5

### Patch Changes

- Updated dependencies [[`0555a972`](https://github.com/ardatan/graphql-tools/commit/0555a972f010d2b3ca93b9164b26474a78d0b20b)]:
- @graphql-tools/delegate@9.0.3

## 8.3.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.3.4",
"version": "8.3.5",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,14 +53,14 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.2",
"@graphql-tools/delegate": "9.0.3",
"@graphql-tools/utils": "8.10.0",
"dataloader": "2.1.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "9.0.1",
"@graphql-tools/stitch": "8.7.4"
"@graphql-tools/stitch": "8.7.5"
},
"publishConfig": {
"directory": "dist",
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

## 9.0.3

### Patch Changes

- [`0555a972`](https://github.com/ardatan/graphql-tools/commit/0555a972f010d2b3ca93b9164b26474a78d0b20b) Thanks [@ardatan](https://github.com/ardatan)! - Bump versions

## 9.0.2

### 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": "9.0.2",
"version": "9.0.3",
"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.3.5

### Patch Changes

- Updated dependencies [[`0555a972`](https://github.com/ardatan/graphql-tools/commit/0555a972f010d2b3ca93b9164b26474a78d0b20b)]:
- @graphql-tools/delegate@9.0.3

## 8.3.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.3.4",
"version": "8.3.5",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -65,7 +65,7 @@
"graphql-upload": "16.0.1"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.2",
"@graphql-tools/delegate": "9.0.3",
"@graphql-tools/utils": "8.10.0",
"apollo-upload-client": "17.0.0",
"node-fetch": "^2.6.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/loaders/prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/prisma-loader

## 7.2.12

### Patch Changes

- [`0555a972`](https://github.com/ardatan/graphql-tools/commit/0555a972f010d2b3ca93b9164b26474a78d0b20b) Thanks [@ardatan](https://github.com/ardatan)! - Bump versions

- Updated dependencies [[`0555a972`](https://github.com/ardatan/graphql-tools/commit/0555a972f010d2b3ca93b9164b26474a78d0b20b)]:
- @graphql-tools/url-loader@7.13.7

## 7.2.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/prisma-loader",
"version": "7.2.11",
"version": "7.2.12",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,7 +51,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/url-loader": "7.13.6",
"@graphql-tools/url-loader": "7.13.7",
"@graphql-tools/utils": "8.10.0",
"@types/js-yaml": "^4.0.0",
"@types/json-stable-stringify": "^1.0.32",
Expand Down
10 changes: 10 additions & 0 deletions packages/loaders/url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-tools/url-loader

## 7.13.7

### Patch Changes

- [`0555a972`](https://github.com/ardatan/graphql-tools/commit/0555a972f010d2b3ca93b9164b26474a78d0b20b) Thanks [@ardatan](https://github.com/ardatan)! - Bump versions

- Updated dependencies [[`0555a972`](https://github.com/ardatan/graphql-tools/commit/0555a972f010d2b3ca93b9164b26474a78d0b20b)]:
- @graphql-tools/delegate@9.0.3
- @graphql-tools/wrap@9.0.3

## 7.13.6

### 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.13.6",
"version": "7.13.7",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -65,9 +65,9 @@
"webpack": "5.74.0"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.2",
"@graphql-tools/delegate": "9.0.3",
"@graphql-tools/utils": "8.10.0",
"@graphql-tools/wrap": "9.0.2",
"@graphql-tools/wrap": "9.0.3",
"@ardatan/sync-fetch": "0.0.1",
"@n1ru4l/graphql-live-query": "^0.10.0",
"@types/ws": "^8.0.0",
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.7.5

### Patch Changes

- [`0555a972`](https://github.com/ardatan/graphql-tools/commit/0555a972f010d2b3ca93b9164b26474a78d0b20b) Thanks [@ardatan](https://github.com/ardatan)! - Bump versions

- Updated dependencies [[`0555a972`](https://github.com/ardatan/graphql-tools/commit/0555a972f010d2b3ca93b9164b26474a78d0b20b)]:
- @graphql-tools/delegate@9.0.3
- @graphql-tools/wrap@9.0.3
- @graphql-tools/batch-delegate@8.3.5

## 8.7.4

### 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.7.4",
"version": "8.7.5",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -57,12 +57,12 @@
"value-or-promise": "1.0.11"
},
"dependencies": {
"@graphql-tools/batch-delegate": "8.3.4",
"@graphql-tools/delegate": "9.0.2",
"@graphql-tools/batch-delegate": "8.3.5",
"@graphql-tools/delegate": "9.0.3",
"@graphql-tools/merge": "8.3.3",
"@graphql-tools/schema": "9.0.1",
"@graphql-tools/utils": "8.10.0",
"@graphql-tools/wrap": "9.0.2",
"@graphql-tools/wrap": "9.0.3",
"tslib": "^2.4.0",
"value-or-promise": "^1.0.11"
},
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.3.5

### Patch Changes

- Updated dependencies [[`0555a972`](https://github.com/ardatan/graphql-tools/commit/0555a972f010d2b3ca93b9164b26474a78d0b20b)]:
- @graphql-tools/delegate@9.0.3

## 2.3.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.3.4",
"version": "2.3.5",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,7 +53,7 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.2",
"@graphql-tools/delegate": "9.0.3",
"@graphql-tools/utils": "8.10.0",
"tslib": "^2.4.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/wrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/wrap

## 9.0.3

### Patch Changes

- [`0555a972`](https://github.com/ardatan/graphql-tools/commit/0555a972f010d2b3ca93b9164b26474a78d0b20b) Thanks [@ardatan](https://github.com/ardatan)! - Bump versions

- Updated dependencies [[`0555a972`](https://github.com/ardatan/graphql-tools/commit/0555a972f010d2b3ca93b9164b26474a78d0b20b)]:
- @graphql-tools/delegate@9.0.3

## 9.0.2

### 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": "9.0.2",
"version": "9.0.3",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,7 +53,7 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.2",
"@graphql-tools/delegate": "9.0.3",
"@graphql-tools/schema": "9.0.1",
"@graphql-tools/utils": "8.10.0",
"tslib": "^2.4.0",
Expand Down

1 comment on commit f232ba0

@vercel
Copy link

@vercel vercel bot commented on f232ba0 Aug 12, 2022

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.