Upcoming Release Changes (#7008)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
TheGuildBot 2025-09-22 14:14:48 +03:00 committed by GitHub
parent b93d07714d
commit ed76b38e05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 15 additions and 12 deletions

View file

@ -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

View file

@ -1,5 +0,0 @@
---
'hive': patch
---
Improve usability when creating a registry access token.

View file

@ -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

View file

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