From 985c065bb8fcb8d4af66694da46e144ad00610b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 09:35:27 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/bright-tires-type.md | 5 ----- .changeset/small-books-shave.md | 5 ----- deployment/CHANGELOG.md | 13 +++++++++++++ deployment/package.json | 2 +- 4 files changed, 14 insertions(+), 11 deletions(-) delete mode 100644 .changeset/bright-tires-type.md delete mode 100644 .changeset/small-books-shave.md diff --git a/.changeset/bright-tires-type.md b/.changeset/bright-tires-type.md deleted file mode 100644 index 67205d3618..0000000000 --- a/.changeset/bright-tires-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -show overflowed client and versions on insights diff --git a/.changeset/small-books-shave.md b/.changeset/small-books-shave.md deleted file mode 100644 index 4957d8a248..0000000000 --- a/.changeset/small-books-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Fix issue where wrong subgraph is shown as the owner of a schema coordinate/field. diff --git a/deployment/CHANGELOG.md b/deployment/CHANGELOG.md index 0a8465d4b7..50da191ad2 100644 --- a/deployment/CHANGELOG.md +++ b/deployment/CHANGELOG.md @@ -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 diff --git a/deployment/package.json b/deployment/package.json index 47f9eb9828..5300401c8a 100644 --- a/deployment/package.json +++ b/deployment/package.json @@ -1,6 +1,6 @@ { "name": "hive", - "version": "8.4.0", + "version": "8.4.1", "private": true, "scripts": { "generate": "tsx generate.ts",