Skip to content

Commit

Permalink
released v5.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 29, 2023
1 parent fcc20dc commit 5b2a34c
Show file tree
Hide file tree
Showing 4 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-split",
"version": "5.9.1",
"version": "5.9.2",
"description": "A piece of content can be divided into areas that can be dragged to adjust the width or height.",
"main": "cjs/index.js",
"module": "esm/index.js",
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": "5.9.1",
"version": "5.9.2",
"packages": ["core", "www"]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"husky": "~8.0.3",
"kkt": "^7.5.2",
"lerna": "^8.0.0",
"lint-staged": "^14.0.1",
"lint-staged": "^15.1.0",
"prettier": "^3.0.0",
"tsbb": "^4.1.14"
"tsbb": "^4.2.4"
}
}
4 changes: 2 additions & 2 deletions www/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "www",
"private": true,
"version": "5.9.1",
"version": "5.9.2",
"license": "MIT",
"scripts": {
"build": "kkt build",
"start": "kkt start"
},
"dependencies": {
"@uiw/react-markdown-preview-example": "^2.0.0",
"@uiw/react-split": "5.9.1"
"@uiw/react-split": "5.9.2"
},
"devDependencies": {
"@types/react": "^18.2.14",
Expand Down

0 comments on commit 5b2a34c

Please sign in to comment.