Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#4560)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jul 4, 2022
1 parent ead60ca commit fb65e50
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/wild-carrots-brake.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/loaders/apollo-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/apollo-engine-loader

## 7.3.1

### Patch Changes

- ead60ca3: Upgrade cross-undici-fetch to the latest that uses undici@5.5.1 as pinned dependency until the issues with 5.6.0 fixed

## 7.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/apollo-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/apollo-engine-loader",
"version": "7.3.0",
"version": "7.3.1",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/loaders/github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/github-loader

## 7.3.1

### Patch Changes

- ead60ca3: Upgrade cross-undici-fetch to the latest that uses undici@5.5.1 as pinned dependency until the issues with 5.6.0 fixed

## 7.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/github-loader",
"version": "7.3.0",
"version": "7.3.1",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/prisma-loader

## 7.2.2

### Patch Changes

- Updated dependencies [ead60ca3]
- @graphql-tools/url-loader@7.12.1

## 7.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/prisma-loader",
"version": "7.2.1",
"version": "7.2.2",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,7 +51,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/url-loader": "7.12.0",
"@graphql-tools/url-loader": "7.12.1",
"@graphql-tools/utils": "8.8.0",
"@types/js-yaml": "^4.0.0",
"@types/json-stable-stringify": "^1.0.32",
Expand Down
6 changes: 6 additions & 0 deletions packages/loaders/url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/url-loader

## 7.12.1

### Patch Changes

- ead60ca3: Upgrade cross-undici-fetch to the latest that uses undici@5.5.1 as pinned dependency until the issues with 5.6.0 fixed

## 7.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/url-loader",
"version": "7.12.0",
"version": "7.12.1",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down

0 comments on commit fb65e50

Please sign in to comment.