Skip to content

Commit 9297a6c

Browse files
chore(release): update monorepo packages versions
1 parent 043dd02 commit 9297a6c

File tree

7 files changed

+31
-10
lines changed

7 files changed

+31
-10
lines changed

.changeset/@graphql-tools_import-7492-dependencies.md

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

packages/import/CHANGELOG.md

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

3+
## 7.1.2
4+
5+
### Patch Changes
6+
7+
- [#7492](https://github.com/ardatan/graphql-tools/pull/7492)
8+
[`62a6da3`](https://github.com/ardatan/graphql-tools/commit/62a6da31fff40c5e5addb5de54991b87e08e7dae)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
- Updated dependency
11+
[`@theguild/federation-composition@^0.20.0` ↗︎](https://www.npmjs.com/package/@theguild/federation-composition/v/0.20.0)
12+
(from `^0.19.0`, in `dependencies`)
13+
314
## 7.1.1
415

516
### Patch Changes

packages/import/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/import",
3-
"version": "7.1.1",
3+
"version": "7.1.2",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {

packages/loaders/graphql-file/CHANGELOG.md

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

3+
## 8.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`62a6da3`](https://github.com/ardatan/graphql-tools/commit/62a6da31fff40c5e5addb5de54991b87e08e7dae)]:
9+
- @graphql-tools/import@7.1.2
10+
311
## 8.1.1
412

513
### Patch Changes

packages/loaders/graphql-file/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/graphql-file-loader",
3-
"version": "8.1.1",
3+
"version": "8.1.2",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {
@@ -51,7 +51,7 @@
5151
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5252
},
5353
"dependencies": {
54-
"@graphql-tools/import": "7.1.1",
54+
"@graphql-tools/import": "7.1.2",
5555
"@graphql-tools/utils": "^10.9.1",
5656
"globby": "^11.0.3",
5757
"tslib": "^2.4.0",

packages/node-require/CHANGELOG.md

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

3+
## 7.0.27
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-tools/graphql-file-loader@8.1.2
9+
310
## 7.0.26
411

512
### Patch Changes

packages/node-require/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/node-require",
3-
"version": "7.0.26",
3+
"version": "7.0.27",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {
@@ -50,7 +50,7 @@
5050
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5151
},
5252
"dependencies": {
53-
"@graphql-tools/graphql-file-loader": "8.1.1",
53+
"@graphql-tools/graphql-file-loader": "8.1.2",
5454
"@graphql-tools/load": "8.1.2",
5555
"@graphql-tools/utils": "^10.9.1",
5656
"tslib": "^2.4.0"

0 commit comments

Comments
 (0)