Skip to content

Commit

Permalink
released v6.1.1 #221
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 21, 2024
1 parent 01d5559 commit 460df66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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": "6.1.0",
"version": "6.1.1",
"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": "6.1.0",
"version": "6.1.1",
"packages": ["core", "www"]
}
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": "6.1.0",
"version": "6.1.1",
"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": "6.1.0",
"@uiw/react-markdown-editor": "6.1.1",
"@uiw/react-markdown-preview-example": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down

0 comments on commit 460df66

Please sign in to comment.