Skip to content

Commit e13606f

Browse files
committed
released v5.9.3
1 parent 6747042 commit e13606f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-split",
3-
"version": "5.9.2",
3+
"version": "5.9.3",
44
"description": "A piece of content can be divided into areas that can be dragged to adjust the width or height.",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "5.9.2",
2+
"version": "5.9.3",
33
"packages": ["core", "www"]
44
}

www/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "www",
33
"private": true,
4-
"version": "5.9.2",
4+
"version": "5.9.3",
55
"license": "MIT",
66
"scripts": {
77
"build": "kkt build",
88
"start": "kkt start"
99
},
1010
"dependencies": {
1111
"@uiw/react-markdown-preview-example": "^2.0.0",
12-
"@uiw/react-split": "5.9.2"
12+
"@uiw/react-split": "5.9.3"
1313
},
1414
"devDependencies": {
1515
"@types/react": "^18.2.14",

0 commit comments

Comments
 (0)