Skip to content

Commit 6be3ca7

Browse files
committed
released v1.0.0
1 parent 3a09a4e commit 6be3ca7

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-tabs-draggable",
3-
"version": "0.0.11",
3+
"version": "1.0.0",
44
"description": "Draggable tabs for React.",
55
"homepage": "https://uiwjs.github.io/react-tabs-draggable",
66
"author": "kenny wong <[email protected]>",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "0.0.11",
2+
"version": "1.0.0",
33
"packages": ["core", "www"]
44
}

www/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "www",
33
"private": true,
4-
"version": "0.0.11",
4+
"version": "1.0.0",
55
"description": "Draggable vscode-like tabs for React.",
66
"homepage": "https://uiwjs.github.io/react-tabs-draggable",
77
"license": "MIT",
@@ -13,7 +13,6 @@
1313
"@kkt/less-modules": "^7.5.2",
1414
"@kkt/raw-modules": "^7.5.2",
1515
"@kkt/scope-plugin-options": "^7.5.2",
16-
"@types/katex": "~0.14.0",
1716
"@types/react": "~18.2.0",
1817
"@types/react-dom": "~18.2.0",
1918
"kkt": "^7.5.2"
@@ -23,7 +22,7 @@
2322
"@uiw/react-github-corners": "~1.5.14",
2423
"@uiw/react-markdown-preview": "^4.1.10",
2524
"@uiw/react-shields": "~1.1.3",
26-
"@uiw/react-tabs-draggable": "0.0.11",
25+
"@uiw/react-tabs-draggable": "1.0.0",
2726
"@uiw/reset.css": "~1.0.5",
2827
"@wcj/dark-mode": "~1.0.12",
2928
"markdown-react-code-preview-loader": "^2.1.2",

0 commit comments

Comments
 (0)