Skip to content

Commit

Permalink
Upcoming Release Changes (#585)
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
theguild-bot and github-actions[bot] authored Feb 4, 2025
1 parent 7d42160 commit 344f837
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 20 deletions.
7 changes: 0 additions & 7 deletions .changeset/@graphql-mesh_transport-ws-591-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-ghosts-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-brooms-rush.md

This file was deleted.

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

## 2.0.1

### Patch Changes

- [#591](https://github.com/graphql-hive/gateway/pull/591) [`7d42160`](https://github.com/graphql-hive/gateway/commit/7d42160c31a10efbc680826704410fc1a33fb97c) Thanks [@ardatan](https://github.com/ardatan)! - Fix the regression preventing users from passing custom `lazy` and `lazyCloseTimeout` options

## 2.0.0

### Major 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": "2.0.0",
"version": "2.0.1",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-hive/gateway

## 1.9.3

### Patch Changes

- Updated dependencies [[`7d42160`](https://github.com/graphql-hive/gateway/commit/7d42160c31a10efbc680826704410fc1a33fb97c), [`7d42160`](https://github.com/graphql-hive/gateway/commit/7d42160c31a10efbc680826704410fc1a33fb97c)]:
- @graphql-mesh/transport-ws@1.0.1

## 1.9.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/gateway",
"version": "1.9.2",
"version": "1.9.3",
"type": "module",
"repository": {
"type": "git",
Expand Down
13 changes: 13 additions & 0 deletions packages/transports/ws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @graphql-mesh/transport-ws

## 1.0.1

### Patch Changes

- [#591](https://github.com/graphql-hive/gateway/pull/591) [`7d42160`](https://github.com/graphql-hive/gateway/commit/7d42160c31a10efbc680826704410fc1a33fb97c) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:

- Removed dependency [`isomorphic-ws@^5.0.0` ↗︎](https://www.npmjs.com/package/isomorphic-ws/v/5.0.0) (from `dependencies`)

- [#591](https://github.com/graphql-hive/gateway/pull/591) [`7d42160`](https://github.com/graphql-hive/gateway/commit/7d42160c31a10efbc680826704410fc1a33fb97c) Thanks [@ardatan](https://github.com/ardatan)! - Avoid having an extra Client instantiation in the transport, and use the one in the executor

- Updated dependencies [[`7d42160`](https://github.com/graphql-hive/gateway/commit/7d42160c31a10efbc680826704410fc1a33fb97c)]:
- @graphql-tools/executor-graphql-ws@2.0.1

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/transports/ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/transport-ws",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"repository": {
"type": "git",
Expand Down

0 comments on commit 344f837

Please sign in to comment.