Skip to content

Commit

Permalink
released v4.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 9, 2022
1 parent 2bc93e3 commit cd55491
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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-layout",
"version": "4.10.1",
"version": "4.10.2",
"description": "React components that handle the overall layout of the page.",
"author": "Kenny Wong <[email protected]>",
"homepage": "https://uiwjs.github.io/react-layout",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.10.1",
"version": "4.10.2",
"packages": ["website", "core"],
"useWorkspaces": true
}
10 changes: 5 additions & 5 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "4.10.1",
"version": "4.10.2",
"description": "Simple React package development project example template.",
"private": true,
"scripts": {
Expand All @@ -11,13 +11,13 @@
"@uiw/react-codepen": "~1.0.2",
"@uiw/react-codesandbox": "~1.1.5",
"@uiw/react-github-corners": "~1.5.3",
"@uiw/react-layout": "~4.10.1",
"@uiw/react-layout": "4.10.2",
"@uiw/react-markdown-preview": "^4.0.16",
"@wcj/dark-mode": "^1.0.14",
"rehype-ignore": "^1.0.1",
"react-code-preview-layout": "^2.0.3",
"react": "~17.0.2",
"react-dom": "~17.0.2"
"react-code-preview-layout": "^2.0.3",
"react-dom": "~17.0.2",
"rehype-ignore": "^1.0.1"
},
"devDependencies": {
"@kkt/less-modules": "~7.1.1",
Expand Down

0 comments on commit cd55491

Please sign in to comment.