mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
Upcoming Release Changes (#6869)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
ee2c180ef6
commit
7098528908
21 changed files with 75 additions and 37 deletions
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'hive': patch
|
||||
---
|
||||
|
||||
Only show the "edit preflight script" button in the laboratory when the users has permissions to
|
||||
edit it.
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
'@graphql-hive/core': minor
|
||||
---
|
||||
|
||||
Add helper function `hashOperation` for generating consistent hashes used within the Hive Console
|
||||
platform.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'hive': patch
|
||||
---
|
||||
|
||||
Add `project:create` permission to the acccess token permission selection screen.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'hive': patch
|
||||
---
|
||||
|
||||
Fix default organization resolution and prevent missing permissions error.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'hive': patch
|
||||
---
|
||||
|
||||
Fix schema version browser history navigation.
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hive",
|
||||
"version": "8.1.0",
|
||||
"version": "8.1.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"generate": "tsx generate.ts",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@graphql-hive/apollo",
|
||||
"version": "0.39.1",
|
||||
"version": "0.39.2",
|
||||
"type": "module",
|
||||
"description": "GraphQL Hive + Apollo Server",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export const version = '0.39.1';
|
||||
export const version = '0.39.2';
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@graphql-hive/core",
|
||||
"version": "0.12.0",
|
||||
"version": "0.13.0",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export const version = '0.12.0';
|
||||
export const version = '0.13.0';
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@graphql-hive/envelop",
|
||||
"version": "0.36.1",
|
||||
"version": "0.36.2",
|
||||
"type": "module",
|
||||
"description": "GraphQL Hive + GraphQL Envelop",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export const version = '0.36.1';
|
||||
export const version = '0.36.2';
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@graphql-hive/yoga",
|
||||
"version": "0.42.1",
|
||||
"version": "0.42.2",
|
||||
"type": "module",
|
||||
"description": "GraphQL Hive + GraphQL Yoga",
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export const version = '0.42.1';
|
||||
export const version = '0.42.2';
|
||||
|
|
|
|||
Loading…
Reference in a new issue