Skip to content

Commit

Permalink
released v5.13.0 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 17, 2023
1 parent 45a74a6 commit 077ba98
Show file tree
Hide file tree
Showing 4 changed files with 5 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-markdown-editor",
"version": "5.12.3",
"version": "5.13.0",
"description": "A markdown editor with preview, implemented with React.js and TypeScript.",
"homepage": "https://uiwjs.github.io/react-markdown-editor",
"main": "cjs/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.12.3",
"version": "5.13.0",
"packages": ["core", "www"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"compile-less-cli": "^1.8.14",
"husky": "^8.0.3",
"lint-staged": "^14.0.0",
"lint-staged": "^15.0.1",
"lerna": "^7.1.3",
"prettier": "^3.0.0",
"tsbb": "^4.1.14"
Expand Down
4 changes: 2 additions & 2 deletions www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "5.12.3",
"version": "5.13.0",
"preview": true,
"scripts": {
"build": "kkt build",
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@uiw/react-markdown-editor": "5.12.3",
"@uiw/react-markdown-editor": "5.13.0",
"@uiw/react-markdown-preview-example": "^1.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down

0 comments on commit 077ba98

Please sign in to comment.