Skip to content

Commit

Permalink
released v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 16, 2024
1 parent 5ee6d54 commit f74e994
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-preview-example",
"version": "2.1.4",
"version": "2.1.5",
"description": "Preview the markdown files and run the React examples in the documentation.",
"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": "2.1.4",
"version": "2.1.5",
"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": "2.1.4",
"version": "2.1.5",
"preview": true,
"scripts": {
"build": "kkt build",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@uiw/react-color-colorful": "^2.0.0",
"@uiw/react-markdown-preview-example": "2.1.4",
"@uiw/react-markdown-preview-example": "2.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit f74e994

Please sign in to comment.