Upcoming Release Changes (#6869)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
TheGuildBot 2025-07-10 11:23:44 +02:00 committed by GitHub
parent ee2c180ef6
commit 7098528908
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 75 additions and 37 deletions

View file

@ -1,6 +0,0 @@
---
'hive': patch
---
Only show the "edit preflight script" button in the laboratory when the users has permissions to
edit it.

View file

@ -1,6 +0,0 @@
---
'@graphql-hive/core': minor
---
Add helper function `hashOperation` for generating consistent hashes used within the Hive Console
platform.

View file

@ -1,5 +0,0 @@
---
'hive': patch
---
Add `project:create` permission to the acccess token permission selection screen.

View file

@ -1,5 +0,0 @@
---
'hive': patch
---
Fix default organization resolution and prevent missing permissions error.

View file

@ -1,5 +0,0 @@
---
'hive': patch
---
Fix schema version browser history navigation.

View file

@ -1,5 +1,29 @@
# hive
## 8.1.1
### Patch Changes
- [#6867](https://github.com/graphql-hive/console/pull/6867)
[`be0d710`](https://github.com/graphql-hive/console/commit/be0d71025b4d1bee06b6059f31bd5039e9709b5d)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Only show the "edit preflight script" button in the
laboratory when the users has permissions to edit it.
- [#6881](https://github.com/graphql-hive/console/pull/6881)
[`f8a1350`](https://github.com/graphql-hive/console/commit/f8a13506f747b297f6c7bfd295fe13af89153380)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add `project:create` permission to the acccess
token permission selection screen.
- [#6875](https://github.com/graphql-hive/console/pull/6875)
[`73864f2`](https://github.com/graphql-hive/console/commit/73864f2b954387406c6d7f3a205d7ee38663e6a4)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix default organization resolution and prevent
missing permissions error.
- [#6879](https://github.com/graphql-hive/console/pull/6879)
[`3779184`](https://github.com/graphql-hive/console/commit/3779184a440743f04bd18943651da7b77f7a43c0)
Thanks [@egoodwinx](https://github.com/egoodwinx)! - Fix schema version browser history
navigation.
## 8.1.0
### Minor Changes

View file

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

View file

@ -1,5 +1,13 @@
# @graphql-hive/apollo
## 0.39.2
### Patch Changes
- Updated dependencies
[[`8d56b98`](https://github.com/graphql-hive/console/commit/8d56b9848028d65442cb1dada139f5a17d464f1b)]:
- @graphql-hive/core@0.13.0
## 0.39.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/apollo",
"version": "0.39.1",
"version": "0.39.2",
"type": "module",
"description": "GraphQL Hive + Apollo Server",
"repository": {

View file

@ -1 +1 @@
export const version = '0.39.1';
export const version = '0.39.2';

View file

@ -1,5 +1,13 @@
# @graphql-hive/cli
## 0.50.3
### Patch Changes
- Updated dependencies
[[`8d56b98`](https://github.com/graphql-hive/console/commit/8d56b9848028d65442cb1dada139f5a17d464f1b)]:
- @graphql-hive/core@0.13.0
## 0.50.2
### Patch Changes

View file

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

View file

@ -1,5 +1,14 @@
# @graphql-hive/core
## 0.13.0
### Minor Changes
- [#6876](https://github.com/graphql-hive/console/pull/6876)
[`8d56b98`](https://github.com/graphql-hive/console/commit/8d56b9848028d65442cb1dada139f5a17d464f1b)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add helper function `hashOperation` for generating
consistent hashes used within the Hive Console platform.
## 0.12.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/core",
"version": "0.12.0",
"version": "0.13.0",
"type": "module",
"repository": {
"type": "git",

View file

@ -1 +1 @@
export const version = '0.12.0';
export const version = '0.13.0';

View file

@ -1,5 +1,13 @@
# @graphql-hive/envelop
## 0.36.2
### Patch Changes
- Updated dependencies
[[`8d56b98`](https://github.com/graphql-hive/console/commit/8d56b9848028d65442cb1dada139f5a17d464f1b)]:
- @graphql-hive/core@0.13.0
## 0.36.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/envelop",
"version": "0.36.1",
"version": "0.36.2",
"type": "module",
"description": "GraphQL Hive + GraphQL Envelop",
"repository": {

View file

@ -1 +1 @@
export const version = '0.36.1';
export const version = '0.36.2';

View file

@ -1,5 +1,13 @@
# @graphql-hive/yoga
## 0.42.2
### Patch Changes
- Updated dependencies
[[`8d56b98`](https://github.com/graphql-hive/console/commit/8d56b9848028d65442cb1dada139f5a17d464f1b)]:
- @graphql-hive/core@0.13.0
## 0.42.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/yoga",
"version": "0.42.1",
"version": "0.42.2",
"type": "module",
"description": "GraphQL Hive + GraphQL Yoga",
"repository": {

View file

@ -1 +1 @@
export const version = '0.42.1';
export const version = '0.42.2';