diff --git a/.changeset/@graphql-hive_gateway-runtime-420-dependencies.md b/.changeset/@graphql-hive_gateway-runtime-420-dependencies.md deleted file mode 100644 index 3b3d05d11..000000000 --- a/.changeset/@graphql-hive_gateway-runtime-420-dependencies.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@graphql-hive/gateway-runtime': patch ---- - -dependencies updates: - -- Added dependency [`@graphql-tools/executor-common@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-tools/executor-common/v/workspace:^) (to `dependencies`) diff --git a/.changeset/@graphql-mesh_fusion-runtime-420-dependencies.md b/.changeset/@graphql-mesh_fusion-runtime-420-dependencies.md deleted file mode 100644 index be10dab85..000000000 --- a/.changeset/@graphql-mesh_fusion-runtime-420-dependencies.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@graphql-mesh/fusion-runtime': patch ---- - -dependencies updates: - -- Updated dependency [`@envelop/core@^5.0.3` ↗︎](https://www.npmjs.com/package/@envelop/core/v/5.0.3) (from `^5.0.1`, in `dependencies`) diff --git a/.changeset/@graphql-mesh_transport-common-420-dependencies.md b/.changeset/@graphql-mesh_transport-common-420-dependencies.md deleted file mode 100644 index e09e6e3d5..000000000 --- a/.changeset/@graphql-mesh_transport-common-420-dependencies.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@graphql-mesh/transport-common': patch ---- - -dependencies updates: - -- Updated dependency [`@envelop/core@^5.0.3` ↗︎](https://www.npmjs.com/package/@envelop/core/v/5.0.3) (from `^5.0.1`, in `dependencies`) diff --git a/.changeset/heavy-ducks-worry.md b/.changeset/heavy-ducks-worry.md deleted file mode 100644 index 5587871fc..000000000 --- a/.changeset/heavy-ducks-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-tools/stitch': patch ---- - -Respect fragments while calculating the selection score diff --git a/.changeset/real-bulldogs-work.md b/.changeset/real-bulldogs-work.md deleted file mode 100644 index 995f73754..000000000 --- a/.changeset/real-bulldogs-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-tools/federation': patch ---- - -In case of shared Mutation field in different subgraphs, choose the best option instead of choosing the last option just like we do in Query root fields diff --git a/.changeset/twelve-ladybugs-retire.md b/.changeset/twelve-ladybugs-retire.md deleted file mode 100644 index d5e296be7..000000000 --- a/.changeset/twelve-ladybugs-retire.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'@graphql-mesh/transport-http-callback': patch -'@graphql-mesh/transport-common': patch -'@graphql-mesh/transport-http': patch -'@graphql-tools/executor-http': patch -'@graphql-mesh/fusion-runtime': patch -'@graphql-hive/gateway-runtime': patch ---- - -- In case of schema reload, throw `SCHEMA_RELOAD` error while recreating the transports and executors -- In case of shut down, throw `SHUTTING_DOWN` error while cleaning the transports and executors up - -Previously, these errors are only thrown for subscriptions not it is thrown in other type of operations as well. -And previously the thrown errors during these two cleanup and restart process were cryptic, now the mentioned two errors above are thrown with more clear messages \ No newline at end of file diff --git a/.changeset/unlucky-yaks-love.md b/.changeset/unlucky-yaks-love.md deleted file mode 100644 index f44681d90..000000000 --- a/.changeset/unlucky-yaks-love.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphql-mesh/fusion-runtime': patch -'@graphql-hive/gateway-runtime': patch ---- - -Leave the supergraph configuration handling logic to fusion-runtime package so it can compare bare read supergraph sdl directly inside unified graph manager to decide if the supergraph has changed. diff --git a/packages/executors/http/CHANGELOG.md b/packages/executors/http/CHANGELOG.md index e99650571..e1bb057f8 100644 --- a/packages/executors/http/CHANGELOG.md +++ b/packages/executors/http/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-tools/executor-http +## 1.2.5 + +### Patch Changes + +- [#420](https://github.com/graphql-hive/gateway/pull/420) [`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92) Thanks [@ardatan](https://github.com/ardatan)! - - In case of schema reload, throw `SCHEMA_RELOAD` error while recreating the transports and executors + + - In case of shut down, throw `SHUTTING_DOWN` error while cleaning the transports and executors up + + Previously, these errors are only thrown for subscriptions not it is thrown in other type of operations as well. + And previously the thrown errors during these two cleanup and restart process were cryptic, now the mentioned two errors above are thrown with more clear messages + ## 1.2.4 ### Patch Changes diff --git a/packages/executors/http/package.json b/packages/executors/http/package.json index b2c8be6ba..7704c13ec 100644 --- a/packages/executors/http/package.json +++ b/packages/executors/http/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-tools/executor-http", - "version": "1.2.4", + "version": "1.2.5", "type": "module", "description": "A set of utils for faster development of GraphQL tools", "repository": { diff --git a/packages/federation/CHANGELOG.md b/packages/federation/CHANGELOG.md index 3c8381be9..da9a871e2 100644 --- a/packages/federation/CHANGELOG.md +++ b/packages/federation/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-tools/federation +## 3.0.9 + +### Patch Changes + +- [#443](https://github.com/graphql-hive/gateway/pull/443) [`a625269`](https://github.com/graphql-hive/gateway/commit/a62526936680d030339fc26cc55d76507134b022) Thanks [@ardatan](https://github.com/ardatan)! - In case of shared Mutation field in different subgraphs, choose the best option instead of choosing the last option just like we do in Query root fields + +- Updated dependencies [[`a625269`](https://github.com/graphql-hive/gateway/commit/a62526936680d030339fc26cc55d76507134b022), [`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92)]: + - @graphql-tools/stitch@9.4.14 + - @graphql-tools/executor-http@1.2.5 + ## 3.0.8 ### Patch Changes diff --git a/packages/federation/package.json b/packages/federation/package.json index 1439ae7a1..ef091d734 100644 --- a/packages/federation/package.json +++ b/packages/federation/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-tools/federation", - "version": "3.0.8", + "version": "3.0.9", "type": "module", "description": "Useful tools to create and manipulate GraphQL schemas.", "repository": { diff --git a/packages/fusion-runtime/CHANGELOG.md b/packages/fusion-runtime/CHANGELOG.md index bc0e3fa3b..44c2d61e6 100644 --- a/packages/fusion-runtime/CHANGELOG.md +++ b/packages/fusion-runtime/CHANGELOG.md @@ -1,5 +1,27 @@ # @graphql-mesh/fusion-runtime +## 0.10.29 + +### Patch Changes + +- [#420](https://github.com/graphql-hive/gateway/pull/420) [`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates: + + - Updated dependency [`@envelop/core@^5.0.3` ↗︎](https://www.npmjs.com/package/@envelop/core/v/5.0.3) (from `^5.0.1`, in `dependencies`) + +- [#420](https://github.com/graphql-hive/gateway/pull/420) [`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92) Thanks [@ardatan](https://github.com/ardatan)! - - In case of schema reload, throw `SCHEMA_RELOAD` error while recreating the transports and executors + + - In case of shut down, throw `SHUTTING_DOWN` error while cleaning the transports and executors up + + Previously, these errors are only thrown for subscriptions not it is thrown in other type of operations as well. + And previously the thrown errors during these two cleanup and restart process were cryptic, now the mentioned two errors above are thrown with more clear messages + +- [#420](https://github.com/graphql-hive/gateway/pull/420) [`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92) Thanks [@ardatan](https://github.com/ardatan)! - Leave the supergraph configuration handling logic to fusion-runtime package so it can compare bare read supergraph sdl directly inside unified graph manager to decide if the supergraph has changed. + +- Updated dependencies [[`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92), [`a625269`](https://github.com/graphql-hive/gateway/commit/a62526936680d030339fc26cc55d76507134b022), [`a625269`](https://github.com/graphql-hive/gateway/commit/a62526936680d030339fc26cc55d76507134b022), [`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92)]: + - @graphql-mesh/transport-common@0.7.27 + - @graphql-tools/stitch@9.4.14 + - @graphql-tools/federation@3.0.9 + ## 0.10.28 ### Patch Changes diff --git a/packages/fusion-runtime/package.json b/packages/fusion-runtime/package.json index d2f00f18b..dc4573e90 100644 --- a/packages/fusion-runtime/package.json +++ b/packages/fusion-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/fusion-runtime", - "version": "0.10.28", + "version": "0.10.29", "type": "module", "description": "Runtime for GraphQL Mesh Fusion Supergraph", "repository": { diff --git a/packages/gateway/CHANGELOG.md b/packages/gateway/CHANGELOG.md index df19d6280..d1b0f1670 100644 --- a/packages/gateway/CHANGELOG.md +++ b/packages/gateway/CHANGELOG.md @@ -1,5 +1,18 @@ # @graphql-hive/gateway +## 1.7.9 + +### Patch Changes + +- Updated dependencies [[`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92), [`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92), [`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92)]: + - @graphql-hive/gateway-runtime@1.4.8 + - @graphql-mesh/transport-http-callback@0.5.18 + - @graphql-mesh/transport-http@0.6.31 + - @graphql-mesh/plugin-opentelemetry@1.3.36 + - @graphql-mesh/plugin-prometheus@1.3.24 + - @graphql-mesh/transport-ws@0.4.16 + - @graphql-mesh/hmac-upstream-signature@1.2.19 + ## 1.7.8 ### Patch Changes diff --git a/packages/gateway/package.json b/packages/gateway/package.json index 61376a359..ff9b05294 100644 --- a/packages/gateway/package.json +++ b/packages/gateway/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/gateway", - "version": "1.7.8", + "version": "1.7.9", "type": "module", "repository": { "type": "git", diff --git a/packages/plugins/opentelemetry/CHANGELOG.md b/packages/plugins/opentelemetry/CHANGELOG.md index dfcd3e0ba..d359bc733 100644 --- a/packages/plugins/opentelemetry/CHANGELOG.md +++ b/packages/plugins/opentelemetry/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-mesh/plugin-opentelemetry +## 1.3.36 + +### Patch Changes + +- Updated dependencies [[`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92), [`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92), [`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92), [`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92)]: + - @graphql-hive/gateway-runtime@1.4.8 + - @graphql-mesh/transport-common@0.7.27 + ## 1.3.35 ### Patch Changes diff --git a/packages/plugins/opentelemetry/package.json b/packages/plugins/opentelemetry/package.json index 61991c9e3..2c94405ea 100644 --- a/packages/plugins/opentelemetry/package.json +++ b/packages/plugins/opentelemetry/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-opentelemetry", - "version": "1.3.35", + "version": "1.3.36", "type": "module", "repository": { "type": "git", diff --git a/packages/plugins/prometheus/CHANGELOG.md b/packages/plugins/prometheus/CHANGELOG.md index be419c7c1..9aaca0ae5 100644 --- a/packages/plugins/prometheus/CHANGELOG.md +++ b/packages/plugins/prometheus/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/plugin-prometheus +## 1.3.24 + +### Patch Changes + +- Updated dependencies [[`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92), [`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92), [`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92)]: + - @graphql-hive/gateway-runtime@1.4.8 + ## 1.3.23 ### Patch Changes diff --git a/packages/plugins/prometheus/package.json b/packages/plugins/prometheus/package.json index 323a8ba4f..c82415190 100644 --- a/packages/plugins/prometheus/package.json +++ b/packages/plugins/prometheus/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-prometheus", - "version": "1.3.23", + "version": "1.3.24", "type": "module", "repository": { "type": "git", diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index 56777a954..6e0c3607f 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,30 @@ # @graphql-hive/gateway-runtime +## 1.4.8 + +### Patch Changes + +- [#420](https://github.com/graphql-hive/gateway/pull/420) [`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates: + + - Added dependency [`@graphql-tools/executor-common@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-tools/executor-common/v/workspace:^) (to `dependencies`) + +- [#420](https://github.com/graphql-hive/gateway/pull/420) [`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92) Thanks [@ardatan](https://github.com/ardatan)! - - In case of schema reload, throw `SCHEMA_RELOAD` error while recreating the transports and executors + + - In case of shut down, throw `SHUTTING_DOWN` error while cleaning the transports and executors up + + Previously, these errors are only thrown for subscriptions not it is thrown in other type of operations as well. + And previously the thrown errors during these two cleanup and restart process were cryptic, now the mentioned two errors above are thrown with more clear messages + +- [#420](https://github.com/graphql-hive/gateway/pull/420) [`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92) Thanks [@ardatan](https://github.com/ardatan)! - Leave the supergraph configuration handling logic to fusion-runtime package so it can compare bare read supergraph sdl directly inside unified graph manager to decide if the supergraph has changed. + +- Updated dependencies [[`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92), [`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92), [`a625269`](https://github.com/graphql-hive/gateway/commit/a62526936680d030339fc26cc55d76507134b022), [`a625269`](https://github.com/graphql-hive/gateway/commit/a62526936680d030339fc26cc55d76507134b022), [`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92), [`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92)]: + - @graphql-mesh/fusion-runtime@0.10.29 + - @graphql-mesh/transport-common@0.7.27 + - @graphql-tools/stitch@9.4.14 + - @graphql-tools/federation@3.0.9 + - @graphql-tools/executor-http@1.2.5 + - @graphql-mesh/hmac-upstream-signature@1.2.19 + ## 1.4.7 ### Patch Changes diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 4e5cb8f92..0b4f97bc9 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/gateway-runtime", - "version": "1.4.7", + "version": "1.4.8", "type": "module", "repository": { "type": "git", diff --git a/packages/stitch/CHANGELOG.md b/packages/stitch/CHANGELOG.md index e235a6598..4fa3fa51c 100644 --- a/packages/stitch/CHANGELOG.md +++ b/packages/stitch/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-tools/stitch +## 9.4.14 + +### Patch Changes + +- [#443](https://github.com/graphql-hive/gateway/pull/443) [`a625269`](https://github.com/graphql-hive/gateway/commit/a62526936680d030339fc26cc55d76507134b022) Thanks [@ardatan](https://github.com/ardatan)! - Respect fragments while calculating the selection score + ## 9.4.13 ### Patch Changes diff --git a/packages/stitch/package.json b/packages/stitch/package.json index a18f2b71e..e8f0c0ca7 100644 --- a/packages/stitch/package.json +++ b/packages/stitch/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-tools/stitch", - "version": "9.4.13", + "version": "9.4.14", "type": "module", "description": "A set of utils for faster development of GraphQL tools", "repository": { diff --git a/packages/transports/common/CHANGELOG.md b/packages/transports/common/CHANGELOG.md index f50612cb2..67a6cf039 100644 --- a/packages/transports/common/CHANGELOG.md +++ b/packages/transports/common/CHANGELOG.md @@ -1,5 +1,20 @@ # @graphql-mesh/transport-common +## 0.7.27 + +### Patch Changes + +- [#420](https://github.com/graphql-hive/gateway/pull/420) [`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates: + + - Updated dependency [`@envelop/core@^5.0.3` ↗︎](https://www.npmjs.com/package/@envelop/core/v/5.0.3) (from `^5.0.1`, in `dependencies`) + +- [#420](https://github.com/graphql-hive/gateway/pull/420) [`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92) Thanks [@ardatan](https://github.com/ardatan)! - - In case of schema reload, throw `SCHEMA_RELOAD` error while recreating the transports and executors + + - In case of shut down, throw `SHUTTING_DOWN` error while cleaning the transports and executors up + + Previously, these errors are only thrown for subscriptions not it is thrown in other type of operations as well. + And previously the thrown errors during these two cleanup and restart process were cryptic, now the mentioned two errors above are thrown with more clear messages + ## 0.7.26 ### Patch Changes diff --git a/packages/transports/common/package.json b/packages/transports/common/package.json index 92d0be696..a68b33193 100644 --- a/packages/transports/common/package.json +++ b/packages/transports/common/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-common", - "version": "0.7.26", + "version": "0.7.27", "type": "module", "repository": { "type": "git", diff --git a/packages/transports/http-callback/CHANGELOG.md b/packages/transports/http-callback/CHANGELOG.md index 56a7cd091..07b956d83 100644 --- a/packages/transports/http-callback/CHANGELOG.md +++ b/packages/transports/http-callback/CHANGELOG.md @@ -1,5 +1,19 @@ # @graphql-mesh/transport-http-callback +## 0.5.18 + +### Patch Changes + +- [#420](https://github.com/graphql-hive/gateway/pull/420) [`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92) Thanks [@ardatan](https://github.com/ardatan)! - - In case of schema reload, throw `SCHEMA_RELOAD` error while recreating the transports and executors + + - In case of shut down, throw `SHUTTING_DOWN` error while cleaning the transports and executors up + + Previously, these errors are only thrown for subscriptions not it is thrown in other type of operations as well. + And previously the thrown errors during these two cleanup and restart process were cryptic, now the mentioned two errors above are thrown with more clear messages + +- Updated dependencies [[`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92), [`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92)]: + - @graphql-mesh/transport-common@0.7.27 + ## 0.5.17 ### Patch Changes diff --git a/packages/transports/http-callback/package.json b/packages/transports/http-callback/package.json index a2a61a576..da8738cb2 100644 --- a/packages/transports/http-callback/package.json +++ b/packages/transports/http-callback/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-http-callback", - "version": "0.5.17", + "version": "0.5.18", "type": "module", "repository": { "type": "git", diff --git a/packages/transports/http/CHANGELOG.md b/packages/transports/http/CHANGELOG.md index b1c36b6f7..367946fbc 100644 --- a/packages/transports/http/CHANGELOG.md +++ b/packages/transports/http/CHANGELOG.md @@ -1,5 +1,20 @@ # @graphql-mesh/transport-http +## 0.6.31 + +### Patch Changes + +- [#420](https://github.com/graphql-hive/gateway/pull/420) [`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92) Thanks [@ardatan](https://github.com/ardatan)! - - In case of schema reload, throw `SCHEMA_RELOAD` error while recreating the transports and executors + + - In case of shut down, throw `SHUTTING_DOWN` error while cleaning the transports and executors up + + Previously, these errors are only thrown for subscriptions not it is thrown in other type of operations as well. + And previously the thrown errors during these two cleanup and restart process were cryptic, now the mentioned two errors above are thrown with more clear messages + +- Updated dependencies [[`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92), [`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92)]: + - @graphql-mesh/transport-common@0.7.27 + - @graphql-tools/executor-http@1.2.5 + ## 0.6.30 ### Patch Changes diff --git a/packages/transports/http/package.json b/packages/transports/http/package.json index 65051b450..1700425ab 100644 --- a/packages/transports/http/package.json +++ b/packages/transports/http/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-http", - "version": "0.6.30", + "version": "0.6.31", "type": "module", "repository": { "type": "git", diff --git a/packages/transports/ws/CHANGELOG.md b/packages/transports/ws/CHANGELOG.md index 06b81b991..ee7bb0d53 100644 --- a/packages/transports/ws/CHANGELOG.md +++ b/packages/transports/ws/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/transport-ws +## 0.4.16 + +### Patch Changes + +- Updated dependencies [[`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92), [`14152f7`](https://github.com/graphql-hive/gateway/commit/14152f70d91572c0e60ba15ddeb2ffd0b41c9e92)]: + - @graphql-mesh/transport-common@0.7.27 + ## 0.4.15 ### Patch Changes diff --git a/packages/transports/ws/package.json b/packages/transports/ws/package.json index 15238df67..b33f9b934 100644 --- a/packages/transports/ws/package.json +++ b/packages/transports/ws/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-ws", - "version": "0.4.15", + "version": "0.4.16", "type": "module", "repository": { "type": "git",