Skip to content

Commit c1dcc58

Browse files
chore(release): update monorepo packages versions (#2901)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 22a9f3d commit c1dcc58

File tree

10 files changed

+40
-18
lines changed

10 files changed

+40
-18
lines changed

.changeset/fuzzy-jobs-own.md

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

packages/batch-execute/CHANGELOG.md

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

3+
## 7.1.2
4+
5+
### Patch Changes
6+
7+
- 22a9f3da: fix(deps): follow package conventions on when to pin
8+
39
## 7.1.1
410

511
### Patch Changes

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

packages/delegate/CHANGELOG.md

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

3+
## 7.1.5
4+
5+
### Patch Changes
6+
7+
- 22a9f3da: fix(deps): follow package conventions on when to pin
8+
- Updated dependencies [22a9f3da]
9+
- @graphql-tools/batch-execute@7.1.2
10+
- @graphql-tools/schema@7.1.5
11+
312
## 7.1.4
413

514
### Patch Changes

packages/delegate/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/delegate",
3-
"version": "7.1.4",
3+
"version": "7.1.5",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -22,8 +22,8 @@
2222
"input": "./src/index.ts"
2323
},
2424
"dependencies": {
25-
"@graphql-tools/batch-execute": "^7.1.1",
26-
"@graphql-tools/schema": "^7.1.4",
25+
"@graphql-tools/batch-execute": "^7.1.2",
26+
"@graphql-tools/schema": "^7.1.5",
2727
"@graphql-tools/utils": "^7.7.1",
2828
"@ardatan/aggregate-error": "0.0.6",
2929
"dataloader": "2.0.0",

packages/schema/CHANGELOG.md

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

3+
## 7.1.5
4+
5+
### Patch Changes
6+
7+
- 22a9f3da: fix(deps): follow package conventions on when to pin
8+
39
## 7.1.4
410

511
### Patch Changes

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

packages/stitching-directives/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"input": "./src/index.ts"
2323
},
2424
"dependencies": {
25-
"@graphql-tools/delegate": "^7.1.4",
25+
"@graphql-tools/delegate": "^7.1.5",
2626
"@graphql-tools/utils": "^7.2.4",
2727
"tslib": "~2.2.0"
2828
},
2929
"devDependencies": {
30-
"@graphql-tools/schema": "7.1.4"
30+
"@graphql-tools/schema": "7.1.5"
3131
},
3232
"publishConfig": {
3333
"access": "public",

packages/wrap/CHANGELOG.md

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

3+
## 7.0.8
4+
5+
### Patch Changes
6+
7+
- 22a9f3da: fix(deps): follow package conventions on when to pin
8+
- Updated dependencies [22a9f3da]
9+
- @graphql-tools/delegate@7.1.5
10+
- @graphql-tools/schema@7.1.5
11+
312
## 7.0.7
413

514
### Patch Changes

packages/wrap/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/wrap",
3-
"version": "7.0.7",
3+
"version": "7.0.8",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -25,8 +25,8 @@
2525
"is-promise": "4.0.0"
2626
},
2727
"dependencies": {
28-
"@graphql-tools/delegate": "^7.1.4",
29-
"@graphql-tools/schema": "^7.1.4",
28+
"@graphql-tools/delegate": "^7.1.5",
29+
"@graphql-tools/schema": "^7.1.5",
3030
"@graphql-tools/utils": "^7.8.1",
3131
"tslib": "~2.2.0",
3232
"value-or-promise": "1.0.6"

0 commit comments

Comments
 (0)