From 6da5214e4177c24b899f6fbc4e5e8c4558c1c30f Mon Sep 17 00:00:00 2001 From: phshy0607 Date: Tue, 2 Aug 2022 15:36:20 +0800 Subject: [PATCH 1/2] chore: height fix --- src/client/built-in/ShowCode/index.tsx | 2 +- src/client/components/SandBox/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/built-in/ShowCode/index.tsx b/src/client/built-in/ShowCode/index.tsx index 490bf82..44911c8 100644 --- a/src/client/built-in/ShowCode/index.tsx +++ b/src/client/built-in/ShowCode/index.tsx @@ -57,7 +57,7 @@ const ShowCode: React.FC = (props) => { diff --git a/src/client/components/SandBox/index.tsx b/src/client/components/SandBox/index.tsx index 09405c7..f8a20a8 100644 --- a/src/client/components/SandBox/index.tsx +++ b/src/client/components/SandBox/index.tsx @@ -25,7 +25,7 @@ const Sandbox: React.FC = () => { return ( -
+
From 9faef28b11a0ab9013525bbbd722cf9f85d84fc5 Mon Sep 17 00:00:00 2001 From: phshy0607 Date: Tue, 2 Aug 2022 15:38:03 +0800 Subject: [PATCH 2/2] chore: changelog --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81e6ac2..5ffc0cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `Fixed` for any bug fixes. - `Security` in case of vulnerabilities. +## [0.10.2] - 2022-08-02 + +### Changed + +- min-height 400px set for Pc Liveblock and overflow: auto + ## [0.10.1] - 2022-07-07 ### Fixed diff --git a/package.json b/package.json index 4455601..cc9334d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blizzbolts/docit", - "version": "0.10.1", + "version": "0.10.2", "license": "MIT", "bin": { "docit": "bin/docit.js"