Skip to content

Commit

Permalink
released v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 24, 2022
1 parent 5dd2b58 commit 48405f9
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": "@wcj/generate-password",
"version": "1.0.2",
"version": "1.0.3",
"description": "Generate Password is a generating random and unique passwords.",
"homepage": "https://jaywcjlove.github.io/generate-password",
"main": "./cjs/index.js",
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": "1.0.2",
"version": "1.0.3",
"packages": ["core", "www"],
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions www/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "website",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"scripts": {
"start": "kkt start",
Expand All @@ -13,7 +13,7 @@
"@uiw/react-github-corners": "^1.5.14",
"@uiw/react-markdown-preview": "^4.0.11",
"@wcj/dark-mode": "^1.0.14",
"@wcj/generate-password": "1.0.2",
"@wcj/generate-password": "1.0.3",
"markdown-react-code-preview-loader": "^2.1.2",
"react": "^18.1.0",
"react-code-preview-layout": "^2.0.5",
Expand Down

0 comments on commit 48405f9

Please sign in to comment.