Skip to content

Commit ee746ea

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

File tree

9 files changed

+30
-12
lines changed

9 files changed

+30
-12
lines changed

.changeset/spicy-turkeys-wink.md

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

packages/loaders/apollo-engine/CHANGELOG.md

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

3+
## 7.3.2
4+
5+
### Patch Changes
6+
7+
- eda0da95: Replace 'cross-undici-fetch' with '@whatwg-node/fetch' since the previous one is deprecated
8+
39
## 7.3.1
410

511
### Patch Changes

packages/loaders/apollo-engine/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/apollo-engine-loader",
3-
"version": "7.3.1",
3+
"version": "7.3.2",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",

packages/loaders/github/CHANGELOG.md

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

3+
## 7.3.2
4+
5+
### Patch Changes
6+
7+
- eda0da95: Replace 'cross-undici-fetch' with '@whatwg-node/fetch' since the previous one is deprecated
8+
39
## 7.3.1
410

511
### Patch Changes

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

packages/loaders/prisma/CHANGELOG.md

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

3+
## 7.2.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [eda0da95]
8+
- @graphql-tools/url-loader@7.12.2
9+
310
## 7.2.2
411

512
### Patch Changes

packages/loaders/prisma/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/prisma-loader",
3-
"version": "7.2.2",
3+
"version": "7.2.3",
44
"description": "A set of utils for faster development of GraphQL tools",
55
"repository": {
66
"type": "git",
@@ -51,7 +51,7 @@
5151
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5252
},
5353
"dependencies": {
54-
"@graphql-tools/url-loader": "7.12.1",
54+
"@graphql-tools/url-loader": "7.12.2",
5555
"@graphql-tools/utils": "8.8.0",
5656
"@types/js-yaml": "^4.0.0",
5757
"@types/json-stable-stringify": "^1.0.32",

packages/loaders/url/CHANGELOG.md

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

3+
## 7.12.2
4+
5+
### Patch Changes
6+
7+
- eda0da95: Replace 'cross-undici-fetch' with '@whatwg-node/fetch' since the previous one is deprecated
8+
39
## 7.12.1
410

511
### Patch Changes

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

0 commit comments

Comments
 (0)