Skip to content

Commit 139fcc5

Browse files
chore(release): update monorepo packages versions
1 parent 4a33247 commit 139fcc5

File tree

5 files changed

+22
-11
lines changed

5 files changed

+22
-11
lines changed

.changeset/soft-stars-pay.md

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

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+
## 8.1.0
4+
5+
### Minor Changes
6+
7+
- [#7093](https://github.com/ardatan/graphql-tools/pull/7093)
8+
[`4a33247`](https://github.com/ardatan/graphql-tools/commit/4a33247c159ebb0db27f0746a2b10c2b786ea8d5)
9+
Thanks [@eddeee888](https://github.com/eddeee888)! - Throw NoTypeDefinitionsFound when cannot find
10+
files, instead of the standard Error
11+
12+
This helps libraries such as GraphQL Code Generator to handle loading error cases more flexibly.
13+
314
## 8.0.19
415

516
### Patch Changes

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

packages/node-require/CHANGELOG.md

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

3+
## 7.0.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`4a33247`](https://github.com/ardatan/graphql-tools/commit/4a33247c159ebb0db27f0746a2b10c2b786ea8d5)]:
9+
- @graphql-tools/load@8.1.0
10+
311
## 7.0.20
412

513
### 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.20",
3+
"version": "7.0.21",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {
@@ -51,7 +51,7 @@
5151
},
5252
"dependencies": {
5353
"@graphql-tools/graphql-file-loader": "8.0.19",
54-
"@graphql-tools/load": "8.0.19",
54+
"@graphql-tools/load": "8.1.0",
5555
"@graphql-tools/utils": "^10.8.6",
5656
"tslib": "^2.4.0"
5757
},

0 commit comments

Comments
 (0)