Skip to content

Commit

Permalink
released v3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 22, 2023
1 parent c20afa6 commit 831c0d0
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": "react-code-preview-layout",
"version": "3.1.3",
"version": "3.1.4",
"description": "A react component showing the layout of `code` and `code preview example`.",
"author": "SunLxy <1011771396@qq.com>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages": ["core", "website"],
"version": "3.1.3"
"version": "3.1.4"
}
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "website",
"description": "Simple React package development project example template.",
"private": true,
"version": "3.1.3",
"version": "3.1.4",
"scripts": {
"start": "kkt start",
"build": "kkt build"
Expand All @@ -25,7 +25,7 @@
"@uiw/react-github-corners": "^1.5.14",
"@uiw/react-markdown-preview": "^4.1.0",
"@wcj/dark-mode": "^1.0.14",
"react-code-preview-layout": "3.1.3",
"react-code-preview-layout": "3.1.4",
"react-router-dom": "^6.3.0",
"uiw": "^4.21.6"
},
Expand Down

0 comments on commit 831c0d0

Please sign in to comment.