Skip to content

Commit

Permalink
released v4.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 17, 2022
1 parent 8cc1bfb commit bbd5990
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-layout",
"version": "4.9.11",
"version": "4.9.12",
"description": "React components that handle the overall layout of the page.",
"author": "Kenny Wong <wowohoo@qq.com>",
"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,4 +1,4 @@
{
"version": "4.9.11",
"version": "4.9.12",
"packages": ["website", "core"]
}
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "4.9.11",
"version": "4.9.12",
"description": "Simple React package development project example template.",
"private": true,
"scripts": {
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"@uiw/react-code-preview": "4.0.2",
"@uiw/react-github-corners": "1.5.3",
"@uiw/react-layout": "4.9.11",
"@uiw/react-layout": "4.9.12",
"@uiw/react-markdown-preview": "3.4.7",
"react": "17.0.2",
"react-dom": "17.0.2"
Expand Down

0 comments on commit bbd5990

Please sign in to comment.