diff --git a/.changeset/loud-mammals-clean.md b/.changeset/loud-mammals-clean.md deleted file mode 100644 index 1bb461ff8..000000000 --- a/.changeset/loud-mammals-clean.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@graphql-hive/laboratory': patch -'@graphql-hive/render-laboratory': patch ---- - -If schema introspection isn't provided as property to Laboratory, lab will start interval to fetch -schema every second. diff --git a/.changeset/thick-hands-cheat.md b/.changeset/thick-hands-cheat.md deleted file mode 100644 index 7bc0b2856..000000000 --- a/.changeset/thick-hands-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'hive': patch ---- - -Fix lint policy block title color; add policy link to lines and rule id tooltip diff --git a/.changeset/wicked-seals-study.md b/.changeset/wicked-seals-study.md deleted file mode 100644 index 2a049da0b..000000000 --- a/.changeset/wicked-seals-study.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'hive': patch ---- - -Do not cache edge types in graphql eslint. This fixes an issue where edge types were cached between -runs and only the cached edge types would be referenced for subsequent runs diff --git a/.gitignore b/.gitignore index 831cd4aea..9c3f4563f 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,4 @@ Cargo.lock Cargo.lock Cargo.lock Cargo.lock +Cargo.lock diff --git a/deployment/CHANGELOG.md b/deployment/CHANGELOG.md index a3cde2b5d..ae3c17314 100644 --- a/deployment/CHANGELOG.md +++ b/deployment/CHANGELOG.md @@ -1,5 +1,20 @@ # hive +## 11.0.2 + +### Patch Changes + +- [#7940](https://github.com/graphql-hive/console/pull/7940) + [`742f50c`](https://github.com/graphql-hive/console/commit/742f50c52e846ab63843635c6f408016a30f6288) + Thanks [@jdolle](https://github.com/jdolle)! - Fix lint policy block title color; add policy link + to lines and rule id tooltip + +- [#7936](https://github.com/graphql-hive/console/pull/7936) + [`96bd390`](https://github.com/graphql-hive/console/commit/96bd390c7ffa75baf7db0c0bb3a3117c6ef6f631) + Thanks [@jdolle](https://github.com/jdolle)! - Do not cache edge types in graphql eslint. This + fixes an issue where edge types were cached between runs and only the cached edge types would be + referenced for subsequent runs + ## 11.0.1 ### Patch Changes diff --git a/deployment/package.json b/deployment/package.json index eca7783fd..f5d0e48c4 100644 --- a/deployment/package.json +++ b/deployment/package.json @@ -1,6 +1,6 @@ { "name": "hive", - "version": "11.0.1", + "version": "11.0.2", "private": true, "scripts": { "generate": "tsx generate.ts", diff --git a/packages/libraries/laboratory/CHANGELOG.md b/packages/libraries/laboratory/CHANGELOG.md index 194276cd1..a5bbfd1aa 100644 --- a/packages/libraries/laboratory/CHANGELOG.md +++ b/packages/libraries/laboratory/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-hive/laboratory +## 0.1.3 + +### Patch Changes + +- [#7888](https://github.com/graphql-hive/console/pull/7888) + [`574a5d8`](https://github.com/graphql-hive/console/commit/574a5d823e71ca1d0628897a73e2fab1d0d5bfe0) + Thanks [@mskorokhodov](https://github.com/mskorokhodov)! - If schema introspection isn't provided + as property to Laboratory, lab will start interval to fetch schema every second. + ## 0.1.2 ### Patch Changes diff --git a/packages/libraries/laboratory/package.json b/packages/libraries/laboratory/package.json index 38b3e3c34..70db31678 100644 --- a/packages/libraries/laboratory/package.json +++ b/packages/libraries/laboratory/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/laboratory", - "version": "0.1.2", + "version": "0.1.3", "type": "module", "license": "MIT", "main": "./dist/hive-laboratory.cjs.js", diff --git a/packages/libraries/render-laboratory/CHANGELOG.md b/packages/libraries/render-laboratory/CHANGELOG.md index 375b631e8..f48423fe4 100644 --- a/packages/libraries/render-laboratory/CHANGELOG.md +++ b/packages/libraries/render-laboratory/CHANGELOG.md @@ -1,5 +1,17 @@ # @graphql-yoga/render-graphiql +## 0.1.3 + +### Patch Changes + +- [#7888](https://github.com/graphql-hive/console/pull/7888) + [`574a5d8`](https://github.com/graphql-hive/console/commit/574a5d823e71ca1d0628897a73e2fab1d0d5bfe0) + Thanks [@mskorokhodov](https://github.com/mskorokhodov)! - If schema introspection isn't provided + as property to Laboratory, lab will start interval to fetch schema every second. +- Updated dependencies + [[`574a5d8`](https://github.com/graphql-hive/console/commit/574a5d823e71ca1d0628897a73e2fab1d0d5bfe0)]: + - @graphql-hive/laboratory@0.1.3 + ## 0.1.2 ### Patch Changes diff --git a/packages/libraries/render-laboratory/package.json b/packages/libraries/render-laboratory/package.json index a30aba439..7ef3e5c82 100644 --- a/packages/libraries/render-laboratory/package.json +++ b/packages/libraries/render-laboratory/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/render-laboratory", - "version": "0.1.2", + "version": "0.1.3", "type": "module", "description": "", "repository": {