Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#4587)
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 23, 2022
1 parent f63b7d2 commit fa93a77
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/ninety-stingrays-type.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/loaders/prisma/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-tools/prisma-loader

## 7.2.5

### Patch Changes

- Updated dependencies [e98c84a3]
- @graphql-tools/url-loader@7.13.0

## 7.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/prisma/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/prisma-loader",
"version": "7.2.4",
"version": "7.2.5",
"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.4",
"@graphql-tools/url-loader": "7.13.0",
"@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
@@ -1,5 +1,11 @@
# @graphql-tools/url-loader

## 7.13.0

### Minor Changes

- e98c84a3: Handle SSE responses by using TextDecoderStream if fetch API returns ReadableStream but not AsyncIterable. Previously we handle that with some extra logic that is already available in TextDecoderStream

## 7.12.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/url/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/url-loader",
"version": "7.12.4",
"version": "7.13.0",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down

0 comments on commit fa93a77

Please sign in to comment.