Skip to content

Commit

Permalink
released v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 5, 2023
1 parent 3a09a4e commit 6be3ca7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 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.11",
"version": "1.0.0",
"description": "Draggable tabs for React.",
"homepage": "https://uiwjs.github.io/react-tabs-draggable",
"author": "kenny wong <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "0.0.11",
"version": "1.0.0",
"packages": ["core", "www"]
}
5 changes: 2 additions & 3 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.11",
"version": "1.0.0",
"description": "Draggable vscode-like tabs for React.",
"homepage": "https://uiwjs.github.io/react-tabs-draggable",
"license": "MIT",
Expand All @@ -13,7 +13,6 @@
"@kkt/less-modules": "^7.5.2",
"@kkt/raw-modules": "^7.5.2",
"@kkt/scope-plugin-options": "^7.5.2",
"@types/katex": "~0.14.0",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"kkt": "^7.5.2"
Expand All @@ -23,7 +22,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.11",
"@uiw/react-tabs-draggable": "1.0.0",
"@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 6be3ca7

Please sign in to comment.