Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#4876)
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 Nov 30, 2022
1 parent 02126e6 commit 9958427
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-toys-wonder.md

This file was deleted.

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

## 0.0.70

### Patch Changes

- Updated dependencies []:
- @graphql-tools/stitch@8.7.29

## 0.0.69

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.69",
"version": "0.0.70",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production node index.js",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@apollo/gateway": "2.2.1",
"@apollo/federation": "0.38.1",
"@graphql-tools/stitch": "8.7.28",
"@graphql-tools/stitch": "8.7.29",
"@graphql-tools/stitching-directives": "2.3.20",
"express": "4.18.2",
"graphql": "16.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/batch-delegate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"devDependencies": {
"@graphql-tools/schema": "9.0.10",
"@graphql-tools/stitch": "8.7.28"
"@graphql-tools/stitch": "8.7.29"
},
"publishConfig": {
"directory": "dist",
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.42

### Patch Changes

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

## 7.2.41

### 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.41",
"version": "7.2.42",
"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.21",
"@graphql-tools/url-loader": "7.16.22",
"@graphql-tools/utils": "9.1.1",
"@types/js-yaml": "^4.0.0",
"@types/json-stable-stringify": "^1.0.32",
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/url-loader

## 7.16.22

### Patch Changes

- Updated dependencies [[`02126e63`](https://github.com/ardatan/graphql-tools/commit/02126e631b103617e0f07b90e157d5be5678ef84)]:
- @graphql-tools/wrap@9.2.18

## 7.16.21

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.21",
"version": "7.16.22",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -71,7 +71,7 @@
"@graphql-tools/executor-graphql-ws": "0.0.3",
"@graphql-tools/executor-legacy-ws": "0.0.3",
"@graphql-tools/utils": "9.1.1",
"@graphql-tools/wrap": "9.2.17",
"@graphql-tools/wrap": "9.2.18",
"@ardatan/sync-fetch": "0.0.1",
"@whatwg-node/fetch": "^0.5.0",
"@types/ws": "^8.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/stitch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/stitch

## 8.7.29

### Patch Changes

- Updated dependencies [[`02126e63`](https://github.com/ardatan/graphql-tools/commit/02126e631b103617e0f07b90e157d5be5678ef84)]:
- @graphql-tools/wrap@9.2.18

## 8.7.28

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.28",
"version": "8.7.29",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -62,7 +62,7 @@
"@graphql-tools/merge": "8.3.12",
"@graphql-tools/schema": "9.0.10",
"@graphql-tools/utils": "9.1.1",
"@graphql-tools/wrap": "9.2.17",
"@graphql-tools/wrap": "9.2.18",
"tslib": "^2.4.0",
"value-or-promise": "^1.0.11"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/wrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/wrap

## 9.2.18

### Patch Changes

- [`02126e63`](https://github.com/ardatan/graphql-tools/commit/02126e631b103617e0f07b90e157d5be5678ef84) Thanks [@ardatan](https://github.com/ardatan)! - Fix handling nested list fields in HoistField

## 9.2.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.17",
"version": "9.2.18",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9958427

Please sign in to comment.