mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
Upcoming Release Changes (#6925)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
9b5c29775f
commit
ca71540eab
7 changed files with 25 additions and 17 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'hive': patch
|
||||
---
|
||||
|
||||
Fix selecting "All" app deployments in target when creating an access token
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'hive': patch
|
||||
---
|
||||
|
||||
Correctly trim operation name on insights and add popover title
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@graphql-hive/cli': patch
|
||||
---
|
||||
|
||||
fix fallback when hive.json is used but does not provide the requested value
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hive",
|
||||
"version": "8.1.1",
|
||||
"version": "8.1.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"generate": "tsx generate.ts",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue