Skip to content

Commit

Permalink
released v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 26, 2023
1 parent 781b574 commit 4f8f42e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wcj/generate-password",
"version": "1.0.3",
"version": "1.0.4",
"description": "Generate Password is a generating random and unique passwords.",
"homepage": "https://jaywcjlove.github.io/generate-password",
"funding": "https://jaywcjlove.github.io/#/sponsor",
Expand Down Expand Up @@ -41,8 +41,8 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"bannerjs": "~2.1.0",
"rollup": "^3.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.0.3",
"version": "1.0.4",
"packages": ["core", "www"]
}
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.3",
"version": "1.0.4",
"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.3",
"@wcj/generate-password": "1.0.4",
"markdown-react-code-preview-loader": "^2.1.2",
"react": "^18.1.0",
"react-code-preview-layout": "^3.0.0",
Expand Down

0 comments on commit 4f8f42e

Please sign in to comment.