Skip to content

Commit

Permalink
released v1.5.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 3, 2023
1 parent ee671f4 commit 080c005
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"web-component",
"website"
],
"version": "1.5.15"
}
"version": "1.5.16"
}
4 changes: 2 additions & 2 deletions react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-github-corners",
"version": "1.5.15",
"version": "1.5.16",
"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.15"
"@uiw/github-corners": "1.5.16"
},
"devDependencies": {
"@types/react": "^18.0.17",
Expand Down
2 changes: 1 addition & 1 deletion web-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/github-corners",
"version": "1.5.15",
"version": "1.5.16",
"description": "Add a Github corner to your project page, This GitHub corners for web component.",
"type": "module",
"exports": "./lib/index.js",
Expand Down
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@website/github-corners",
"version": "1.5.15",
"version": "1.5.16",
"private": true,
"scripts": {
"doc": "kkt build --app-src ./website",
Expand All @@ -12,9 +12,9 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@uiw/react-markdown-preview-example": "^1.3.0",
"@uiw/react-color-sketch": "^1.1.0",
"@uiw/react-github-corners": "1.5.15",
"@uiw/react-github-corners": "1.5.16",
"@uiw/react-markdown-preview-example": "^1.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit 080c005

Please sign in to comment.