Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#4921)
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 Dec 21, 2022
1 parent 1317779 commit 0c6a63a
Show file tree
Hide file tree
Showing 19 changed files with 88 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-avocados-destroy.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.75

### Patch Changes

- Updated dependencies []:
- @graphql-tools/stitch@8.7.34
- @graphql-tools/stitching-directives@2.3.24

## 0.0.74

### 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.74",
"version": "0.0.75",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production node index.js",
Expand All @@ -11,8 +11,8 @@
"dependencies": {
"@apollo/gateway": "2.2.2",
"@apollo/federation": "0.38.1",
"@graphql-tools/stitch": "8.7.33",
"@graphql-tools/stitching-directives": "2.3.23",
"@graphql-tools/stitch": "8.7.34",
"@graphql-tools/stitching-directives": "2.3.24",
"express": "4.18.2",
"graphql": "16.6.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.4.14

### Patch Changes

- Updated dependencies [[`13177794`](https://github.com/ardatan/graphql-tools/commit/131777947d111e6a952d9e0e581fd651664101a1)]:
- @graphql-tools/delegate@9.0.21

## 8.4.13

### 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.4.13",
"version": "8.4.14",
"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.20",
"@graphql-tools/delegate": "9.0.21",
"@graphql-tools/utils": "9.1.3",
"dataloader": "2.1.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "9.0.12",
"@graphql-tools/stitch": "8.7.33"
"@graphql-tools/stitch": "8.7.34"
},
"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.21

### Patch Changes

- [#4920](https://github.com/ardatan/graphql-tools/pull/4920) [`13177794`](https://github.com/ardatan/graphql-tools/commit/131777947d111e6a952d9e0e581fd651664101a1) Thanks [@ardatan](https://github.com/ardatan)! - Handle type merging with union types correctly -> See https://github.com/ardatan/graphql-tools/issues/4902

## 9.0.20

### 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.20",
"version": "9.0.21",
"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.25

### Patch Changes

- Updated dependencies [[`13177794`](https://github.com/ardatan/graphql-tools/commit/131777947d111e6a952d9e0e581fd651664101a1)]:
- @graphql-tools/delegate@9.0.21

## 8.3.24

### 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.24",
"version": "8.3.25",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -64,7 +64,7 @@
"graphql-upload": "16.0.2"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.20",
"@graphql-tools/delegate": "9.0.21",
"@graphql-tools/utils": "9.1.3",
"apollo-upload-client": "17.0.0",
"node-fetch": "^2.6.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/prisma-loader

## 7.2.48

### Patch Changes

- Updated dependencies []:
- @graphql-tools/url-loader@7.16.28

## 7.2.47

### 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.47",
"version": "7.2.48",
"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.16.27",
"@graphql-tools/url-loader": "7.16.28",
"@graphql-tools/utils": "9.1.3",
"@types/js-yaml": "^4.0.0",
"@types/json-stable-stringify": "^1.0.32",
Expand Down
8 changes: 8 additions & 0 deletions packages/loaders/url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/url-loader

## 7.16.28

### Patch Changes

- Updated dependencies [[`13177794`](https://github.com/ardatan/graphql-tools/commit/131777947d111e6a952d9e0e581fd651664101a1)]:
- @graphql-tools/delegate@9.0.21
- @graphql-tools/wrap@9.2.23

## 7.16.27

### 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.16.27",
"version": "7.16.28",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -66,12 +66,12 @@
"webpack": "5.75.0"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.20",
"@graphql-tools/delegate": "9.0.21",
"@graphql-tools/executor-http": "0.0.7",
"@graphql-tools/executor-graphql-ws": "0.0.5",
"@graphql-tools/executor-legacy-ws": "0.0.5",
"@graphql-tools/utils": "9.1.3",
"@graphql-tools/wrap": "9.2.22",
"@graphql-tools/wrap": "9.2.23",
"@ardatan/sync-fetch": "0.0.1",
"@whatwg-node/fetch": "^0.5.0",
"@types/ws": "^8.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/stitch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/stitch

## 8.7.34

### Patch Changes

- Updated dependencies [[`13177794`](https://github.com/ardatan/graphql-tools/commit/131777947d111e6a952d9e0e581fd651664101a1)]:
- @graphql-tools/delegate@9.0.21
- @graphql-tools/batch-delegate@8.4.14
- @graphql-tools/wrap@9.2.23

## 8.7.33

### 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.33",
"version": "8.7.34",
"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.4.13",
"@graphql-tools/delegate": "9.0.20",
"@graphql-tools/batch-delegate": "8.4.14",
"@graphql-tools/delegate": "9.0.21",
"@graphql-tools/merge": "8.3.14",
"@graphql-tools/schema": "9.0.12",
"@graphql-tools/utils": "9.1.3",
"@graphql-tools/wrap": "9.2.22",
"@graphql-tools/wrap": "9.2.23",
"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.24

### Patch Changes

- Updated dependencies [[`13177794`](https://github.com/ardatan/graphql-tools/commit/131777947d111e6a952d9e0e581fd651664101a1)]:
- @graphql-tools/delegate@9.0.21

## 2.3.23

### 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.23",
"version": "2.3.24",
"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.20",
"@graphql-tools/delegate": "9.0.21",
"@graphql-tools/utils": "9.1.3",
"tslib": "^2.4.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/wrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/wrap

## 9.2.23

### Patch Changes

- Updated dependencies [[`13177794`](https://github.com/ardatan/graphql-tools/commit/131777947d111e6a952d9e0e581fd651664101a1)]:
- @graphql-tools/delegate@9.0.21

## 9.2.22

### 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.2.22",
"version": "9.2.23",
"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.20",
"@graphql-tools/delegate": "9.0.21",
"@graphql-tools/schema": "9.0.12",
"@graphql-tools/utils": "9.1.3",
"tslib": "^2.4.0",
Expand Down

0 comments on commit 0c6a63a

Please sign in to comment.