Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#5022)
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 2, 2023
1 parent d104ce5 commit 58a9882
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 10 deletions.

This file was deleted.

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

## 0.0.9

### Patch Changes

- [#5020](https://github.com/ardatan/graphql-tools/pull/5020) [`d104ce50`](https://github.com/ardatan/graphql-tools/commit/d104ce50a9ee18e92ffc92c39ff87e1cffc2aa19) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/graphql-ws/v/5.11.3) (from `5.11.2`, in `dependencies`)

## 0.0.8

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

### Patch Changes

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

## 7.2.59

### 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.59",
"version": "7.2.60",
"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.8",
"@graphql-tools/url-loader": "7.17.9",
"@graphql-tools/utils": "9.2.0",
"@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.17.9

### Patch Changes

- Updated dependencies [[`d104ce50`](https://github.com/ardatan/graphql-tools/commit/d104ce50a9ee18e92ffc92c39ff87e1cffc2aa19)]:
- @graphql-tools/executor-graphql-ws@0.0.9

## 7.17.8

### 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.8",
"version": "7.17.9",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -68,7 +68,7 @@
"dependencies": {
"@graphql-tools/delegate": "9.0.25",
"@graphql-tools/executor-http": "0.1.4",
"@graphql-tools/executor-graphql-ws": "0.0.8",
"@graphql-tools/executor-graphql-ws": "0.0.9",
"@graphql-tools/executor-legacy-ws": "0.0.7",
"@graphql-tools/utils": "9.2.0",
"@graphql-tools/wrap": "9.3.4",
Expand Down

0 comments on commit 58a9882

Please sign in to comment.