Skip to content

Commit

Permalink
released v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 30, 2022
1 parent 9f9c9a7 commit 61e914c
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.7",
"version": "0.0.8",
"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.7",
"version": "0.0.8",
"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.7",
"version": "0.0.8",
"description": "Draggable vscode-like tabs for React.",
"homepage": "https://uiwjs.github.io/react-tabs-draggable",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"@uiw/react-github-corners": "~1.5.14",
"@uiw/react-markdown-preview": "~4.0.18",
"@uiw/react-shields": "~1.1.3",
"@uiw/react-tabs-draggable": "0.0.7",
"@uiw/react-tabs-draggable": "0.0.8",
"@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 61e914c

Please sign in to comment.