Skip to content

Commit 10e8f2f

Browse files
chore(release): update monorepo packages versions (#4037)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b25ffff commit 10e8f2f

File tree

12 files changed

+39
-29
lines changed

12 files changed

+39
-29
lines changed

.changeset/chatty-bikes-itch.md

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

.changeset/famous-owls-sit.md

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

.changeset/gentle-poets-compete.md

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

.changeset/shy-poems-tell.md

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

packages/import/CHANGELOG.md

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

3+
## 6.6.4
4+
5+
### Patch Changes
6+
7+
- 7c6b28e6: Changes to the documentation regarding processImport
8+
- Updated dependencies [69b316c2]
9+
- @graphql-tools/utils@8.6.0
10+
311
## 6.6.3
412

513
### Patch Changes

packages/import/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/import",
3-
"version": "6.6.3",
3+
"version": "6.6.4",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -34,7 +34,7 @@
3434
"directory": "dist"
3535
},
3636
"dependencies": {
37-
"@graphql-tools/utils": "8.5.5",
37+
"@graphql-tools/utils": "8.6.0",
3838
"resolve-from": "5.0.0",
3939
"tslib": "~2.3.0"
4040
}

packages/load/CHANGELOG.md

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

3+
## 7.5.1
4+
5+
### Patch Changes
6+
7+
- 2e437eba: Fix type error on NON_OPERATION_KINDS when using with graphql@15
8+
- 7c6b28e6: Changes to the documentation regarding processImport
9+
- Updated dependencies [69b316c2]
10+
- @graphql-tools/utils@8.6.0
11+
312
## 7.5.0
413

514
### Minor Changes

packages/load/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/load",
3-
"version": "7.5.0",
3+
"version": "7.5.1",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -34,7 +34,7 @@
3434
"graphql-type-json": "0.3.2"
3535
},
3636
"dependencies": {
37-
"@graphql-tools/utils": "^8.5.5",
37+
"@graphql-tools/utils": "^8.6.0",
3838
"@graphql-tools/schema": "8.3.1",
3939
"p-limit": "3.1.0",
4040
"tslib": "~2.3.0"

packages/mock/CHANGELOG.md

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

3+
## 8.5.1
4+
5+
### Patch Changes
6+
7+
- 9c03ac88: Resolve an issue with custom scalar mocks being ignored in deep mocking when preserveResolvers option is turned on.
8+
- Updated dependencies [69b316c2]
9+
- @graphql-tools/utils@8.6.0
10+
311
## 8.5.0
412

513
### Minor Changes

packages/mock/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/mock",
3-
"version": "8.5.0",
3+
"version": "8.5.1",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@graphql-tools/schema": "^8.3.1",
36-
"@graphql-tools/utils": "^8.5.1",
36+
"@graphql-tools/utils": "^8.6.0",
3737
"fast-json-stable-stringify": "^2.1.0",
3838
"tslib": "~2.3.0"
3939
},

packages/utils/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-tools/utils
22

3+
## 8.6.0
4+
5+
### Minor Changes
6+
7+
- 69b316c2: feat(utils): more withCancel utils
8+
39
## 8.5.5
410

511
### Patch Changes
@@ -360,7 +366,7 @@
360366

361367
```js
362368
{
363-
mydir: [{ arg: 'first' }, { arg: 'second' }]
369+
mydir: [{ arg: 'first' }, { arg: 'second' }];
364370
}
365371
```
366372

packages/utils/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/utils",
3-
"version": "8.5.5",
3+
"version": "8.6.0",
44
"description": "Common package containing utils and types for GraphQL tools",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)