Skip to content

Commit 4cd9c48

Browse files
authored
Upcoming Release Changes (#7999)
1 parent 20b6892 commit 4cd9c48

6 files changed

Lines changed: 25 additions & 8 deletions

File tree

.changeset/cool-guests-sing.md

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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,4 @@ test-results/
144144
target
145145
Cargo.lock
146146
Cargo.lock
147+
Cargo.lock

packages/libraries/laboratory/CHANGELOG.md

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

3+
## 0.1.6
4+
5+
### Patch Changes
6+
7+
- [#7998](https://github.com/graphql-hive/console/pull/7998)
8+
[`20b6892`](https://github.com/graphql-hive/console/commit/20b689279f3e8203f5568908b7452324c1c75019)
9+
Thanks [@mskorokhodov](https://github.com/mskorokhodov)! - Proper handling of flatter/condition as
10+
high order nodes to not break lab qp
11+
312
## 0.1.5
413

514
### 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.5",
3+
"version": "0.1.6",
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.6
4+
5+
### Patch Changes
6+
7+
- [#7998](https://github.com/graphql-hive/console/pull/7998)
8+
[`20b6892`](https://github.com/graphql-hive/console/commit/20b689279f3e8203f5568908b7452324c1c75019)
9+
Thanks [@mskorokhodov](https://github.com/mskorokhodov)! - Proper handling of flatter/condition as
10+
high order nodes to not break lab qp
11+
12+
- Updated dependencies
13+
[[`20b6892`](https://github.com/graphql-hive/console/commit/20b689279f3e8203f5568908b7452324c1c75019)]:
14+
- @graphql-hive/laboratory@0.1.6
15+
316
## 0.1.5
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.5",
3+
"version": "0.1.6",
44
"type": "module",
55
"description": "",
66
"repository": {

0 commit comments

Comments
 (0)