Skip to content

Commit b8949d9

Browse files
chore(release): update monorepo packages versions
1 parent bc6cddd commit b8949d9

37 files changed

+186
-69
lines changed

.changeset/@graphql-hive_router-runtime-1727-dependencies.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/five-pillows-remain.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/olive-buttons-report.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shiny-spoons-rescue.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sixty-shoes-camp.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strange-games-hug.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.changeset/tall-pens-agree.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/batch-delegate/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-tools/batch-delegate
22

3+
## 10.0.6
4+
### Patch Changes
5+
6+
- Updated dependencies [[`1dbc653`](https://github.com/graphql-hive/gateway/commit/1dbc6536cb992a705cac7894acca6fe5431b72de), [`bc6cddd`](https://github.com/graphql-hive/gateway/commit/bc6cddd1c53a012dd02a1d8a7217a28e65cc6ae9)]:
7+
- @graphql-tools/delegate@12.0.0
8+
39
## 10.0.5
410
### Patch Changes
511

packages/batch-delegate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/batch-delegate",
3-
"version": "10.0.5",
3+
"version": "10.0.6",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {

packages/delegate/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# @graphql-tools/delegate
22

3+
## 12.0.0
4+
### Major Changes
5+
6+
7+
8+
- [#1708](https://github.com/graphql-hive/gateway/pull/1708) [`bc6cddd`](https://github.com/graphql-hive/gateway/commit/bc6cddd1c53a012dd02a1d8a7217a28e65cc6ae9) Thanks [@ardatan](https://github.com/ardatan)! - Breaking changes in `createRequest` function;
9+
- No more `sourceParentType`, `sourceFieldName`, `variableDefinitions`, `variableValues` and `targetRootValue`
10+
- `targetRootValue` has been renamed to `rootValue`
11+
- `targetSchema` is a required option now and `args` is also accepted as a map of the arguments of the target field
12+
- `fragments` is now an array of `FragmentDefinitionNode` instead of a record `{ [fragmentName: string]: FragmentDefinitionNode }`
13+
14+
Breaking changes in `delegateRequest` and `delegateToSchema` functions;
15+
- No more `transformedSchema` option, it has been renamed to `targetSchema`
16+
- `targetSchema` is a required option now
17+
18+
### Patch Changes
19+
20+
21+
22+
- [#1727](https://github.com/graphql-hive/gateway/pull/1727) [`1dbc653`](https://github.com/graphql-hive/gateway/commit/1dbc6536cb992a705cac7894acca6fe5431b72de) Thanks [@ardatan](https://github.com/ardatan)! - Avoid extra `__typename` in the root selection
23+
24+
```diff
25+
query {
26+
- __typename
27+
hello
28+
}
29+
```
30+
331
## 11.1.3
432
### Patch Changes
533

0 commit comments

Comments
 (0)