Skip to content

Commit 09830f4

Browse files
committed
released v1.5.12
1 parent 57dbb3a commit 09830f4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
],
1212
"forceLocal": true
1313
},
14-
"version": "1.5.11"
14+
"version": "1.5.12"
1515
}

react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-github-corners",
3-
"version": "1.5.11",
3+
"version": "1.5.12",
44
"description": "Add a Github corner to your project page, This GitHub corners for react component.",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",
@@ -28,7 +28,7 @@
2828
"react-dom": ">=16.8.0"
2929
},
3030
"dependencies": {
31-
"@uiw/github-corners": "1.5.11"
31+
"@uiw/github-corners": "1.5.12"
3232
},
3333
"devDependencies": {
3434
"@types/react": "~17.0.43",

web-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/github-corners",
3-
"version": "1.5.11",
3+
"version": "1.5.12",
44
"description": "Add a Github corner to your project page, This GitHub corners for web component.",
55
"type": "module",
66
"main": "lib/index.js",

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@website/github-corners",
3-
"version": "1.5.11",
3+
"version": "1.5.12",
44
"private": true,
55
"scripts": {
66
"doc": "kkt build --app-src ./website",
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@uiw/react-color-sketch": "~1.0.10",
16-
"@uiw/react-github-corners": "1.5.11",
16+
"@uiw/react-github-corners": "1.5.12",
1717
"@uiw/react-markdown-preview": "~4.0.5",
1818
"@uiw/react-shields": "~1.1.2",
1919
"@uiw/reset.css": "~1.0.6",

0 commit comments

Comments
 (0)