Skip to content

Commit 76787af

Browse files
chore(release): update monorepo packages versions
1 parent ae61df1 commit 76787af

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+372
-127
lines changed

.changeset/fluffy-pianos-know.md

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

benchmark/federation/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# federation-benchmark
22

3+
## 0.0.43
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e3167edc]
8+
- @graphql-tools/stitch@8.7.2
9+
- @graphql-tools/stitching-directives@2.3.2
10+
311
## 0.0.42
412

513
### Patch Changes

benchmark/federation/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "federation-benchmark",
3-
"version": "0.0.42",
3+
"version": "0.0.43",
44
"private": true,
55
"scripts": {
66
"start": "cross-env NODE_ENV=production node index.js",
@@ -11,8 +11,8 @@
1111
"dependencies": {
1212
"@apollo/gateway": "2.0.5",
1313
"@apollo/federation": "0.36.1",
14-
"@graphql-tools/stitch": "8.7.1",
15-
"@graphql-tools/stitching-directives": "2.3.1",
14+
"@graphql-tools/stitch": "8.7.2",
15+
"@graphql-tools/stitching-directives": "2.3.2",
1616
"express": "4.18.1",
1717
"graphql": "16.5.0",
1818
"graphql-tag": "2.12.6",

packages/batch-delegate/CHANGELOG.md

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

3+
## 8.3.2
4+
5+
### Patch Changes
6+
7+
- e3167edc: Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`
8+
- Updated dependencies [e3167edc]
9+
- @graphql-tools/delegate@8.8.2
10+
- @graphql-tools/utils@8.9.1
11+
312
## 8.3.1
413

514
### Patch Changes

packages/batch-delegate/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/batch-delegate",
3-
"version": "8.3.1",
3+
"version": "8.3.2",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -53,14 +53,14 @@
5353
"input": "./src/index.ts"
5454
},
5555
"dependencies": {
56-
"@graphql-tools/delegate": "8.8.1",
57-
"@graphql-tools/utils": "8.9.0",
56+
"@graphql-tools/delegate": "8.8.2",
57+
"@graphql-tools/utils": "8.9.1",
5858
"dataloader": "2.1.0",
5959
"tslib": "^2.4.0"
6060
},
6161
"devDependencies": {
62-
"@graphql-tools/schema": "8.5.1",
63-
"@graphql-tools/stitch": "8.7.1"
62+
"@graphql-tools/schema": "8.5.2",
63+
"@graphql-tools/stitch": "8.7.2"
6464
},
6565
"publishConfig": {
6666
"directory": "dist",

packages/batch-execute/CHANGELOG.md

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

3+
## 8.5.2
4+
5+
### Patch Changes
6+
7+
- e3167edc: Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`
8+
- Updated dependencies [e3167edc]
9+
- @graphql-tools/utils@8.9.1
10+
311
## 8.5.1
412

513
### Patch Changes

packages/batch-execute/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/batch-execute",
3-
"version": "8.5.1",
3+
"version": "8.5.2",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -53,7 +53,7 @@
5353
"input": "./src/index.ts"
5454
},
5555
"dependencies": {
56-
"@graphql-tools/utils": "8.9.0",
56+
"@graphql-tools/utils": "8.9.1",
5757
"dataloader": "2.1.0",
5858
"tslib": "^2.4.0",
5959
"value-or-promise": "1.0.11"

packages/delegate/CHANGELOG.md

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

3+
## 8.8.2
4+
5+
### Patch Changes
6+
7+
- e3167edc: Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`
8+
- Updated dependencies [e3167edc]
9+
- @graphql-tools/batch-execute@8.5.2
10+
- @graphql-tools/schema@8.5.2
11+
- @graphql-tools/utils@8.9.1
12+
313
## 8.8.1
414

515
### Patch Changes

packages/delegate/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/delegate",
3-
"version": "8.8.1",
3+
"version": "8.8.2",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -53,9 +53,9 @@
5353
"input": "./src/index.ts"
5454
},
5555
"dependencies": {
56-
"@graphql-tools/batch-execute": "8.5.1",
57-
"@graphql-tools/schema": "8.5.1",
58-
"@graphql-tools/utils": "8.9.0",
56+
"@graphql-tools/batch-execute": "8.5.2",
57+
"@graphql-tools/schema": "8.5.2",
58+
"@graphql-tools/utils": "8.9.1",
5959
"dataloader": "2.1.0",
6060
"tslib": "~2.4.0",
6161
"value-or-promise": "1.0.11"

packages/graphql-tag-pluck/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-tools/graphql-tag-pluck
22

3+
## 7.3.2
4+
5+
### Patch Changes
6+
7+
- e3167edc: Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`
8+
- Updated dependencies [e3167edc]
9+
- @graphql-tools/utils@8.9.1
10+
311
## 7.3.1
412

513
### Patch Changes

0 commit comments

Comments
 (0)