mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
Upcoming Release Changes (#7120)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
252507bdc3
commit
25cdf3a2c8
4 changed files with 14 additions and 11 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'hive': patch
|
||||
---
|
||||
|
||||
show overflowed client and versions on insights
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'hive': patch
|
||||
---
|
||||
|
||||
Fix issue where wrong subgraph is shown as the owner of a schema coordinate/field.
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hive",
|
||||
"version": "8.4.0",
|
||||
"version": "8.4.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"generate": "tsx generate.ts",
|
||||
|
|
|
|||
Loading…
Reference in a new issue