Skip to content

Commit 615fb09

Browse files
authored
Upcoming Release Changes (#7933)
1 parent 007dc4b commit 615fb09

File tree

10 files changed

+40
-21
lines changed

10 files changed

+40
-21
lines changed

.changeset/loud-mammals-clean.md

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

.changeset/thick-hands-cheat.md

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

.changeset/wicked-seals-study.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
@@ -160,3 +160,4 @@ Cargo.lock
160160
Cargo.lock
161161
Cargo.lock
162162
Cargo.lock
163+
Cargo.lock

deployment/CHANGELOG.md

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

3+
## 11.0.2
4+
5+
### Patch Changes
6+
7+
- [#7940](https://github.com/graphql-hive/console/pull/7940)
8+
[`742f50c`](https://github.com/graphql-hive/console/commit/742f50c52e846ab63843635c6f408016a30f6288)
9+
Thanks [@jdolle](https://github.com/jdolle)! - Fix lint policy block title color; add policy link
10+
to lines and rule id tooltip
11+
12+
- [#7936](https://github.com/graphql-hive/console/pull/7936)
13+
[`96bd390`](https://github.com/graphql-hive/console/commit/96bd390c7ffa75baf7db0c0bb3a3117c6ef6f631)
14+
Thanks [@jdolle](https://github.com/jdolle)! - Do not cache edge types in graphql eslint. This
15+
fixes an issue where edge types were cached between runs and only the cached edge types would be
16+
referenced for subsequent runs
17+
318
## 11.0.1
419

520
### Patch Changes

deployment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hive",
3-
"version": "11.0.1",
3+
"version": "11.0.2",
44
"private": true,
55
"scripts": {
66
"generate": "tsx generate.ts",

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.3
4+
5+
### Patch Changes
6+
7+
- [#7888](https://github.com/graphql-hive/console/pull/7888)
8+
[`574a5d8`](https://github.com/graphql-hive/console/commit/574a5d823e71ca1d0628897a73e2fab1d0d5bfe0)
9+
Thanks [@mskorokhodov](https://github.com/mskorokhodov)! - If schema introspection isn't provided
10+
as property to Laboratory, lab will start interval to fetch schema every second.
11+
312
## 0.1.2
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.2",
3+
"version": "0.1.3",
44
"type": "module",
55
"license": "MIT",
66
"main": "./dist/hive-laboratory.cjs.js",

packages/libraries/render-laboratory/CHANGELOG.md

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- [#7888](https://github.com/graphql-hive/console/pull/7888)
8+
[`574a5d8`](https://github.com/graphql-hive/console/commit/574a5d823e71ca1d0628897a73e2fab1d0d5bfe0)
9+
Thanks [@mskorokhodov](https://github.com/mskorokhodov)! - If schema introspection isn't provided
10+
as property to Laboratory, lab will start interval to fetch schema every second.
11+
- Updated dependencies
12+
[[`574a5d8`](https://github.com/graphql-hive/console/commit/574a5d823e71ca1d0628897a73e2fab1d0d5bfe0)]:
13+
- @graphql-hive/laboratory@0.1.3
14+
315
## 0.1.2
416

517
### 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.2",
3+
"version": "0.1.3",
44
"type": "module",
55
"description": "",
66
"repository": {

0 commit comments

Comments
 (0)