Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#4935)
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 Dec 31, 2022
1 parent d06ee9b commit d0dacb8
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/@graphql-tools_executor-http-4934-dependencies.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/executors/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/executor-http

## 0.0.8

### Patch Changes

- [#4934](https://github.com/ardatan/graphql-tools/pull/4934) [`d0383dd6`](https://github.com/ardatan/graphql-tools/commit/d0383dd664e74e653bd933b5e4aefd3ea77b5a52) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@whatwg-node/[email protected]` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.5.4) (from `0.5.3`, in `dependencies`)

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/executors/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-http",
"version": "0.0.7",
"version": "0.0.8",
"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.50

### Patch Changes

- Updated dependencies []:
- @graphql-tools/url-loader@7.16.29

## 7.2.49

### 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.49",
"version": "7.2.50",
"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.16.28",
"@graphql-tools/url-loader": "7.16.29",
"@graphql-tools/utils": "9.1.3",
"@types/js-yaml": "^4.0.0",
"@types/json-stable-stringify": "^1.0.32",
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/url-loader

## 7.16.29

### Patch Changes

- Updated dependencies [[`d0383dd6`](https://github.com/ardatan/graphql-tools/commit/d0383dd664e74e653bd933b5e4aefd3ea77b5a52)]:
- @graphql-tools/executor-http@0.0.8

## 7.16.28

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.16.28",
"version": "7.16.29",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -67,7 +67,7 @@
},
"dependencies": {
"@graphql-tools/delegate": "9.0.21",
"@graphql-tools/executor-http": "0.0.7",
"@graphql-tools/executor-http": "0.0.8",
"@graphql-tools/executor-graphql-ws": "0.0.5",
"@graphql-tools/executor-legacy-ws": "0.0.5",
"@graphql-tools/utils": "9.1.3",
Expand Down

0 comments on commit d0dacb8

Please sign in to comment.