Skip to content

Commit 69a88ee

Browse files
committed
released v0.0.11
1 parent f41538d commit 69a88ee

3 files changed

Lines changed: 4 additions & 4 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": "@uiw/react-tabs-draggable",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
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.10",
2+
"version": "0.0.11",
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.10",
4+
"version": "0.0.11",
55
"description": "Draggable vscode-like tabs for React.",
66
"homepage": "https://uiwjs.github.io/react-tabs-draggable",
77
"license": "MIT",
@@ -24,7 +24,7 @@
2424
"@uiw/react-github-corners": "~1.5.14",
2525
"@uiw/react-markdown-preview": "^4.1.10",
2626
"@uiw/react-shields": "~1.1.3",
27-
"@uiw/react-tabs-draggable": "0.0.10",
27+
"@uiw/react-tabs-draggable": "0.0.11",
2828
"@uiw/reset.css": "~1.0.5",
2929
"@wcj/dark-mode": "~1.0.12",
3030
"markdown-react-code-preview-loader": "^2.1.2",

0 commit comments

Comments
 (0)