Skip to content

Commit

Permalink
released v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 24, 2023
1 parent 17e0e20 commit 0277d76
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 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": "react-login-page",
"version": "0.3.5",
"version": "0.3.6",
"description": "Some `react` login pages, which can be used quickly after installation.",
"homepage": "https://uiwjs.github.io/react-login-page",
"author": "kenny wong <[email protected]>",
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": "0.3.5",
"version": "0.3.6",
"packages": ["website", "core", "pages/*"],
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions pages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-login-page/base",
"version": "0.3.5",
"version": "0.3.6",
"description": "Some `react` login pages, which can be used quickly after installation.",
"homepage": "https://uiwjs.github.io/react-login-page",
"author": "kenny wong <[email protected]>",
Expand Down Expand Up @@ -29,7 +29,7 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"react-login-page": "0.3.5"
"react-login-page": "0.3.6"
},
"keywords": [
"react",
Expand Down
4 changes: 2 additions & 2 deletions pages/page1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-login-page/page1",
"version": "0.3.5",
"version": "0.3.6",
"description": "Some `react` login pages, which can be used quickly after installation.",
"homepage": "https://uiwjs.github.io/react-login-page",
"author": "kenny wong <[email protected]>",
Expand Down Expand Up @@ -29,7 +29,7 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"react-login-page": "0.3.5"
"react-login-page": "0.3.6"
},
"keywords": [
"react",
Expand Down
4 changes: 2 additions & 2 deletions pages/page2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-login-page/page2",
"version": "0.3.5",
"version": "0.3.6",
"description": "Some `react` login pages, which can be used quickly after installation.",
"homepage": "https://uiwjs.github.io/react-login-page",
"author": "kenny wong <[email protected]>",
Expand Down Expand Up @@ -41,7 +41,7 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"react-login-page": "0.3.5"
"react-login-page": "0.3.6"
},
"keywords": [
"react",
Expand Down
4 changes: 2 additions & 2 deletions pages/page3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-login-page/page3",
"version": "0.3.5",
"version": "0.3.6",
"description": "Some `react` login pages, which can be used quickly after installation.",
"homepage": "https://uiwjs.github.io/react-login-page",
"author": "kenny wong <[email protected]>",
Expand Down Expand Up @@ -41,7 +41,7 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"react-login-page": "0.3.5"
"react-login-page": "0.3.6"
},
"keywords": [
"react",
Expand Down
12 changes: 6 additions & 6 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "website",
"private": true,
"version": "0.3.5",
"version": "0.3.6",
"description": "Website",
"author": "kenny wong <[email protected]>",
"license": "MIT",
Expand All @@ -22,10 +22,10 @@
"source-map-explorer": "~2.5.2"
},
"dependencies": {
"@react-login-page/base": "0.3.5",
"@react-login-page/page1": "0.3.5",
"@react-login-page/page2": "0.3.5",
"@react-login-page/page3": "0.3.5",
"@react-login-page/base": "0.3.6",
"@react-login-page/page1": "0.3.6",
"@react-login-page/page2": "0.3.6",
"@react-login-page/page3": "0.3.6",
"@uiw/copy-to-clipboard": "^1.0.14",
"@uiw/react-back-to-top": "^1.1.2",
"@uiw/react-markdown-preview": "^4.1.11",
Expand All @@ -35,7 +35,7 @@
"react": "^18.2.0",
"react-code-preview-layout": "^3.0.0",
"react-dom": "^18.2.0",
"react-login-page": "0.3.5",
"react-login-page": "0.3.6",
"react-router-dom": "^6.10.0",
"styled-components": "^5.3.5"
},
Expand Down

0 comments on commit 0277d76

Please sign in to comment.