Skip to content

Commit b35f9fb

Browse files
authored
Upcoming Release Changes (#7995)
1 parent 863f920 commit b35f9fb

File tree

6 files changed

+26
-9
lines changed

6 files changed

+26
-9
lines changed

.changeset/neat-symbols-count.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,4 @@ test-results/
143143

144144
target
145145
Cargo.lock
146+
Cargo.lock

packages/libraries/laboratory/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @graphql-hive/laboratory
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- [#7989](https://github.com/graphql-hive/console/pull/7989)
8+
[`863f920`](https://github.com/graphql-hive/console/commit/863f920b86505a3d84c9001fef1c3e8a723bdca9)
9+
Thanks [@mskorokhodov](https://github.com/mskorokhodov)! - Enhanced behavior when no collection
10+
exists and the user attempts to save an operation, along with the ability to edit the collection
11+
name.
12+
313
## 0.1.4
414

515
### Patch Changes

packages/libraries/laboratory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/laboratory",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"type": "module",
55
"license": "MIT",
66
"main": "./dist/hive-laboratory.cjs.js",

packages/libraries/render-laboratory/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @graphql-yoga/render-graphiql
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- [#7989](https://github.com/graphql-hive/console/pull/7989)
8+
[`863f920`](https://github.com/graphql-hive/console/commit/863f920b86505a3d84c9001fef1c3e8a723bdca9)
9+
Thanks [@mskorokhodov](https://github.com/mskorokhodov)! - Enhanced behavior when no collection
10+
exists and the user attempts to save an operation, along with the ability to edit the collection
11+
name.
12+
- Updated dependencies
13+
[[`863f920`](https://github.com/graphql-hive/console/commit/863f920b86505a3d84c9001fef1c3e8a723bdca9)]:
14+
- @graphql-hive/laboratory@0.1.5
15+
316
## 0.1.4
417

518
### Patch Changes

packages/libraries/render-laboratory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-hive/render-laboratory",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"type": "module",
55
"description": "",
66
"repository": {

0 commit comments

Comments
 (0)