mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
Upcoming Release Changes (#7008)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
b93d07714d
commit
ed76b38e05
4 changed files with 15 additions and 12 deletions
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'hive': patch
|
||||
---
|
||||
|
||||
AppDeployment permissions granted to all if none selected by default in access token UI. Fix app
|
||||
deployments feature flag check
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'hive': patch
|
||||
---
|
||||
|
||||
Improve usability when creating a registry access token.
|
||||
|
|
@ -1,5 +1,19 @@
|
|||
# hive
|
||||
|
||||
## 8.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#6935](https://github.com/graphql-hive/console/pull/6935)
|
||||
[`261daf8`](https://github.com/graphql-hive/console/commit/261daf81c384dc992608431e388836b7dde54336)
|
||||
Thanks [@jdolle](https://github.com/jdolle)! - AppDeployment permissions granted to all if none
|
||||
selected by default in access token UI. Fix app deployments feature flag check
|
||||
|
||||
- [#7004](https://github.com/graphql-hive/console/pull/7004)
|
||||
[`07a99f0`](https://github.com/graphql-hive/console/commit/07a99f0f4cd21edae5da734893175e1675c23173)
|
||||
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Improve usability when creating a registry access
|
||||
token.
|
||||
|
||||
## 8.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hive",
|
||||
"version": "8.2.0",
|
||||
"version": "8.2.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"generate": "tsx generate.ts",
|
||||
|
|
|
|||
Loading…
Reference in a new issue