Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 9, 2023
1 parent a59fb76 commit f4100f9
Show file tree
Hide file tree
Showing 8 changed files with 242 additions and 94 deletions.
5 changes: 0 additions & 5 deletions .changeset/@graphql-tools_delegate-5477-dependencies.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lemon-llamas-brake.md

This file was deleted.

283 changes: 207 additions & 76 deletions packages/batch-execute/CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 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": "9.0.0",
"version": "9.0.1",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^10.0.0",
"@graphql-tools/utils": "^10.0.5",
"dataloader": "^2.2.2",
"tslib": "^2.4.0",
"value-or-promise": "^1.0.12"
Expand Down
21 changes: 21 additions & 0 deletions packages/delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @graphql-tools/delegate

## 10.0.2

### Patch Changes

- [#5477](https://github.com/ardatan/graphql-tools/pull/5477)
[`cfd47827`](https://github.com/ardatan/graphql-tools/commit/cfd47827c0e625d1b1894e18260342576d6dd71d)
Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:

- Removed dependency
[`value-or-promise@^1.0.12` ↗︎](https://www.npmjs.com/package/value-or-promise/v/1.0.12) (from
`dependencies`)

- [`a59fb765`](https://github.com/ardatan/graphql-tools/commit/a59fb765a1256b914f1728283d793d61b66bdf89)
Thanks [@ardatan](https://github.com/ardatan)! - Optimizations to get better performance in query
planning

- Updated dependencies
[[`a59fb765`](https://github.com/ardatan/graphql-tools/commit/a59fb765a1256b914f1728283d793d61b66bdf89)]:
- @graphql-tools/batch-execute@9.0.1
- @graphql-tools/utils@10.0.5

## 10.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/delegate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/delegate",
"version": "10.0.1",
"version": "10.0.2",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -50,10 +50,10 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/batch-execute": "^9.0.0",
"@graphql-tools/batch-execute": "^9.0.1",
"@graphql-tools/executor": "^1.0.0",
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/utils": "^10.0.0",
"@graphql-tools/utils": "^10.0.5",
"dataloader": "^2.2.2",
"tslib": "^2.5.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/utils

## 10.0.5

### Patch Changes

- [`a59fb765`](https://github.com/ardatan/graphql-tools/commit/a59fb765a1256b914f1728283d793d61b66bdf89)
Thanks [@ardatan](https://github.com/ardatan)! - Optimizations to get better performance in query
planning

## 10.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/utils",
"version": "10.0.4",
"version": "10.0.5",
"type": "module",
"description": "Common package containing utils and types for GraphQL tools",
"repository": {
Expand Down

0 comments on commit f4100f9

Please sign in to comment.