Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#4987)
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 Jan 26, 2023
1 parent f1504c7 commit 18adc0f
Show file tree
Hide file tree
Showing 31 changed files with 150 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/serious-dingos-care.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.78

### Patch Changes

- Updated dependencies []:
- @graphql-tools/stitch@8.7.37
- @graphql-tools/stitching-directives@2.3.26

## 0.0.77

### 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.77",
"version": "0.0.78",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production node index.js",
Expand All @@ -11,8 +11,8 @@
"dependencies": {
"@apollo/gateway": "2.3.0",
"@apollo/federation": "0.38.1",
"@graphql-tools/stitch": "8.7.36",
"@graphql-tools/stitching-directives": "2.3.25",
"@graphql-tools/stitch": "8.7.37",
"@graphql-tools/stitching-directives": "2.3.26",
"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.16

### Patch Changes

- Updated dependencies []:
- @graphql-tools/delegate@9.0.23

## 8.4.15

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.15",
"version": "8.4.16",
"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.22",
"@graphql-tools/delegate": "9.0.23",
"@graphql-tools/utils": "9.1.4",
"dataloader": "2.1.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "9.0.13",
"@graphql-tools/stitch": "8.7.36"
"@graphql-tools/schema": "9.0.14",
"@graphql-tools/stitch": "8.7.37"
},
"publishConfig": {
"directory": "dist",
Expand Down
7 changes: 7 additions & 0 deletions packages/delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/delegate

## 9.0.23

### Patch Changes

- Updated dependencies []:
- @graphql-tools/schema@9.0.14

## 9.0.22

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.22",
"version": "9.0.23",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -55,7 +55,7 @@
"dependencies": {
"@graphql-tools/batch-execute": "8.5.15",
"@graphql-tools/executor": "0.0.12",
"@graphql-tools/schema": "9.0.13",
"@graphql-tools/schema": "9.0.14",
"@graphql-tools/utils": "9.1.4",
"dataloader": "2.1.0",
"tslib": "~2.4.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# graphql-tools

## 8.3.16

### Patch Changes

- Updated dependencies []:
- @graphql-tools/schema@9.0.14

## 8.3.15

### 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.3.15",
"version": "8.3.16",
"description": "Useful tools to create and manipulate GraphQL schemas.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -57,7 +57,7 @@
"access": "public"
},
"dependencies": {
"@graphql-tools/schema": "9.0.13",
"@graphql-tools/schema": "9.0.14",
"tslib": "^2.4.0"
},
"type": "module"
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.27

### Patch Changes

- Updated dependencies []:
- @graphql-tools/delegate@9.0.23

## 8.3.26

### 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.26",
"version": "8.3.27",
"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.22",
"@graphql-tools/delegate": "9.0.23",
"@graphql-tools/utils": "9.1.4",
"apollo-upload-client": "17.0.0",
"node-fetch": "^2.6.5",
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.8.10

### Patch Changes

- Updated dependencies []:
- @graphql-tools/schema@9.0.14

## 7.8.9

### 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.8.9",
"version": "7.8.10",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"@graphql-tools/utils": "9.1.4",
"@graphql-tools/schema": "9.0.13",
"@graphql-tools/schema": "9.0.14",
"p-limit": "3.1.0",
"tslib": "^2.4.0"
},
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.55

### Patch Changes

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

## 7.2.54

### 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.54",
"version": "7.2.55",
"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.17.3",
"@graphql-tools/url-loader": "7.17.4",
"@graphql-tools/utils": "9.1.4",
"@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.17.4

### Patch Changes

- Updated dependencies []:
- @graphql-tools/delegate@9.0.23
- @graphql-tools/wrap@9.3.2

## 7.17.3

### 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.17.3",
"version": "7.17.4",
"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.22",
"@graphql-tools/delegate": "9.0.23",
"@graphql-tools/executor-http": "0.1.1",
"@graphql-tools/executor-graphql-ws": "0.0.7",
"@graphql-tools/executor-legacy-ws": "0.0.6",
"@graphql-tools/utils": "9.1.4",
"@graphql-tools/wrap": "9.3.1",
"@graphql-tools/wrap": "9.3.2",
"@ardatan/sync-fetch": "0.0.1",
"@whatwg-node/fetch": "^0.6.0",
"@types/ws": "^8.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/merge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/merge

## 8.3.16

### Patch Changes

- [#4986](https://github.com/ardatan/graphql-tools/pull/4986) [`8555c5c5`](https://github.com/ardatan/graphql-tools/commit/8555c5c57094e14b6ed1380c6572e0681444496b) Thanks [@sramam](https://github.com/sramam)! - #4985 removing circular dependency

## 8.3.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/merge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/merge",
"version": "8.3.15",
"version": "8.3.16",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/mock

## 8.7.16

### Patch Changes

- Updated dependencies []:
- @graphql-tools/schema@9.0.14

## 8.7.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.7.15",
"version": "8.7.16",
"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/schema": "9.0.13",
"@graphql-tools/schema": "9.0.14",
"@graphql-tools/utils": "9.1.4",
"fast-json-stable-stringify": "^2.1.0",
"tslib": "^2.4.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/node-require/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/node-require

## 6.4.18

### Patch Changes

- Updated dependencies []:
- @graphql-tools/load@7.8.10

## 6.4.17

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/node-require/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/node-require",
"version": "6.4.17",
"version": "6.4.18",
"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/load": "7.8.9",
"@graphql-tools/load": "7.8.10",
"@graphql-tools/graphql-file-loader": "7.5.14",
"@graphql-tools/utils": "9.1.4",
"tslib": "^2.4.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

## 9.0.14

### Patch Changes

- Updated dependencies [[`8555c5c5`](https://github.com/ardatan/graphql-tools/commit/8555c5c57094e14b6ed1380c6572e0681444496b)]:
- @graphql-tools/merge@8.3.16

## 9.0.13

### 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": "9.0.13",
"version": "9.0.14",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -56,7 +56,7 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/merge": "8.3.15",
"@graphql-tools/merge": "8.3.16",
"@graphql-tools/utils": "9.1.4",
"tslib": "^2.4.0",
"value-or-promise": "1.0.12"
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.37

### Patch Changes

- Updated dependencies [[`8555c5c5`](https://github.com/ardatan/graphql-tools/commit/8555c5c57094e14b6ed1380c6572e0681444496b)]:
- @graphql-tools/merge@8.3.16
- @graphql-tools/schema@9.0.14
- @graphql-tools/batch-delegate@8.4.16
- @graphql-tools/delegate@9.0.23
- @graphql-tools/wrap@9.3.2

## 8.7.36

### Patch Changes
Expand Down
Loading

0 comments on commit 18adc0f

Please sign in to comment.