Upcoming Release Changes (#6925)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
TheGuildBot 2025-08-28 21:00:37 +03:00 committed by GitHub
parent 9b5c29775f
commit ca71540eab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 25 additions and 17 deletions

View file

@ -1,5 +0,0 @@
---
'hive': patch
---
Fix selecting "All" app deployments in target when creating an access token

View file

@ -1,5 +0,0 @@
---
'hive': patch
---
Correctly trim operation name on insights and add popover title

View file

@ -1,5 +0,0 @@
---
'@graphql-hive/cli': patch
---
fix fallback when hive.json is used but does not provide the requested value

View file

@ -1,5 +1,19 @@
# hive
## 8.1.2
### Patch Changes
- [#6924](https://github.com/graphql-hive/console/pull/6924)
[`d6cf026`](https://github.com/graphql-hive/console/commit/d6cf02663783076a3ab25d295d1c7a6eb7b2c711)
Thanks [@jdolle](https://github.com/jdolle)! - Fix selecting "All" app deployments in target when
creating an access token
- [#6909](https://github.com/graphql-hive/console/pull/6909)
[`d5218b8`](https://github.com/graphql-hive/console/commit/d5218b8d728c37628ee4a83a89e9bc922af84804)
Thanks [@jdolle](https://github.com/jdolle)! - Correctly trim operation name on insights and add
popover title
## 8.1.1
### Patch Changes

View file

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

View file

@ -1,5 +1,14 @@
# @graphql-hive/cli
## 0.50.4
### Patch Changes
- [#6919](https://github.com/graphql-hive/console/pull/6919)
[`49187c9`](https://github.com/graphql-hive/console/commit/49187c972e220a48993ecf5d5ce11dccd3b73727)
Thanks [@jdolle](https://github.com/jdolle)! - fix fallback when hive.json is used but does not
provide the requested value
## 0.50.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/cli",
"version": "0.50.3",
"version": "0.50.4",
"description": "A CLI util to manage and control your GraphQL Hive",
"repository": {
"type": "git",