Skip to content

Commit 181a853

Browse files
chore(release): update monorepo packages versions (#2612)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8f331aa commit 181a853

File tree

12 files changed

+48
-26
lines changed

12 files changed

+48
-26
lines changed

.changeset/heavy-peaches-search.md

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

.changeset/sweet-humans-draw.md

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

.changeset/young-chairs-float.md

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

packages/batch-delegate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@graphql-tools/schema": "7.1.3",
3131
"@graphql-tools/stitch": "7.3.0",
32-
"@graphql-tools/utils": "7.3.0"
32+
"@graphql-tools/utils": "7.4.0"
3333
},
3434
"publishConfig": {
3535
"access": "public",

packages/load/CHANGELOG.md

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

3+
## 6.2.6
4+
5+
### Patch Changes
6+
7+
- 8f331aaa: enhance(load/module-loader/merge): use getDocumentNodeFromSchema instead of parse and printSchemaWithDirectives together
8+
- Updated dependencies [8f331aaa]
9+
- Updated dependencies [8f331aaa]
10+
- Updated dependencies [8f331aaa]
11+
- @graphql-tools/utils@7.4.0
12+
- @graphql-tools/merge@6.2.8
13+
314
## 6.2.5
415

516
### Patch Changes

packages/load/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/load",
3-
"version": "6.2.5",
3+
"version": "6.2.6",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -26,8 +26,8 @@
2626
"graphql-type-json": "0.3.2"
2727
},
2828
"dependencies": {
29-
"@graphql-tools/utils": "^7.3.0",
30-
"@graphql-tools/merge": "^6.2.5",
29+
"@graphql-tools/utils": "^7.4.0",
30+
"@graphql-tools/merge": "^6.2.8",
3131
"globby": "11.0.2",
3232
"import-from": "3.0.0",
3333
"is-glob": "4.0.1",

packages/loaders/module/CHANGELOG.md

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

3+
## 6.2.6
4+
5+
### Patch Changes
6+
7+
- 8f331aaa: enhance(load/module-loader/merge): use getDocumentNodeFromSchema instead of parse and printSchemaWithDirectives together
8+
- Updated dependencies [8f331aaa]
9+
- Updated dependencies [8f331aaa]
10+
- @graphql-tools/utils@7.4.0
11+
312
## 6.2.5
413

514
### Patch Changes

packages/loaders/module/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/module-loader",
3-
"version": "6.2.5",
3+
"version": "6.2.6",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -20,7 +20,7 @@
2020
"graphql": "^14.0.0 || ^15.0.0"
2121
},
2222
"dependencies": {
23-
"@graphql-tools/utils": "^7.3.0",
23+
"@graphql-tools/utils": "^7.4.0",
2424
"tslib": "~2.1.0"
2525
},
2626
"publishConfig": {

packages/merge/CHANGELOG.md

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

3+
## 6.2.8
4+
5+
### Patch Changes
6+
7+
- 8f331aaa: enhance(load/module-loader/merge): use getDocumentNodeFromSchema instead of parse and printSchemaWithDirectives together
8+
- Updated dependencies [8f331aaa]
9+
- Updated dependencies [8f331aaa]
10+
- @graphql-tools/utils@7.4.0
11+
312
## 6.2.7
413

514
### Patch Changes

packages/merge/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/merge",
3-
"version": "6.2.7",
3+
"version": "6.2.8",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@graphql-tools/schema": "^7.0.0",
27-
"@graphql-tools/utils": "^7.3.0",
27+
"@graphql-tools/utils": "^7.4.0",
2828
"tslib": "~2.1.0"
2929
},
3030
"publishConfig": {

0 commit comments

Comments
 (0)