Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#4690)
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 Sep 1, 2022
1 parent f8610d2 commit c41f39e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/weak-news-cough.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.17

### Patch Changes

- Updated dependencies [[`f8610d24`](https://github.com/ardatan/graphql-tools/commit/f8610d240083a621852c21342139c12d736ac6af)]:
- @graphql-tools/url-loader@7.14.2

## 7.2.16

### 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.16",
"version": "7.2.17",
"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.1",
"@graphql-tools/url-loader": "7.14.2",
"@graphql-tools/utils": "8.10.1",
"@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.14.2

### Patch Changes

- [#4689](https://github.com/ardatan/graphql-tools/pull/4689) [`f8610d24`](https://github.com/ardatan/graphql-tools/commit/f8610d240083a621852c21342139c12d736ac6af) Thanks [@paales](https://github.com/paales)! - When using useGETForQueries make the URL as short as possible by stripping out all ignored characters

## 7.14.1

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

1 comment on commit c41f39e

@vercel
Copy link

@vercel vercel bot commented on c41f39e Sep 1, 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.