Skip to content

Commit

Permalink
released v5.9.1 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 3, 2023
1 parent 6eb166f commit a597173
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.0",
"version": "5.9.1",
"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.0",
"version": "5.9.1",
"packages": ["core", "www"]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@
"devDependencies": {
"@kkt/ncc": "^1.0.15",
"@kkt/less-modules": "^7.5.2",
"compile-less-cli": "~1.8.11",
"compile-less-cli": "^1.9.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.6.0",
"jest-environment-node": "^29.5.0",
"jest-watch-typeahead": "^2.2.2",
"husky": "~8.0.3",
"kkt": "^7.5.2",
"lerna": "^7.1.4",
"lint-staged": "^13.2.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.0",
"tsbb": "^4.1.14"
}
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "5.9.1",
"license": "MIT",
"scripts": {
"build": "kkt build",
"start": "kkt start"
},
"dependencies": {
"@uiw/react-split": "5.9.0",
"@uiw/react-markdown-preview-example": "^1.5.3"
"@uiw/react-markdown-preview-example": "^1.5.3",
"@uiw/react-split": "5.9.1"
},
"devDependencies": {
"@types/react": "^18.2.14",
Expand Down

0 comments on commit a597173

Please sign in to comment.