Upcoming Release Changes (#7933)

This commit is contained in:
TheGuildBot 2026-04-02 13:14:37 +03:00 committed by GitHub
parent 007dc4b8df
commit 615fb095d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 40 additions and 21 deletions

View file

@ -1,7 +0,0 @@
---
'@graphql-hive/laboratory': patch
'@graphql-hive/render-laboratory': patch
---
If schema introspection isn't provided as property to Laboratory, lab will start interval to fetch
schema every second.

View file

@ -1,5 +0,0 @@
---
'hive': patch
---
Fix lint policy block title color; add policy link to lines and rule id tooltip

View file

@ -1,6 +0,0 @@
---
'hive': patch
---
Do not cache edge types in graphql eslint. This fixes an issue where edge types were cached between
runs and only the cached edge types would be referenced for subsequent runs

1
.gitignore vendored
View file

@ -160,3 +160,4 @@ Cargo.lock
Cargo.lock
Cargo.lock
Cargo.lock
Cargo.lock

View file

@ -1,5 +1,20 @@
# hive
## 11.0.2
### Patch Changes
- [#7940](https://github.com/graphql-hive/console/pull/7940)
[`742f50c`](https://github.com/graphql-hive/console/commit/742f50c52e846ab63843635c6f408016a30f6288)
Thanks [@jdolle](https://github.com/jdolle)! - Fix lint policy block title color; add policy link
to lines and rule id tooltip
- [#7936](https://github.com/graphql-hive/console/pull/7936)
[`96bd390`](https://github.com/graphql-hive/console/commit/96bd390c7ffa75baf7db0c0bb3a3117c6ef6f631)
Thanks [@jdolle](https://github.com/jdolle)! - Do not cache edge types in graphql eslint. This
fixes an issue where edge types were cached between runs and only the cached edge types would be
referenced for subsequent runs
## 11.0.1
### Patch Changes

View file

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

View file

@ -1,5 +1,14 @@
# @graphql-hive/laboratory
## 0.1.3
### Patch Changes
- [#7888](https://github.com/graphql-hive/console/pull/7888)
[`574a5d8`](https://github.com/graphql-hive/console/commit/574a5d823e71ca1d0628897a73e2fab1d0d5bfe0)
Thanks [@mskorokhodov](https://github.com/mskorokhodov)! - If schema introspection isn't provided
as property to Laboratory, lab will start interval to fetch schema every second.
## 0.1.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/laboratory",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"license": "MIT",
"main": "./dist/hive-laboratory.cjs.js",

View file

@ -1,5 +1,17 @@
# @graphql-yoga/render-graphiql
## 0.1.3
### Patch Changes
- [#7888](https://github.com/graphql-hive/console/pull/7888)
[`574a5d8`](https://github.com/graphql-hive/console/commit/574a5d823e71ca1d0628897a73e2fab1d0d5bfe0)
Thanks [@mskorokhodov](https://github.com/mskorokhodov)! - If schema introspection isn't provided
as property to Laboratory, lab will start interval to fetch schema every second.
- Updated dependencies
[[`574a5d8`](https://github.com/graphql-hive/console/commit/574a5d823e71ca1d0628897a73e2fab1d0d5bfe0)]:
- @graphql-hive/laboratory@0.1.3
## 0.1.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@graphql-hive/render-laboratory",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"description": "",
"repository": {