diff --git a/.changeset/good-things-follow.md b/.changeset/good-things-follow.md deleted file mode 100644 index b08436ecde6..00000000000 --- a/.changeset/good-things-follow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Address vulnerability [GHSA-2v4p-qf9q-27wj](https://github.com/advisories/GHSA-2v4p-qf9q-27wj). diff --git a/.changeset/large-streets-remain.md b/.changeset/large-streets-remain.md deleted file mode 100644 index ea9d8116929..00000000000 --- a/.changeset/large-streets-remain.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@graphql-hive/core': patch -'@graphql-hive/apollo': patch -'@graphql-hive/envelop': patch -'@graphql-hive/gateway-plugin-console-sdk': patch -'@graphql-hive/yoga': patch ---- - -Deprecate run-time reporting schemas from `useHive` plugin. - -Use Hive CLI (`@graphql-hive/cli`) to publish the schema file instead. This aligns with best practices for schema management and prevents an issue where multiple service instances result in numerous publishes to Hive. diff --git a/.changeset/light-plants-scream.md b/.changeset/light-plants-scream.md deleted file mode 100644 index 4ffa7709fe9..00000000000 --- a/.changeset/light-plants-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': minor ---- - -Metric alert rules are now available to every organization. Create rules on a target's Alerts page to be notified when latency, error rate, or traffic crosses a fixed threshold or changes by a set percentage. diff --git a/.changeset/olive-moons-search.md b/.changeset/olive-moons-search.md deleted file mode 100644 index 7665bb98a0e..00000000000 --- a/.changeset/olive-moons-search.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'hive': patch ---- - -Add a subgraph filter to the schema explorer and move the explorer's filters into a single filter menu. - -The explorer can now be narrowed to one or more subgraphs, on the main view as well as the type, unused and deprecated views. Selecting a type, searching for a field, filtering by metadata and toggling descriptions now live in the same filter menu, with active filters shown as chips. The All / Unused / Deprecated tabs moved next to the page title. diff --git a/.changeset/rare-donkeys-clap.md b/.changeset/rare-donkeys-clap.md deleted file mode 100644 index a3c5958b54b..00000000000 --- a/.changeset/rare-donkeys-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-hive/laboratory': minor ---- - -Union and interface fields are now expandable in the query builder: each abstract field lists its possible types as a `... on Type` row, with `__typename` selected automatically so the operation stays valid. Previously an abstract field was written with no selection set and servers rejected the request. Search now finds fields inside those branches, and a field selected inside a hand-written inline fragment checks the row under its own type rather than the parent's. diff --git a/.changeset/social-rabbits-take.md b/.changeset/social-rabbits-take.md deleted file mode 100644 index f1a29d81019..00000000000 --- a/.changeset/social-rabbits-take.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphql-hive/cli': patch -'hive': patch ---- - -Fix federation contract composition attaching `@inaccessible` to `ContextFieldValue`. diff --git a/.changeset/tidy-composers-improve.md b/.changeset/tidy-composers-improve.md deleted file mode 100644 index 79afeb00cc6..00000000000 --- a/.changeset/tidy-composers-improve.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphql-hive/cli': patch -'hive': patch ---- - -Preserve types referenced by directive arguments in schema contracts and prevent `federation__ContextFieldValue` from leaking into composed supergraphs. diff --git a/.changeset/witty-pugs-report.md b/.changeset/witty-pugs-report.md deleted file mode 100644 index e5557670ebc..00000000000 --- a/.changeset/witty-pugs-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -address vulnerabilities [GHSA-2x7j-588g-ccc2](https://github.com/advisories/GHSA-2x7j-588g-ccc2), [GHSA-wmmp-3585-3rmp](https://github.com/advisories/GHSA-wmmp-3585-3rmp), [GHSA-cc9r-2j5m-2m83](https://github.com/advisories/GHSA-cc9r-2j5m-2m83), and [GHSA-8m3c-c648-2xjj](https://github.com/advisories/GHSA-8m3c-c648-2xjj). diff --git a/deployment/CHANGELOG.md b/deployment/CHANGELOG.md index f23b7afaa92..ec6ca242c45 100644 --- a/deployment/CHANGELOG.md +++ b/deployment/CHANGELOG.md @@ -1,5 +1,51 @@ # hive +## 11.13.0 + +### Minor Changes + +- [#8426](https://github.com/graphql-hive/console/pull/8426) + [`48d3000`](https://github.com/graphql-hive/console/commit/48d3000c32cc74d950159c3551332ba9725f3cba) + Thanks [@jonathanawesome](https://github.com/jonathanawesome)! - Metric alert rules are now + available to every organization. Create rules on a target's Alerts page to be notified when + latency, error rate, or traffic crosses a fixed threshold or changes by a set percentage. + +### Patch Changes + +- [#8454](https://github.com/graphql-hive/console/pull/8454) + [`e6773b5`](https://github.com/graphql-hive/console/commit/e6773b57ad576583da68d6c480144e0f807c7530) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Address vulnerability + [GHSA-2v4p-qf9q-27wj](https://github.com/advisories/GHSA-2v4p-qf9q-27wj). + +- [#8403](https://github.com/graphql-hive/console/pull/8403) + [`31183ae`](https://github.com/graphql-hive/console/commit/31183ae05160829214ad9f6f82cae2b7e3be2fc7) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add a subgraph filter to the schema explorer and + move the explorer's filters into a single filter menu. + + The explorer can now be narrowed to one or more subgraphs, on the main view as well as the type, + unused and deprecated views. Selecting a type, searching for a field, filtering by metadata and + toggling descriptions now live in the same filter menu, with active filters shown as chips. The + All / Unused / Deprecated tabs moved next to the page title. + +- [#8464](https://github.com/graphql-hive/console/pull/8464) + [`0d5b665`](https://github.com/graphql-hive/console/commit/0d5b6659c6bb2cd3ed92d6dbeb86f635ccc1dc7f) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix federation contract composition attaching + `@inaccessible` to `ContextFieldValue`. + +- [#8460](https://github.com/graphql-hive/console/pull/8460) + [`bba8d96`](https://github.com/graphql-hive/console/commit/bba8d9675e7d7a82276df95b2b35ed95d2654ab3) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Preserve types referenced by directive arguments in + schema contracts and prevent `federation__ContextFieldValue` from leaking into composed + supergraphs. + +- [#8459](https://github.com/graphql-hive/console/pull/8459) + [`bbb0644`](https://github.com/graphql-hive/console/commit/bbb06443b7041ba992ee6483a4d029d0f9ddb5ff) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - address vulnerabilities + [GHSA-2x7j-588g-ccc2](https://github.com/advisories/GHSA-2x7j-588g-ccc2), + [GHSA-wmmp-3585-3rmp](https://github.com/advisories/GHSA-wmmp-3585-3rmp), + [GHSA-cc9r-2j5m-2m83](https://github.com/advisories/GHSA-cc9r-2j5m-2m83), and + [GHSA-8m3c-c648-2xjj](https://github.com/advisories/GHSA-8m3c-c648-2xjj). + ## 11.12.2 ### Patch Changes diff --git a/deployment/package.json b/deployment/package.json index 0962656ad9c..9d57d9b22b6 100644 --- a/deployment/package.json +++ b/deployment/package.json @@ -1,6 +1,6 @@ { "name": "hive", - "version": "11.12.2", + "version": "11.13.0", "private": true, "scripts": { "generate": "tsx generate.ts", diff --git a/packages/libraries/apollo/CHANGELOG.md b/packages/libraries/apollo/CHANGELOG.md index 62896f49aa7..f9b73b952a2 100644 --- a/packages/libraries/apollo/CHANGELOG.md +++ b/packages/libraries/apollo/CHANGELOG.md @@ -1,5 +1,22 @@ # @graphql-hive/apollo +## 0.48.7 + +### Patch Changes + +- [#8397](https://github.com/graphql-hive/console/pull/8397) + [`cac2fc2`](https://github.com/graphql-hive/console/commit/cac2fc27162811ef0bc739f05793d273497d04ef) + Thanks [@jdolle](https://github.com/jdolle)! - Deprecate run-time reporting schemas from `useHive` + plugin. + + Use Hive CLI (`@graphql-hive/cli`) to publish the schema file instead. This aligns with best + practices for schema management and prevents an issue where multiple service instances result in + numerous publishes to Hive. + +- Updated dependencies + [[`cac2fc2`](https://github.com/graphql-hive/console/commit/cac2fc27162811ef0bc739f05793d273497d04ef)]: + - @graphql-hive/core@0.22.5 + ## 0.48.6 ### Patch Changes diff --git a/packages/libraries/apollo/package.json b/packages/libraries/apollo/package.json index 321bc3348e0..2af5fc91714 100644 --- a/packages/libraries/apollo/package.json +++ b/packages/libraries/apollo/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/apollo", - "version": "0.48.6", + "version": "0.48.7", "type": "module", "description": "GraphQL Hive + Apollo Server", "repository": { diff --git a/packages/libraries/apollo/src/version.ts b/packages/libraries/apollo/src/version.ts index a9cfb31f5fe..d1350c97270 100644 --- a/packages/libraries/apollo/src/version.ts +++ b/packages/libraries/apollo/src/version.ts @@ -1 +1 @@ -export const version = '0.48.6'; +export const version = '0.48.7'; diff --git a/packages/libraries/cli/CHANGELOG.md b/packages/libraries/cli/CHANGELOG.md index 6cd04a94e5a..d0aa417b1b7 100644 --- a/packages/libraries/cli/CHANGELOG.md +++ b/packages/libraries/cli/CHANGELOG.md @@ -1,5 +1,24 @@ # @graphql-hive/cli +## 0.63.2 + +### Patch Changes + +- [#8464](https://github.com/graphql-hive/console/pull/8464) + [`0d5b665`](https://github.com/graphql-hive/console/commit/0d5b6659c6bb2cd3ed92d6dbeb86f635ccc1dc7f) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix federation contract composition attaching + `@inaccessible` to `ContextFieldValue`. + +- [#8460](https://github.com/graphql-hive/console/pull/8460) + [`bba8d96`](https://github.com/graphql-hive/console/commit/bba8d9675e7d7a82276df95b2b35ed95d2654ab3) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Preserve types referenced by directive arguments in + schema contracts and prevent `federation__ContextFieldValue` from leaking into composed + supergraphs. + +- Updated dependencies + [[`cac2fc2`](https://github.com/graphql-hive/console/commit/cac2fc27162811ef0bc739f05793d273497d04ef)]: + - @graphql-hive/core@0.22.5 + ## 0.63.1 ### Patch Changes diff --git a/packages/libraries/cli/README.md b/packages/libraries/cli/README.md index 649d07b3a3f..341c2ae3304 100644 --- a/packages/libraries/cli/README.md +++ b/packages/libraries/cli/README.md @@ -82,7 +82,7 @@ DESCRIPTION ``` _See code: -[src/commands/app/check.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/app/check.ts)_ +[src/commands/app/check.ts](https://github.com/graphql-hive/console/blob/v0.63.2/src/commands/app/check.ts)_ ## `hive app:create OPERATIONS` @@ -114,7 +114,7 @@ DESCRIPTION ``` _See code: -[src/commands/app/create.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/app/create.ts)_ +[src/commands/app/create.ts](https://github.com/graphql-hive/console/blob/v0.63.2/src/commands/app/create.ts)_ ## `hive app:publish` @@ -141,7 +141,7 @@ DESCRIPTION ``` _See code: -[src/commands/app/publish.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/app/publish.ts)_ +[src/commands/app/publish.ts](https://github.com/graphql-hive/console/blob/v0.63.2/src/commands/app/publish.ts)_ ## `hive app:retire` @@ -169,7 +169,7 @@ DESCRIPTION ``` _See code: -[src/commands/app/retire.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/app/retire.ts)_ +[src/commands/app/retire.ts](https://github.com/graphql-hive/console/blob/v0.63.2/src/commands/app/retire.ts)_ ## `hive artifact:fetch` @@ -193,7 +193,7 @@ DESCRIPTION ``` _See code: -[src/commands/artifact/fetch.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/artifact/fetch.ts)_ +[src/commands/artifact/fetch.ts](https://github.com/graphql-hive/console/blob/v0.63.2/src/commands/artifact/fetch.ts)_ ## `hive dev` @@ -234,7 +234,7 @@ DESCRIPTION ``` _See code: -[src/commands/dev.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/dev.ts)_ +[src/commands/dev.ts](https://github.com/graphql-hive/console/blob/v0.63.2/src/commands/dev.ts)_ ## `hive help [COMMAND]` @@ -280,7 +280,7 @@ DESCRIPTION ``` _See code: -[src/commands/introspect.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/introspect.ts)_ +[src/commands/introspect.ts](https://github.com/graphql-hive/console/blob/v0.63.2/src/commands/introspect.ts)_ ## `hive operations:check FILE` @@ -339,7 +339,7 @@ DESCRIPTION ``` _See code: -[src/commands/operations/check.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/operations/check.ts)_ +[src/commands/operations/check.ts](https://github.com/graphql-hive/console/blob/v0.63.2/src/commands/operations/check.ts)_ ## `hive schema:check FILE` @@ -387,7 +387,7 @@ DESCRIPTION ``` _See code: -[src/commands/schema/check.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/schema/check.ts)_ +[src/commands/schema/check.ts](https://github.com/graphql-hive/console/blob/v0.63.2/src/commands/schema/check.ts)_ ## `hive schema:delete SERVICE` @@ -420,7 +420,7 @@ DESCRIPTION ``` _See code: -[src/commands/schema/delete.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/schema/delete.ts)_ +[src/commands/schema/delete.ts](https://github.com/graphql-hive/console/blob/v0.63.2/src/commands/schema/delete.ts)_ ## `hive schema:fetch [COMMIT]` @@ -453,7 +453,7 @@ DESCRIPTION ``` _See code: -[src/commands/schema/fetch.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/schema/fetch.ts)_ +[src/commands/schema/fetch.ts](https://github.com/graphql-hive/console/blob/v0.63.2/src/commands/schema/fetch.ts)_ ## `hive schema:promote` @@ -486,7 +486,7 @@ DESCRIPTION ``` _See code: -[src/commands/schema/promote.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/schema/promote.ts)_ +[src/commands/schema/promote.ts](https://github.com/graphql-hive/console/blob/v0.63.2/src/commands/schema/promote.ts)_ ## `hive schema:publish FILE` @@ -530,7 +530,7 @@ DESCRIPTION ``` _See code: -[src/commands/schema/publish.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/schema/publish.ts)_ +[src/commands/schema/publish.ts](https://github.com/graphql-hive/console/blob/v0.63.2/src/commands/schema/publish.ts)_ ## `hive update [CHANNEL]` @@ -593,7 +593,7 @@ DESCRIPTION ``` _See code: -[src/commands/whoami.ts](https://github.com/graphql-hive/console/blob/v0.63.1/src/commands/whoami.ts)_ +[src/commands/whoami.ts](https://github.com/graphql-hive/console/blob/v0.63.2/src/commands/whoami.ts)_ diff --git a/packages/libraries/cli/package.json b/packages/libraries/cli/package.json index 306cfbbbc1c..cfd3da54b0f 100644 --- a/packages/libraries/cli/package.json +++ b/packages/libraries/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/cli", - "version": "0.63.1", + "version": "0.63.2", "description": "A CLI util to manage and control your GraphQL Hive", "repository": { "type": "git", diff --git a/packages/libraries/core/CHANGELOG.md b/packages/libraries/core/CHANGELOG.md index 4b37b016e39..fd840b10137 100644 --- a/packages/libraries/core/CHANGELOG.md +++ b/packages/libraries/core/CHANGELOG.md @@ -1,5 +1,18 @@ # @graphql-hive/core +## 0.22.5 + +### Patch Changes + +- [#8397](https://github.com/graphql-hive/console/pull/8397) + [`cac2fc2`](https://github.com/graphql-hive/console/commit/cac2fc27162811ef0bc739f05793d273497d04ef) + Thanks [@jdolle](https://github.com/jdolle)! - Deprecate run-time reporting schemas from `useHive` + plugin. + + Use Hive CLI (`@graphql-hive/cli`) to publish the schema file instead. This aligns with best + practices for schema management and prevents an issue where multiple service instances result in + numerous publishes to Hive. + ## 0.22.4 ### Patch Changes diff --git a/packages/libraries/core/package.json b/packages/libraries/core/package.json index 7416a351644..7620d04d50e 100644 --- a/packages/libraries/core/package.json +++ b/packages/libraries/core/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/core", - "version": "0.22.4", + "version": "0.22.5", "type": "module", "repository": { "type": "git", diff --git a/packages/libraries/core/src/version.ts b/packages/libraries/core/src/version.ts index 2bc50731880..38efc508d87 100644 --- a/packages/libraries/core/src/version.ts +++ b/packages/libraries/core/src/version.ts @@ -1 +1 @@ -export const version = '0.22.4'; +export const version = '0.22.5'; diff --git a/packages/libraries/envelop/CHANGELOG.md b/packages/libraries/envelop/CHANGELOG.md index da99d2e4754..d4d726f9af8 100644 --- a/packages/libraries/envelop/CHANGELOG.md +++ b/packages/libraries/envelop/CHANGELOG.md @@ -1,5 +1,22 @@ # @graphql-hive/envelop +## 0.40.12 + +### Patch Changes + +- [#8397](https://github.com/graphql-hive/console/pull/8397) + [`cac2fc2`](https://github.com/graphql-hive/console/commit/cac2fc27162811ef0bc739f05793d273497d04ef) + Thanks [@jdolle](https://github.com/jdolle)! - Deprecate run-time reporting schemas from `useHive` + plugin. + + Use Hive CLI (`@graphql-hive/cli`) to publish the schema file instead. This aligns with best + practices for schema management and prevents an issue where multiple service instances result in + numerous publishes to Hive. + +- Updated dependencies + [[`cac2fc2`](https://github.com/graphql-hive/console/commit/cac2fc27162811ef0bc739f05793d273497d04ef)]: + - @graphql-hive/core@0.22.5 + ## 0.40.11 ### Patch Changes diff --git a/packages/libraries/envelop/package.json b/packages/libraries/envelop/package.json index aada2400a1d..63feeddea2f 100644 --- a/packages/libraries/envelop/package.json +++ b/packages/libraries/envelop/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/envelop", - "version": "0.40.11", + "version": "0.40.12", "type": "module", "description": "Hive Console + GraphQL Envelop", "repository": { diff --git a/packages/libraries/envelop/src/version.ts b/packages/libraries/envelop/src/version.ts index 9c6090f641f..08cd1efaabe 100644 --- a/packages/libraries/envelop/src/version.ts +++ b/packages/libraries/envelop/src/version.ts @@ -1 +1 @@ -export const version = '0.40.11'; +export const version = '0.40.12'; diff --git a/packages/libraries/gateway-plugin-console-sdk/CHANGELOG.md b/packages/libraries/gateway-plugin-console-sdk/CHANGELOG.md index a19a173688d..8e213b75de3 100644 --- a/packages/libraries/gateway-plugin-console-sdk/CHANGELOG.md +++ b/packages/libraries/gateway-plugin-console-sdk/CHANGELOG.md @@ -1,5 +1,22 @@ # @graphql-hive/gateway-plugin-console-sdk +## 0.1.6 + +### Patch Changes + +- [#8397](https://github.com/graphql-hive/console/pull/8397) + [`cac2fc2`](https://github.com/graphql-hive/console/commit/cac2fc27162811ef0bc739f05793d273497d04ef) + Thanks [@jdolle](https://github.com/jdolle)! - Deprecate run-time reporting schemas from `useHive` + plugin. + + Use Hive CLI (`@graphql-hive/cli`) to publish the schema file instead. This aligns with best + practices for schema management and prevents an issue where multiple service instances result in + numerous publishes to Hive. + +- Updated dependencies + [[`cac2fc2`](https://github.com/graphql-hive/console/commit/cac2fc27162811ef0bc739f05793d273497d04ef)]: + - @graphql-hive/core@0.22.5 + ## 0.1.5 ### Patch Changes diff --git a/packages/libraries/gateway-plugin-console-sdk/package.json b/packages/libraries/gateway-plugin-console-sdk/package.json index 1e760fbf51a..bc99d66fae7 100644 --- a/packages/libraries/gateway-plugin-console-sdk/package.json +++ b/packages/libraries/gateway-plugin-console-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/gateway-plugin-console-sdk", - "version": "0.1.5", + "version": "0.1.6", "type": "module", "description": "Hive Console + Hive Gateway", "repository": { diff --git a/packages/libraries/gateway-plugin-console-sdk/src/version.ts b/packages/libraries/gateway-plugin-console-sdk/src/version.ts index 9467f0d2d22..a663ae13f8a 100644 --- a/packages/libraries/gateway-plugin-console-sdk/src/version.ts +++ b/packages/libraries/gateway-plugin-console-sdk/src/version.ts @@ -1 +1 @@ -export const version = '0.1.5'; +export const version = '0.1.6'; diff --git a/packages/libraries/laboratory/CHANGELOG.md b/packages/libraries/laboratory/CHANGELOG.md index d30640ab87c..0c6798bce14 100644 --- a/packages/libraries/laboratory/CHANGELOG.md +++ b/packages/libraries/laboratory/CHANGELOG.md @@ -1,5 +1,18 @@ # @graphql-hive/laboratory +## 0.3.0 + +### Minor Changes + +- [#8450](https://github.com/graphql-hive/console/pull/8450) + [`017aee2`](https://github.com/graphql-hive/console/commit/017aee21212244951cc8643d93b5d33d1a0f4a6e) + Thanks [@jonathanawesome](https://github.com/jonathanawesome)! - Union and interface fields are + now expandable in the query builder: each abstract field lists its possible types as a + `... on Type` row, with `__typename` selected automatically so the operation stays valid. + Previously an abstract field was written with no selection set and servers rejected the request. + Search now finds fields inside those branches, and a field selected inside a hand-written inline + fragment checks the row under its own type rather than the parent's. + ## 0.2.7 ### Patch Changes diff --git a/packages/libraries/laboratory/package.json b/packages/libraries/laboratory/package.json index 5a5e93bfa07..a2067277fe1 100644 --- a/packages/libraries/laboratory/package.json +++ b/packages/libraries/laboratory/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/laboratory", - "version": "0.2.7", + "version": "0.3.0", "type": "module", "repository": { "type": "git", diff --git a/packages/libraries/render-laboratory/CHANGELOG.md b/packages/libraries/render-laboratory/CHANGELOG.md index 190faedc382..4be86e1de44 100644 --- a/packages/libraries/render-laboratory/CHANGELOG.md +++ b/packages/libraries/render-laboratory/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-yoga/render-graphiql +## 0.1.19 + +### Patch Changes + +- Updated dependencies + [[`017aee2`](https://github.com/graphql-hive/console/commit/017aee21212244951cc8643d93b5d33d1a0f4a6e)]: + - @graphql-hive/laboratory@0.3.0 + ## 0.1.18 ### Patch Changes diff --git a/packages/libraries/render-laboratory/package.json b/packages/libraries/render-laboratory/package.json index 9f0cba8236b..88be01e1261 100644 --- a/packages/libraries/render-laboratory/package.json +++ b/packages/libraries/render-laboratory/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/render-laboratory", - "version": "0.1.18", + "version": "0.1.19", "type": "module", "description": "", "repository": { diff --git a/packages/libraries/yoga/CHANGELOG.md b/packages/libraries/yoga/CHANGELOG.md index 0c08ebdcdf6..d1fe722bd91 100644 --- a/packages/libraries/yoga/CHANGELOG.md +++ b/packages/libraries/yoga/CHANGELOG.md @@ -1,5 +1,22 @@ # @graphql-hive/yoga +## 0.49.6 + +### Patch Changes + +- [#8397](https://github.com/graphql-hive/console/pull/8397) + [`cac2fc2`](https://github.com/graphql-hive/console/commit/cac2fc27162811ef0bc739f05793d273497d04ef) + Thanks [@jdolle](https://github.com/jdolle)! - Deprecate run-time reporting schemas from `useHive` + plugin. + + Use Hive CLI (`@graphql-hive/cli`) to publish the schema file instead. This aligns with best + practices for schema management and prevents an issue where multiple service instances result in + numerous publishes to Hive. + +- Updated dependencies + [[`cac2fc2`](https://github.com/graphql-hive/console/commit/cac2fc27162811ef0bc739f05793d273497d04ef)]: + - @graphql-hive/core@0.22.5 + ## 0.49.5 ### Patch Changes diff --git a/packages/libraries/yoga/package.json b/packages/libraries/yoga/package.json index 7c07dc17c54..1d3c2957e2d 100644 --- a/packages/libraries/yoga/package.json +++ b/packages/libraries/yoga/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/yoga", - "version": "0.49.5", + "version": "0.49.6", "type": "module", "description": "Hive Console + GraphQL Yoga", "repository": { diff --git a/packages/libraries/yoga/src/version.ts b/packages/libraries/yoga/src/version.ts index 13ffa84ff95..554c26c4a22 100644 --- a/packages/libraries/yoga/src/version.ts +++ b/packages/libraries/yoga/src/version.ts @@ -1 +1 @@ -export const version = '0.49.5'; +export const version = '0.49.6';