Upcoming Release Changes (#7120)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
TheGuildBot 2025-10-16 13:38:48 +03:00 committed by GitHub
parent 252507bdc3
commit 25cdf3a2c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 11 deletions

View file

@ -1,5 +0,0 @@
---
'hive': patch
---
show overflowed client and versions on insights

View file

@ -1,5 +0,0 @@
---
'hive': patch
---
Fix issue where wrong subgraph is shown as the owner of a schema coordinate/field.

View file

@ -1,5 +1,18 @@
# hive
## 8.4.1
### Patch Changes
- [#7123](https://github.com/graphql-hive/console/pull/7123)
[`7b636c6`](https://github.com/graphql-hive/console/commit/7b636c6691ea47691b02b41433d2bfc05970b81e)
Thanks [@jdolle](https://github.com/jdolle)! - show overflowed client and versions on insights
- [#7119](https://github.com/graphql-hive/console/pull/7119)
[`f2e70bb`](https://github.com/graphql-hive/console/commit/f2e70bb0aa477a5cc039e26ea87648a6130e4501)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix issue where wrong subgraph is shown as the
owner of a schema coordinate/field.
## 8.4.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "hive",
"version": "8.4.0",
"version": "8.4.1",
"private": true,
"scripts": {
"generate": "tsx generate.ts",