Skip to content

Commit

Permalink
released v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 12, 2022
1 parent 8690e24 commit f55d18f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.1",
"version": "1.0.2",
"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.1",
"version": "1.0.2",
"packages": ["core", "www"],
"useWorkspaces": true
}
6 changes: 3 additions & 3 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.1",
"version": "1.0.2",
"private": true,
"scripts": {
"start": "kkt start",
Expand All @@ -10,10 +10,10 @@
},
"keywords": [],
"dependencies": {
"@uiw/react-markdown-preview": "^4.0.11",
"@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.1",
"@wcj/generate-password": "1.0.2",
"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 f55d18f

Please sign in to comment.