Skip to content

Commit

Permalink
released v1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 1, 2022
1 parent a3e7654 commit 9810063
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -11,5 +11,5 @@
],
"forceLocal": true
},
"version": "1.5.8"
"version": "1.5.9"
}
4 changes: 2 additions & 2 deletions react/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-github-corners",
"version": "1.5.8",
"version": "1.5.9",
"description": "Add a Github corner to your project page, This GitHub corners for react component.",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@uiw/github-corners": "1.5.8"
"@uiw/github-corners": "1.5.9"
},
"devDependencies": {
"@types/react": "~17.0.43",
Expand Down
2 changes: 1 addition & 1 deletion web-component/package.json
@@ -1,6 +1,6 @@
{
"name": "@uiw/github-corners",
"version": "1.5.8",
"version": "1.5.9",
"description": "Add a Github corner to your project page, This GitHub corners for web component.",
"type": "module",
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
@@ -1,6 +1,6 @@
{
"name": "@website/github-corners",
"version": "1.5.8",
"version": "1.5.9",
"private": true,
"scripts": {
"doc": "kkt build --app-src ./website",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@uiw/react-color-sketch": "~1.0.10",
"@uiw/react-github-corners": "1.5.8",
"@uiw/react-github-corners": "1.5.9",
"@uiw/react-markdown-preview": "~4.0.5",
"@uiw/react-shields": "~1.1.2",
"@uiw/reset.css": "~1.0.6",
Expand Down

0 comments on commit 9810063

Please sign in to comment.