Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/neat-symbols-count.md

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,4 @@ test-results/

target
Cargo.lock
Cargo.lock
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The entry Cargo.lock is already present on line 145. This duplicate entry is redundant and should be removed.

10 changes: 10 additions & 0 deletions packages/libraries/laboratory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/laboratory/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
13 changes: 13 additions & 0 deletions packages/libraries/render-laboratory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/render-laboratory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/render-laboratory",
"version": "0.1.4",
"version": "0.1.5",
"type": "module",
"description": "",
"repository": {
Expand Down
Loading