Skip to content

Commit 5d3b854

Browse files
committed
released v1.0.8
1 parent 2c395ce commit 5d3b854

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wcj/code-image",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Create beautiful images of your source code..",
55
"author": "Kenny Wong <wowohoo@qq.com>",
66
"homepage": "https://jaywcjlove.github.io/code-image",

core/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Warpper, WarpperOverflow } from './components/Warpper';
33
import { ToolBar } from './components/toolbar/index';
44
import { Provider } from './store/content';
55
import { ProviderSetting } from './store/setting';
6-
import EditorContainer from './components/editor';
6+
import EditorContainer from './components/editor/index';
77

88
import { createGlobalStyle } from 'styled-components';
99

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.7",
2+
"version": "1.0.8",
33
"packages": ["website", "core"],
44
"useWorkspaces": true
55
}

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"private": true,
55
"scripts": {
66
"start": "kkt start",
@@ -12,7 +12,7 @@
1212
"@uiw/react-back-to-top": "^1.2.1",
1313
"@uiw/react-github-corners": "^1.5.15",
1414
"@uiw/react-markdown-preview": "^4.1.0",
15-
"@wcj/code-image": "1.0.7",
15+
"@wcj/code-image": "1.0.8",
1616
"@wcj/dark-mode": "^1.0.15",
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0",

0 commit comments

Comments
 (0)