Skip to content

Commit

Permalink
released v5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 12, 2024
1 parent 17f01c0 commit cc51794
Show file tree
Hide file tree
Showing 4 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",
"version": "5.1.2",
"version": "5.1.3",
"description": "React component preview markdown text in web browser. The minimal amount of CSS to replicate the GitHub Markdown style.",
"homepage": "https://uiwjs.github.io/react-markdown-preview",
"funding": "https://jaywcjlove.github.io/#/sponsor",
Expand Down
2 changes: 1 addition & 1 deletion examples/#269/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/269",
"version": "5.1.1",
"version": "5.1.3",
"private": true,
"scripts": {
"build": "kkt build",
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.1.2",
"version": "5.1.3",
"packages": ["core", "examples/**", "website"]
}
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "5.1.1",
"version": "5.1.3",
"private": true,
"scripts": {
"build": "kkt build",
Expand Down

0 comments on commit cc51794

Please sign in to comment.