Skip to content

Commit

Permalink
released v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 20, 2023
1 parent 7fef56f commit 250d209
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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": "1.0.0",
"version": "1.0.1",
"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,4 +1,4 @@
{
"version": "1.0.0",
"version": "1.0.1",
"packages": ["core", "www"]
}
8 changes: 4 additions & 4 deletions www/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "www",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"scripts": {
"build": "kkt build",
Expand All @@ -12,12 +12,12 @@
"@kkt/scope-plugin-options": "^7.5.2",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"markdown-react-code-preview-loader": "^2.1.2",
"kkt": "^7.5.2"
"kkt": "^7.5.2",
"markdown-react-code-preview-loader": "^2.1.2"
},
"dependencies": {
"@uiw/react-markdown-preview-example": "^1.5.3",
"@uiw/react-tabs-draggable": "1.0.0",
"@uiw/react-tabs-draggable": "1.0.1",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-router-dom": "^6.14.2"
Expand Down

0 comments on commit 250d209

Please sign in to comment.