Skip to content

Commit

Permalink
released v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 14, 2023
1 parent f41538d commit 69a88ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-tabs-draggable",
"version": "0.0.10",
"version": "0.0.11",
"description": "Draggable tabs for React.",
"homepage": "https://uiwjs.github.io/react-tabs-draggable",
"author": "kenny wong <wowohoo@qq.com>",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.10",
"version": "0.0.11",
"packages": ["core", "www"],
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions www/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "www",
"private": true,
"version": "0.0.10",
"version": "0.0.11",
"description": "Draggable vscode-like tabs for React.",
"homepage": "https://uiwjs.github.io/react-tabs-draggable",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"@uiw/react-github-corners": "~1.5.14",
"@uiw/react-markdown-preview": "^4.1.10",
"@uiw/react-shields": "~1.1.3",
"@uiw/react-tabs-draggable": "0.0.10",
"@uiw/react-tabs-draggable": "0.0.11",
"@uiw/reset.css": "~1.0.5",
"@wcj/dark-mode": "~1.0.12",
"markdown-react-code-preview-loader": "^2.1.2",
Expand Down

0 comments on commit 69a88ee

Please sign in to comment.