Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#5042)
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 Feb 11, 2023
1 parent a6f8ba8 commit dd21423
Show file tree
Hide file tree
Showing 14 changed files with 44 additions and 27 deletions.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-tools_executor-http-5041-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-tools_github-loader-5041-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-tools_url-loader-5041-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.1.7

### Patch Changes

- [#5041](https://github.com/ardatan/graphql-tools/pull/5041) [`1b948acc`](https://github.com/ardatan/graphql-tools/commit/1b948accf76366f45f69fe212e0d600a85eb6a89) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@whatwg-node/fetch@^0.8.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.8.0) (from `^0.7.0`, in `dependencies`)

## 0.1.6

### 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.1.6",
"version": "0.1.7",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/apollo-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/apollo-engine-loader

## 7.3.26

### Patch Changes

- [#5041](https://github.com/ardatan/graphql-tools/pull/5041) [`1b948acc`](https://github.com/ardatan/graphql-tools/commit/1b948accf76366f45f69fe212e0d600a85eb6a89) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@whatwg-node/fetch@^0.8.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.8.0) (from `^0.7.0`, in `dependencies`)

## 7.3.25

### Patch 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.25",
"version": "7.3.26",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/github-loader

## 7.3.27

### Patch Changes

- [#5041](https://github.com/ardatan/graphql-tools/pull/5041) [`1b948acc`](https://github.com/ardatan/graphql-tools/commit/1b948accf76366f45f69fe212e0d600a85eb6a89) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@whatwg-node/fetch@^0.8.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.8.0) (from `^0.7.0`, in `dependencies`)

## 7.3.26

### Patch 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.26",
"version": "7.3.27",
"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.63

### Patch Changes

- Updated dependencies [[`1b948acc`](https://github.com/ardatan/graphql-tools/commit/1b948accf76366f45f69fe212e0d600a85eb6a89)]:
- @graphql-tools/url-loader@7.17.12

## 7.2.62

### 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.62",
"version": "7.2.63",
"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.17.11",
"@graphql-tools/url-loader": "7.17.12",
"@graphql-tools/utils": "9.2.1",
"@types/js-yaml": "^4.0.0",
"@types/json-stable-stringify": "^1.0.32",
Expand Down
9 changes: 9 additions & 0 deletions packages/loaders/url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/url-loader

## 7.17.12

### Patch Changes

- [#5041](https://github.com/ardatan/graphql-tools/pull/5041) [`1b948acc`](https://github.com/ardatan/graphql-tools/commit/1b948accf76366f45f69fe212e0d600a85eb6a89) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@whatwg-node/fetch@^0.8.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.8.0) (from `^0.7.0`, in `dependencies`)
- Updated dependencies [[`1b948acc`](https://github.com/ardatan/graphql-tools/commit/1b948accf76366f45f69fe212e0d600a85eb6a89)]:
- @graphql-tools/executor-http@0.1.7

## 7.17.11

### 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.17.11",
"version": "7.17.12",
"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.26",
"@graphql-tools/executor-http": "^0.1.6",
"@graphql-tools/executor-http": "^0.1.7",
"@graphql-tools/executor-graphql-ws": "^0.0.10",
"@graphql-tools/executor-legacy-ws": "^0.0.8",
"@graphql-tools/utils": "^9.2.1",
Expand Down

0 comments on commit dd21423

Please sign in to comment.