Skip to content

Commit 07e12ce

Browse files
chore(release): update monorepo packages versions (#2927)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4e8fa6c commit 07e12ce

File tree

6 files changed

+17
-13
lines changed

6 files changed

+17
-13
lines changed

.changeset/nasty-worms-hope.md

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

.changeset/witty-fireants-bake.md

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

packages/resolvers-composition/CHANGELOG.md

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

3+
## 6.2.8
4+
5+
### Patch Changes
6+
7+
- be23817f: enhance(resolversComposition): do not compose scalar config
8+
- Updated dependencies [be23817f]
9+
- @graphql-tools/utils@7.9.1
10+
311
## 6.2.7
412

513
### Patch Changes

packages/resolvers-composition/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/resolvers-composition",
3-
"version": "6.2.7",
3+
"version": "6.2.8",
44
"description": "Common package containing utils and types for GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
"@types/lodash": "4.14.168"
2424
},
2525
"dependencies": {
26-
"@graphql-tools/utils": "^7.0.0",
26+
"@graphql-tools/utils": "^7.9.1",
2727
"lodash": "4.17.21",
2828
"tslib": "~2.2.0"
2929
},

packages/utils/CHANGELOG.md

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

3+
## 7.9.1
4+
5+
### Patch Changes
6+
7+
- be23817f: enhance(utils): do not extract default resolvers
8+
39
## 7.9.0
410

511
### Minor Changes

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

0 commit comments

Comments
 (0)