Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#4697)
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] authored Sep 5, 2022
1 parent 2926a27 commit 5714707
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/ninety-taxis-kneel.md

This file was deleted.

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.19

### Patch Changes

- Updated dependencies [[`2926a270`](https://github.com/ardatan/graphql-tools/commit/2926a27098a94469306664add1f8c232ac6de6e7)]:
- @graphql-tools/url-loader@7.15.0

## 7.2.18

### 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.18",
"version": "7.2.19",
"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.14.3",
"@graphql-tools/url-loader": "7.15.0",
"@graphql-tools/utils": "8.11.0",
"@types/js-yaml": "^4.0.0",
"@types/json-stable-stringify": "^1.0.32",
Expand Down
8 changes: 8 additions & 0 deletions packages/loaders/url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/url-loader

## 7.15.0

### Minor Changes

- [`2926a270`](https://github.com/ardatan/graphql-tools/commit/2926a27098a94469306664add1f8c232ac6de6e7) Thanks [@ardatan](https://github.com/ardatan)! - Do not pass credentials: same-origin by default because it is already default per spec

This prevents an error like (The 'credentials' field on 'RequestInitializerDict' is not implemented.) on the environments that don't support `credentials` flag like CF Workers.

## 7.14.3

### Patch 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.14.3",
"version": "7.15.0",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down

1 comment on commit 5714707

@vercel
Copy link

@vercel vercel bot commented on 5714707 Sep 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.