Skip to content

Commit fa56479

Browse files
committed
released v0.0.6
1 parent 6c68c98 commit fa56479

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.5",
3+
"version": "0.0.6",
44
"description": "Draggable tabs for React.",
55
"homepage": "https://uiwjs.github.io/react-tabs-draggable",
66
"author": "kenny wong <wowohoo@qq.com>",

lerna.json

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

www/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "www",
33
"private": true,
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"description": "Draggable vscode-like tabs for React.",
66
"homepage": "https://uiwjs.github.io/react-tabs-draggable",
77
"license": "MIT",
@@ -23,7 +23,7 @@
2323
"@uiw/react-github-corners": "~1.5.14",
2424
"@uiw/react-markdown-preview": "~4.0.18",
2525
"@uiw/react-shields": "~1.1.3",
26-
"@uiw/react-tabs-draggable": "0.0.5",
26+
"@uiw/react-tabs-draggable": "0.0.6",
2727
"@uiw/reset.css": "~1.0.5",
2828
"@wcj/dark-mode": "~1.0.12",
2929
"markdown-react-code-preview-loader": "^2.1.2",

0 commit comments

Comments
 (0)