Upcoming Release Changes (#7995)
Some checks failed
ci / package (push) Has been cancelled
ci / build (push) Has been cancelled
ci / publish_docker_cli (push) Has been cancelled
ci / trigger staging deployment (push) Has been cancelled
ci / code-style (push) Has been cancelled
ci / typescript (push) Has been cancelled
ci / graphql-schema (push) Has been cancelled

This commit is contained in:
TheGuildBot 2026-04-17 15:33:30 +03:00 committed by GitHub
parent 863f920b86
commit b35f9fbc1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 26 additions and 9 deletions

View file

@ -1,7 +0,0 @@
---
'@graphql-hive/laboratory': patch
'@graphql-hive/render-laboratory': patch
---
Enhanced behavior when no collection exists and the user attempts to save an operation, along with
the ability to edit the collection name.

1
.gitignore vendored
View file

@ -143,3 +143,4 @@ test-results/
target
Cargo.lock
Cargo.lock

View file

@ -1,5 +1,15 @@
# @graphql-hive/laboratory
## 0.1.5
### Patch Changes
- [#7989](https://github.com/graphql-hive/console/pull/7989)
[`863f920`](https://github.com/graphql-hive/console/commit/863f920b86505a3d84c9001fef1c3e8a723bdca9)
Thanks [@mskorokhodov](https://github.com/mskorokhodov)! - Enhanced behavior when no collection
exists and the user attempts to save an operation, along with the ability to edit the collection
name.
## 0.1.4
### Patch Changes

View file

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

View file

@ -1,5 +1,18 @@
# @graphql-yoga/render-graphiql
## 0.1.5
### Patch Changes
- [#7989](https://github.com/graphql-hive/console/pull/7989)
[`863f920`](https://github.com/graphql-hive/console/commit/863f920b86505a3d84c9001fef1c3e8a723bdca9)
Thanks [@mskorokhodov](https://github.com/mskorokhodov)! - Enhanced behavior when no collection
exists and the user attempts to save an operation, along with the ability to edit the collection
name.
- Updated dependencies
[[`863f920`](https://github.com/graphql-hive/console/commit/863f920b86505a3d84c9001fef1c3e8a723bdca9)]:
- @graphql-hive/laboratory@0.1.5
## 0.1.4
### Patch Changes

View file

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