Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#5167)
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
theguild-bot and github-actions[bot] authored Apr 13, 2023
1 parent 0662af0 commit 921abae
Show file tree
Hide file tree
Showing 62 changed files with 303 additions and 98 deletions.
5 changes: 0 additions & 5 deletions .changeset/@graphql-tools_prisma-loader-5166-dependencies.md

This file was deleted.

31 changes: 0 additions & 31 deletions .changeset/calm-toys-leave.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.89

### Patch Changes

- Updated dependencies [[`1c95368a`](https://github.com/ardatan/graphql-tools/commit/1c95368aea868be537d956ba5e994cde58dfee41)]:
- @graphql-tools/stitching-directives@2.3.34
- @graphql-tools/stitch@8.7.48

## 0.0.88

### 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.88",
"version": "0.0.89",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production node index.js",
Expand All @@ -11,8 +11,8 @@
"dependencies": {
"@apollo/gateway": "2.4.1",
"@apollo/federation": "0.38.1",
"@graphql-tools/stitch": "8.7.47",
"@graphql-tools/stitching-directives": "2.3.33",
"@graphql-tools/stitch": "8.7.48",
"@graphql-tools/stitching-directives": "2.3.34",
"express": "4.18.2",
"graphql": "16.6.0",
"graphql-tag": "2.12.6",
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.4.25

### Patch Changes

- [`1c95368a`](https://github.com/ardatan/graphql-tools/commit/1c95368aea868be537d956ba5e994cde58dfee41) Thanks [@ardatan](https://github.com/ardatan)! - Use ranged versions for dependencies

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

## 8.4.24

### 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.24",
"version": "8.4.25",
"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.30",
"@graphql-tools/delegate": "^9.0.31",
"@graphql-tools/utils": "^9.2.1",
"dataloader": "2.2.2",
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "^9.0.17",
"@graphql-tools/stitch": "8.7.47"
"@graphql-tools/schema": "^9.0.18",
"@graphql-tools/stitch": "8.7.48"
},
"publishConfig": {
"directory": "dist",
Expand Down
6 changes: 6 additions & 0 deletions packages/batch-execute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/batch-execute

## 8.5.19

### Patch Changes

- [`1c95368a`](https://github.com/ardatan/graphql-tools/commit/1c95368aea868be537d956ba5e994cde58dfee41) Thanks [@ardatan](https://github.com/ardatan)! - Use ranged versions for dependencies

## 8.5.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.5.18",
"version": "8.5.19",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/delegate

## 9.0.31

### Patch Changes

- Updated dependencies [[`1c95368a`](https://github.com/ardatan/graphql-tools/commit/1c95368aea868be537d956ba5e994cde58dfee41)]:
- @graphql-tools/batch-execute@8.5.19
- @graphql-tools/executor@0.0.17
- @graphql-tools/schema@9.0.18

## 9.0.30

### 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": "9.0.30",
"version": "9.0.31",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,9 +53,9 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/batch-execute": "^8.5.18",
"@graphql-tools/executor": "^0.0.16",
"@graphql-tools/schema": "^9.0.16",
"@graphql-tools/batch-execute": "^8.5.19",
"@graphql-tools/executor": "^0.0.17",
"@graphql-tools/schema": "^9.0.18",
"@graphql-tools/utils": "^9.2.1",
"dataloader": "^2.2.2",
"tslib": "^2.5.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/executor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/executor

## 0.0.17

### Patch Changes

- [`1c95368a`](https://github.com/ardatan/graphql-tools/commit/1c95368aea868be537d956ba5e994cde58dfee41) Thanks [@ardatan](https://github.com/ardatan)! - Use ranged versions for dependencies

## 0.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/executor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor",
"version": "0.0.16",
"version": "0.0.17",
"author": "Saihajpreet Singh <[email protected]>",
"license": "MIT",
"sideEffects": false,
Expand Down
6 changes: 6 additions & 0 deletions packages/executors/apollo-link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/executor-apollo-link

## 0.0.9

### Patch Changes

- [`1c95368a`](https://github.com/ardatan/graphql-tools/commit/1c95368aea868be537d956ba5e994cde58dfee41) Thanks [@ardatan](https://github.com/ardatan)! - Use ranged versions for dependencies

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/executors/apollo-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-apollo-link",
"version": "0.0.8",
"version": "0.0.9",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/executors/graphql-ws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/executor-graphql-ws

## 0.0.14

### Patch Changes

- [`1c95368a`](https://github.com/ardatan/graphql-tools/commit/1c95368aea868be537d956ba5e994cde58dfee41) Thanks [@ardatan](https://github.com/ardatan)! - Use ranged versions for dependencies

## 0.0.13

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

## 0.0.11

### Patch Changes

- [`1c95368a`](https://github.com/ardatan/graphql-tools/commit/1c95368aea868be537d956ba5e994cde58dfee41) Thanks [@ardatan](https://github.com/ardatan)! - Use ranged versions for dependencies

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/executors/legacy-ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-legacy-ws",
"version": "0.0.10",
"version": "0.0.11",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/executors/urql-exchange/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/executor-urql-exchange

## 0.0.10

### Patch Changes

- [`1c95368a`](https://github.com/ardatan/graphql-tools/commit/1c95368aea868be537d956ba5e994cde58dfee41) Thanks [@ardatan](https://github.com/ardatan)! - Use ranged versions for dependencies

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/executors/urql-exchange/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-urql-exchange",
"version": "0.0.9",
"version": "0.0.10",
"description": "",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-tag-pluck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/graphql-tag-pluck

## 7.5.1

### Patch Changes

- [`1c95368a`](https://github.com/ardatan/graphql-tools/commit/1c95368aea868be537d956ba5e994cde58dfee41) Thanks [@ardatan](https://github.com/ardatan)! - Use ranged versions for dependencies

## 7.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.5.0",
"version": "7.5.1",
"description": "Pluck graphql-tag template literals",
"license": "MIT",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/graphql-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# graphql-tools

## 8.3.20

### Patch Changes

- [`1c95368a`](https://github.com/ardatan/graphql-tools/commit/1c95368aea868be537d956ba5e994cde58dfee41) Thanks [@ardatan](https://github.com/ardatan)! - Use ranged versions for dependencies

- Updated dependencies [[`1c95368a`](https://github.com/ardatan/graphql-tools/commit/1c95368aea868be537d956ba5e994cde58dfee41)]:
- @graphql-tools/schema@9.0.18

## 8.3.19

### 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.19",
"version": "8.3.20",
"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.17",
"@graphql-tools/schema": "^9.0.18",
"tslib": "^2.4.0"
},
"type": "module"
Expand Down
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.7.18

### Patch Changes

- [`1c95368a`](https://github.com/ardatan/graphql-tools/commit/1c95368aea868be537d956ba5e994cde58dfee41) Thanks [@ardatan](https://github.com/ardatan)! - Use ranged versions for dependencies

## 6.7.17

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

### Patch Changes

- [`1c95368a`](https://github.com/ardatan/graphql-tools/commit/1c95368aea868be537d956ba5e994cde58dfee41) Thanks [@ardatan](https://github.com/ardatan)! - Use ranged versions for dependencies

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

## 8.3.34

### 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.34",
"version": "8.3.35",
"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.30",
"@graphql-tools/delegate": "^9.0.31",
"@graphql-tools/utils": "^9.2.1",
"apollo-upload-client": "17.0.0",
"node-fetch": "^2.6.5",
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.8.14

### Patch Changes

- [`1c95368a`](https://github.com/ardatan/graphql-tools/commit/1c95368aea868be537d956ba5e994cde58dfee41) Thanks [@ardatan](https://github.com/ardatan)! - Use ranged versions for dependencies

- Updated dependencies [[`1c95368a`](https://github.com/ardatan/graphql-tools/commit/1c95368aea868be537d956ba5e994cde58dfee41)]:
- @graphql-tools/schema@9.0.18

## 7.8.13

### Patch Changes
Expand Down
Loading

0 comments on commit 921abae

Please sign in to comment.