Skip to content

Commit

Permalink
released v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 6, 2023
1 parent 4821e18 commit 3d7e0a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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": "2.1.0",
"version": "2.1.1",
"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,5 +1,5 @@
{
"packages": ["core", "website"],
"version": "2.1.0",
"version": "2.1.1",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion 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": "2.1.0",
"version": "2.1.1",
"scripts": {
"start": "kkt start",
"build": "kkt build"
Expand Down

0 comments on commit 3d7e0a1

Please sign in to comment.