mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
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
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:
parent
863f920b86
commit
b35f9fbc1f
6 changed files with 26 additions and 9 deletions
|
|
@ -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
1
.gitignore
vendored
|
|
@ -143,3 +143,4 @@ test-results/
|
|||
|
||||
target
|
||||
Cargo.lock
|
||||
Cargo.lock
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@graphql-hive/render-laboratory",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.5",
|
||||
"type": "module",
|
||||
"description": "",
|
||||
"repository": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue